@charset "utf-8";
/* CSS Document */

body {
  margin-top: 10px;
/*  padding-left: 50%; */
background:url('../images/bg.gif') repeat-x 0 0;
background-color:#b0da00;
/*  width: 800px; */
}



#wrapper {
  margin:auto;
  text-align:center;
  width: 800px;
 /*	color: #E8FFAB; */
	 	color: #ffffff;
 	background-color: #475B2A;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
}

#columnLeft {
 float: left;
 width: 515px;
 color: #ffffff;
 background-color: #475B2A;
 padding: 5px 15px 5px 15px;
 font-family: Verdana;
 font-size: 10pt;
 border-right: 5px solid #90BE41;
 text-align:left;
}

#columnLeft table
{
  border-top: 1px solid #E8FFAB;
  border-bottom: 1px solid #E8FFAB;
	width: 80%;
	margin-bottom: 5px;
	text-align:left;
}

#columnLeft td
{
  border-bottom: 1px solid lightgrey;
}

#columnLeft input
{
 background-color: #475B2A;
 border-width: 0px;
 height: 12px;
 width: 200px;
 color: #2B7402;
 font-family: Verdana;
 font-size: 8pt;
 font-weight: bold;
 text-align:left;
}

#columnLeft textarea
{
 background-color: #475B2A;
 border-width: 0px;
 height: 100px;
 width: 280px;
 color: #2B7402;
 font-family: Verdana;
 font-size: 8pt;
 font-weight: bold;
 margin: 4px 0px 4px 0px;
 text-align:left;
}

#columnLeft input#submitBtn
{
 background-color: #2B7402;
 height: 30px;
 width: 180px;
 color: #ffffff;
 font-family: Verdana;
 font-size: 8pt;
 font-weight: bold;
 text-align: center;
 border-style: ridge;
 border-width: 3px;
 cursor: pointer;
}

#columnRight {
 float: right;
 width: 240px;
 color: #ffffff;
 background-color: #475B2A;
 padding: 5px 5px 5px 5px;
 font-family: Verdana;
 font-size: 10pt;
 text-align:left;
}

.orangeTitle
{
 	font-size: 9pt;
 	font-weight: bold;
	color: #C9A34F;
}

.yellowTitle
{
 	font-size: 9pt;
 	font-weight: bold;
	color: #C9A34F;
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 5px;
}

.blackTitle
{
 	font-size: 12pt;
 	font-weight: bold;
	color: #000000;
	text-align: center;
}
