/*************** Element level selectors **************/
body{
	background-color:#A0A090;
}

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;
}

.NoSquare{
	list-style-type:none; 
	text-align:left;
	list-style-position:outside;
	text-indent:-25px;
}

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:100%; 
	height:100%;
	background-color:#eeeeee;
	color:#000000;
	border-top:1px solid #000000;	
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

#LeftNav{ 
	width:25%; 
	height:100%; 
	float:left; 
	padding:10px;
	background-color:#666666;
}

#RightNav{ 
	width:19%; 
	height:100%; 
	float:left;
	background-color:#eeeeee;
	padding:10px 0 10px 10px;
}

#content{
	width:50%; 
	height:100%;
	float:left;
	padding:10px 9px 10px 10px;
	background-color:#eeeeee;
	color:#000000;
}

#footer{
	clear:both; 
	width:100%; 
	height:1px;
	background-color:#000000;	
}

/*************** .class styles **************/
.black{
	color:#000000;
}

.white{
	color:#ffffff;
}

.fig{
	color:#000000;
	font-size:10px;
	font-weight:bold;
}

.centered{
	text-align:center;
}

.left{
	text-align:left;
}

.sectionHeader{
	background-color:#403030;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:19px;
	padding-left:5px;
}
/*************** link styles **************/
a.sideLink:link, a.sideLink:visited{
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

a.sideLink:hover{
	background-color:#000000;
	color:#ffffff;
}

a.siteMap:link, a.siteMap:visited, a.siteMap:hover{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
/*************** box classes **************/
div.portlet {
    border:1px solid #cbcbcb;
    margin:0 0 15px 0;
}

div.portletTitle {
    font-family:arial, helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#333333;
    margin:0;
    padding:2px 7px;
    background-color:#CCCCFF;    
	border-bottom:1px solid #cbcbcb;
}

div.portletContent {
    font-family:arial, helvetica, sans-serif;
    padding:2px;
    background-color:#fffaef;
	color:#000000;
}

/*************** feature classes **************/
.feature {
	border: 1px dashed #cccccc;
	padding:10px; 
}

.featureSm_L {
	margin:10px 0 10px 0;
	width:200px;
	float:left;
}

.featureSm_R {
	margin:10px 0 0 10px;
	width:200px;
	float:right;
}

.search{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	text-align:justify;
	color:#666666;
	margin:2px;
}

/*************** #contact form styles **************/
#contactForm{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#contactForm .required{
	color:#ff0000;
}

.table400 {
	width:400px;
	border: 1px solid #cccccc; 
}