/*************** Element level selectors **************/
body{
	background-color:#ffffff;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#eeeeee;
}

li{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#000000;
}

p{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
	color:#666666;
}

ul{
	list-style-type:square; 
	text-align:left;
}

a img {
	border:none; 
}

/*************** id styles **************/
#wrapper{ 
	width:655px;
}

#LeftNav{ 
	display:none;
}

#RightNav{ 
	display:none;
}

#content{
	width:640px;
	float:none;
	padding:10px 9px 10px 10px;
}

#footer{
	clear:both; 
	width:100%; 
	height:1px;
	background-color:#000000;	
}

/*************** .class styles **************/
.black{
	color:#000000;
}

.white{
	display:none;
}

.fig{
	color:#000000;
	font-size:10px;
	font-weight:bold;
}

.centered{
	text-align:center;
}

.left{
	text-align:left;
}

.sectionHeader{
	background-color:#403030;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:19px;
	padding-left:5px;
}
/*************** link styles **************/
a.blue:link, a.blue:visited{
	color:#708070;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

a.blue:hover{
	color:#B0D0D0;
}

a.siteMap:link, a.siteMap:visited, a.siteMap:hover{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

/*************** feature classes **************/
.feature {
	padding:10px; 
}

.featureSm_L {
	margin:10px 0 10px 0;
	width:300px;
	float:none
}

.featureSm_R {
	margin:10px 0 0 10px;
	width:300px;
	float:none
}

.table400 {
	width:400px;
	border: 1px solid #cccccc; 
}
