/******************** header styles ********************/
#header
	{
	padding-bottom: 13px;
	}



/******************** topnav styles ********************/
#topnav
	{
	background: #255a83;
	}
	
	

/******************** main styles ********************/
#main
	{
	background: #ffffff;
	}

	
	

/******************** content styles ********************/
#content
	{
	padding: 16px 14px 0 37px;
	margin: 0 300px 0 0;
	float: none;
	width: auto;
	}
	
#content ul.contentNav
	{
	border-bottom: dotted 1px #404040;
	padding-bottom: 10px;
	margin-bottom: 12px;
	}
	
#content ul.contentNav li
	{
	font: 14px/21px Georgia, 'Times New Roman', Times, serif;
	color: #006699;
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	margin-left: 0;
	/* begin hiding from MacIE \*/
	margin-right: 40px;
	/* end hiding from MacIE */
	}
	
#content ul.contentNav li.end
	{
	margin-right: 0;
	}
	
#content ul.contentNav a
	{
	color: #006699;
	text-decoration: none;
	}
	
#content ul.contentNav a:hover
	{
	color: #69a7cc;
	}
	
	
.dividerx {
	
	width: 455px;
				border-top: dotted 1px #404040;
				padding-top: 10px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-botton: 0px;
	}
	
	
.newsnew {
margin-top: 0px;
padding-top:0px;
}
	
.newsnew a
	{
	color: #006699;
	text-decoration: none;
		font: 14px/21px Georgia, 'Times New Roman', Times, serif;margin-top: 0px;
padding-top:0px;

	
	}
	
.newsnew a:hover
	{
	color: #69a7cc; 	font: 14px/21px Georgia, 'Times New Roman', Times, serif;margin-top: 0px;
padding-top:0px;
	
	
	}
	
	
	
#content h1
	{
	font: 13px/18px Georgia, 'Times New Roman', Times, serif;
	color: #7a7464;
	margin-bottom: 14px;
	}
	
#content h1 sup
	{
	font-size: 11px;
	}
	
#content p.footnote
	{
	font: italic 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #8c8679;
	}
	
	

/******************** button styles ********************/
.buttons
	{
	float: right;
	width: 264px;
	margin: 45px 15px 0 0;
	}
	
.buttons img
	{
	margin-bottom: 13px;
	}
	
	

/******************** news styles ********************/
.news
	{
	margin-top: 12px;
	border-top: dotted 1px #404040;
	padding-top: 5px;
	}
	
.news h2
	{
	font: bold 10px/18px Georgia, 'Times New Roman', Times, serif;
	color: #797979;
	letter-spacing: .2em;
	}
	
.news dl
	{
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #797979;
	margin-top: 9px;
	}
	
.news dl dt
	{
	line-height: 5px;
	}
	
.news dl dd
	{
	margin: 0 0 0 72px;
	position: relative;
	top: -9px;
	}
	
.news dl a
	{
	color: #367aa5;
	text-decoration: none;
	}
	
.news dl a:hover
	{
	color: #1d365f;
	}
	
	

/******************** footer styles ********************/
#footer #sidebar
	{
	display: none;
	}
	
