body{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
img, a, div{
	margin:0;
	padding: 0;
	border: 0;
}
p{
	margin: 0;
	margin-top:14px;
}
#left_side{
	width: 192px;
}
ul.sidenav, ul.sidenav li, ul.sidenav{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sidenav, ul.sidenav li img, ul.sidenav, ul.sidenav li a img{
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
#subnav{
	float: right;
	padding: 0;
	margin: 0;
	height: 25px;
	padding-right: 20px;
	font-weight: bold;
}
#subnav ul{
	height: 25px;
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
	list-style: none;
}
#subnav ul li{
	float: left;
	padding: 5px;
	display: inline;
	border-left: 1px solid #CE8C2A;
}
#subnav ul li a{
	
}
#left_side #global_nav img{
	float:left;
}
#page_center{
	position: absolute;
	display: inline; 
	top: 0;
	left: 192px;
	width: 550px;
	background-color: white;
}
#page_center .left{
	float: left;
}
#header_tile{
	position: absolute;
	top:0;
	left:192px;
	display: inline;
	font-size: 0;
}
#page_center{
	position: absolute;
	top: 28px;
	width: 544px;
	border-left: 1px solid black;
	border-right: 5px solid black;
}
#header .left{
	float: left;
	font-size: 0;
}
#header .right{
	float: right;
	font-size: 0;
}
#top_rightnav{
	position: absolute;
	left: 608px;
	top: 28px;
	z-index: 1;
}
#content{
	float:left;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	margin-left: 20px;
	width: 460px;
}
#home_content{
	font-size: 12px;
	margin-left: 28px;
	margin-right: 28px;
	line-height: 20px;
width: 350px;
}
#home_note{
	font-size: 9px;
	margin-left: 28px;
	margin-right: 35px;
	line-height: 10px;
}
#home_title{
	border:1px solid black;
	float: left;
}
#home_right{
	width: 159px;
	float: right;
}
#footer{
	float: left;
	text-align:center;
	margin-top: 50px;
	padding: 3px;
	font-size: 7pt;
	color: #FFFFFF;
	background-color: #CC9933;
	width:538px;
}
#right_side{
	position: absolute;
	top: 0;
	left: 742px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3B4F74;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CE8C2A;
	text-decoration: none;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3B4567;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
h3.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3B4F74;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	line-height: 14px;
}
/**************************************************
--- NEWS DETAIL ---
**************************************************/
#news_title{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3B4F74;
}
#subtitle{
	color: #6A6A6A;
	font-style: italic;
}
#news_date{
	font-style: italic;
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
}
/**************************************************
--- NEWS LISTING ---
**************************************************/

div.news_listing{
	margin: 0;
	padding: 5px;
	border-top: 1px solid #CE8C2A;
}
.news_listing .date{
	display: block;
	font-size: 10px;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news_listing .title, .news_listing .title a{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3B4F74;
	text-decoration: underline;
}
.news_listing .subtitle{
	margin-top: 5px;
	font-size: 11px;
}

.news_detail .title, .news_detail .title a{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3B4F74;
}
.news_detail .subtitle{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

