#maindiv {
	width: 900px;
	margin:auto;
}
#topdiv {
	width:900px;
	margin:0px;
	padding:0px;
	height:99px;
}
#contentdiv {
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#676767;
}
#logo{
	float:left; 
	width:350px; 
	padding-top:5px; 
	padding-bottom:5px;
}
#logographic{
	float:left; 
	width:195px; 
	text-align:center;
	padding-top:5px;
}
#toptext {
	float:right; 
	width:350px; 
	height:79px; 
	margin-top:10px;
}
#banner {
	width:900px;
}

#welcometext {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:13px; 
	line-height:18px; 
	color:#ccc; width:234px; 
	background-color:#000; 
	padding:10px; 
	margin-top:6px; 
	margin-bottom:5px; 
	float:left; 
	height:333px;
}
.text-bottom {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:13px; 
	line-height:20px; 
	color:#999;
	text-decoration:none;
}
#bannerphoto {
	width:646px; 
	margin-top:6px; 
	float:right; 
	margin-bottom:5px;
}
#innercontent { 
	width:887px; 
	padding-left:13px; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:13px; 
	font-weight:normal; 
	text-decoration:none; 
	text-align:justify; 
	float: left;
	line-height:20px;
}
#rightphoto{ 
	width:246px; 
	float:right; 
	margin-top:10px; 
	margin-bottom:100px;
}
#botlogo {
	width:900px; 
	margin-top:5px; 
	float:left; 
	
}

/* sitemap */

#sitemap {
	clear: both;
	float: left;
	width: 900px;
	padding:0px;
	margin-top:20px;
	background-color:#5d5d5d;
}

#sitemap ul#section {
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	padding-top:5px;
}

#sitemap ul#section li {
	list-style:none;
	display:block;
	float:left;
/*	line-height:20px;*/
	width:130px;
	text-align:left;
	border-right: dotted 1px  #999999;
	padding:0px 25px;
}

#sitemap ul#section li a:link, ul#section li a:active, ul#section li a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
	display:block;
	width:130px;
	margin-bottom:5px;
}

#sitemap ul#section li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999999;
	text-decoration:underline;
}

#sitemap #section h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	text-decoration: none;
	padding-bottom:10px;
}



#welcomebox {
	clear: both;
	height:230px;
	width:885px;
	padding:0px;
	padding-bottom:15px;
	padding-left:15px;
	background-color:#686868;
}

#welcomebox ul#box {
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	padding-top:5px;
}

#welcomebox ul#box li {
	background:url(../images/arrow.gif) left 7px no-repeat;
	list-style:none;
	display:block;
	float:left;
/*	line-height:20px;*/
	width:170px;
	text-align:left;
	padding:2px 25px 8px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000;	
}


