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

body
{
	margin:0;
	padding:0px;
	background: #3674b6 top repeat-x url(images/bg_top.gif);
	font-family: Arial, Helvetica, sans-serif;
}

p {margin:0; padding:4px;}

h1
{
	margin-top:0;
	padding-top:4px;
	color:#598cc5;
}
h3
{
	margin-top:0;
	padding-top:4px;
	color:#598cc5;
}

h5
{
	margin-top:0;
	margin-bottom:2px;
	padding:6px;
	color:black;
	font-weight:bold;
	background:#D8D8D8;
}
a:link {
	color: #3674b6;
}
a:visited {
	color: #83A6D0;
}
a:hover {
	color: #000000;
	text-decoration: underline overline;
}

#page
{
	width:750px;
	margin:auto;
}
#header
{
	width:100px;
}
#nav 
{	
	height:20px;
	width:100%;
	background:url(images/nav_bg.gif) no-repeat;
}
#menu
{
	position:relative;
	float:left;
	margin:0;
	list-style:none;
	text-align:center;
	padding:0px;
	height:20px;
}
#menu li
{
	float:left;
	margin:0;
	padding:0;
}
#menu img
{
	border:0;
}
#headerimg
{
	padding:0;
	height:123px;
}
#container
{
	margin:0;
	padding:0;
	width:100%;
	background:white;

}
#content
{
	background:url(images/content_watermark.gif) no-repeat bottom white;
	padding:10px;
}
#contentnopad
{
	background:url(images/content_watermark.gif) no-repeat bottom white;
	padding-bottom:10px;
}
#contentsub
{
	padding-left:190px;
	padding-right:10px;
	padding-top:10px;
}
#contentsub2
{
	padding-left:240px;
	padding-right:10px;
	padding-top:10px;
}
#subinfo
{
	background-color:#FBFBFB;
	position:relative;
	margin:1px;
	padding:10px;
	float:left;
	width:200px;
	border-right: 1px solid  #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#subinfo .newsitem
{
	padding:4px;
	font-size:10px;
	margin-bottom:5px;
	list-style-image: url(images/bullet.gif);
}
#subinfo li, #subinfo ul
{
	margin:0;
	margin-left:14px;
	padding:0px;
	
}
#subinfo .date
{
	font-weight:bold;
	list-style:url(images/bullet.gif);

}

#subnav
{
	position:relative;
	margin:0;
	padding:0px;
	list-style:none;
	list-style-type:none; 
	line-height:0px;
	float:left;
	display:block;
}
#subnav li
{
	margin:0;
	padding:0px;
}

#subnav img
{
	border:none; padding:0px; line-height:0px;
}
#footer
{
	clear:both;
	color:#535353;
	background-color:#262626;
	border-left:thin solid #999999;
	border-bottom:thin solid #999999;
	border-right:thin solid #999999;
	border-top:none;
	padding:10px;
	text-align:center;
	font-size:smaller;
}
#footer A
{
	color:#3674b6;
	text-decoration:none;
}
#footer A:hover
{
	color:#bbb;
	text-decoration:underline;
}

