@charset "utf-8";
/* CSS Document */

body{
	background:#D2D2D2;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:16px;
	margin:0px;
}

a:link { 
color: #000; 
text-decoration: none;
}

a:visited { 
color: #000; 
text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	font-weight:bold;

} 

div#container{
	background:#FFF;
	width: 900px;
	border-left-style:solid;
	border-right-style:solid;
	border-right-width:medium;
	border-color:#333366;
	padding: 0px;
	margin: 0px auto;
}

div#header{
	background:#FFF;
	width:900px;
	height:100px;
	padding: 0px;
	margin: 0px;
}

div#headernav{
	background:#FFF;
	width:900px;
	height:25px;
	padding: 0px;
	margin:0px;
	overflow-y:hidden;
	border-top-style:double;
	border-bottom-style:double;
	border-color:#ee672f;
}

div.headernavlink{
	background:#FFF;
	width: 175px;
	margin-top: 5px;
	float: left;
	border-right-style: solid;
	border-right-width:thin;
	border-color:#ee672f;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:400;
	
}

div#content{
	width:900px;
	background:#FFF;
	overflow:hidden;
}

div#leftcontent{
	width:155px;
	background:#FFF;
	padding:10px;
	float:left;
	border-right-style:double;
	border-color: #D2D2D2;
	font-size:14px;
}

div#maincontent{
	background:#FFF;
	width: 480px;
	float:left;
	padding: 10px;
}

div#widemaincontent{
	background:#FFF;
	width: 680px;
	float:left;
	padding: 10px;
}

div#widemaincontentright{
	background:#FFF;
	width: 685px;
	float:right;
	padding: 10px;
}

div#rightcontent{
	background: #FFF;
	width:180px;
	float:right;
	padding-left: 15px;
	
}

div#footer{
	background:#D2D2D2;
	width:900px;
	clear:both;
	border-bottom:solid;
}
	
div.leftcontent{
	font-size:14px;
	font-weight:500;
}

