A:link {font-family: Verdana; text-decoration: none; font-weight:bold; color: #ff9933; font-size:10pt;}
A:visited {font-family: Verdana; text-decoration: none; font-weight:bold; color: #ff9933; font-size:10pt;}
A:active {font-family: Verdana; text-decoration: none; font-weight:bold; color: #f48220; font-size:10pt;}
A:hover {font-family: Verdana; text-decoration: none; font-weight:bold; color: #cd5f28; font-size:10pt;}

.whitelink {position: relative; top: 5px;}
.whitelink A:link {margin-right: 10px; margin-left: 10px; text-decoration: none; font-weight:bold; color: #ffffff; font-size:10pt;}
.whitelink A:visited {text-decoration: none; font-weight:bold; color: #ffffff; font-size:10pt;}
.whitelink A:active {text-decoration: none; font-weight:bold; color: #888; font-size:10pt;}
.whitelink A:hover {text-decoration: none; font-weight:bold; color: #888; font-size:10pt;}

.darklink {position: relative; top: 5px;}
.darklink A:link {margin-right: 10px; margin-left: 10px; text-decoration: none; font-weight:bold; color: #555; font-size:10pt;}
.darklink A:visited {text-decoration: none; font-weight:bold; color: #555; font-size:10pt;}
.darklink A:active {text-decoration: none; font-weight:bold; color: #888; font-size:10pt;}
.darklink A:hover {text-decoration: none; font-weight:bold; color: #888; font-size:10pt;}

.nav A:link {text-decoration: none; font-weight:bold; color: #555; font-size:13pt;}
.nav A:visited {text-decoration: none; font-weight:bold; color: #555; font-size:13pt;}
.nav A:active {text-decoration: none; font-weight:bold; color: #888; font-size:13pt;}
.nav A:hover {text-decoration: none; font-weight:bold; color: #888; font-size:13pt;}

body  {
	font-family: helvetica, sans-serif;
	font-size: 10pt;
	background-color: #f6f2e8;
	background-image: url('images/BG.gif');
	background-repeat: no-repeat;
	background-position: bottom;

	margin: 0;
	padding: 0;
	text-align: center;

}
h3{

color: #000066;

}

b{

color: #000066;

}

h1{
	color: #ff9933;
}

.white{

color: #ffffff;

}
#container {
	width: 900px; 
	border: 1px solid #e8e1d7;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
} 

#header {
	background-color: #ffffff;
	height: 140px;
	width: 900px;
	padding: 0px;  

} 


#maincontent {

	width: 840px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	
} 


#leftMainContent, #rightMainContent{
	width: 560px;
	float: right;
		margin-top: 0px;


}
#rightMainContent{
	float: left;

	width: 200px;
	margin-top: 0px;
	

}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}


#footer {
clear: both;
margin-left: auto;
margin-right:auto;
margin-top: 0px;
	padding: 0px; 
	background-color: #f48220;
		border: 1px solid #e8e1d7;
	height: 125px;
	width:900px;
	margin-bottom: 0px;
	position: relative;
	bottom: 0px;
} 

.floatLeft {

float: left;

}


