body {
	background-image:url(images/main-bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11px;
}

td {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #ffb100;
	text-decoration: none;
}


a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	color: #000099;
	text-decoration: none;
}


a.orange:link, a.orange:visited, a.orange:active {
	color: #FF8702;
	text-decoration: underline;
}

a.orange:hover {
	color: #017479;
	text-decoration: none;
}

.capitalize {
	text-transform: capitalize;
}

/* li a:hover {
	background-color: #EAF6B3;
}*/	


.headerTitle {
	color: #000099;
}









#wrapper
{
	width: 780px;
	min-height: 100%;
	margin: auto; /* aligns the wrapper to the center */
	background-color: #fff;
	color: #666666;
	line-height: 130%;
	background-image:url(../images/wrapper-bg.png);
	background-repeat:repeat-y;
}

* html #wrapper {
  height: 100%
} 

#header
{
	background-image:url(images/index-new_01.jpg);
	height:214px;
}

#centerColumn
{
	background-image:url(images/center-row-bg-with-border.jpg);
	height:100%; /*do not specify in pixels, otherwise, content will superimpose over the footer*/
	width:780px;
	background-repeat:repeat-y;
	background-color:#99aecc;
}

#footer
{
	margin: auto;
	background-image:url(images/index-new_15.jpg);
	height:56px;
	width:780px;
	text-align:center;
}

#leftColumn
{
	width: 414px;
	height:300px;
	margin-left:26px;
	text-align:left;
}

#rightColumn
{
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
	float: left;
	width: 571px;
}


.clearboth { clear: both; }


#reportBoxHeader
{
	color:#FFFFFF;
	text-align:center;
	width:115px;
	height:65px;
	background-color:	#006633;
	border: thin solid #7EA035;
}

#reportBox
{
	text-align:center;
	width:115px;
	height:35px;
	background-color:	#99CC66;
	border: thin solid #7EA035;
}

#reportBox2
{
	text-align:center;
	width:115px;
	height:35px;
	border: thin solid #7EA035;
}