@charset "utf-8";
/* CSS Document */
body {
	background-color: #132449;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	margin-top: 15px;
}

#maincontainer {
	background-color: #FFFFFF;
	width:940px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;	
}

#header {
	padding-top:2px;
	padding-left:20px;
	padding-right:20px;
	vertical-align:baseline;
		
}
#logo{
	float:left;	
}

#searchbox {
	float:right;
	text-align:right;
	
}

#intranet{
	float:right;
	margin-right;20px;
	
}

#searchbox .searchinput{
	height:30px;
	width:300px;
	margin-right:90px;
}

#search_field{
	width:220px;
	height:14px;
	border:#D9E1F3 solid thick; 
}

#topnav {
	background-color: #132449;
	height:32px;
	width:940px;
	float:none;
	padding:none;
}

#advertise{
	width:900px;
	background-color:#F8C028;
	border-top:#FFF solid 4px;
	border-bottom: #F8C028 solid 3px;
	margin-left:20px;
	margin-right:20px;
}
#advertisecontents img{
	float:left;
}

#right_textarea{
	float:right;
	width:270px;
	}
#left_textarea{
	float:left;
	width:300px;
}
p.adv_textarea{
	text-align:left;
	margin:70px 20px 10px 20px;
	font-size:0.8em;
	color:#000;
}

#maincontents{
	padding-left:20px;
	padding-right:20px;
}

#leftnav{
	background-color: #132449;
	width:300px;
	float:left;
	border-bottom: #f8c028 solid 3px;
}

ul#leftmenu{
	margin-left:23px;
	padding-left:55px;
	margin-top:20px;
	color:#FFF;
	list-style-image:url(../../images/bullet.png);
	line-height:1.3em;
}
#leftmenu li{
	margin-bottom:12px;
	font-size:0.75em;
	font: #fff;
	padding-left:3px;
}

#leftmenu a{
	color:#fff;
	text-decoration:none;
}
#leftmenu a:hover{
	/* color:#676f82; */
	/* background-color:#F8C028; */
	text-decoration:underline;
	color:#A0B7E7;
}
#leftmenu li.current {
	background-color:#F8C028;
	font-weight:400;
}
#leftmenu .current a{
	color:#000033;
	text-decoration:none;
}

#contentscontainer{
	float:right;
	width:590px;
}

#contents{
	margin-right:10px;
}

#news{
	margin-left:20px;
	margin-right:20px;
}

#newshead{
	background-image:url(../../images/newsbox/news_head_bg.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:36px;
}

#newscontents{
	background-image:url(../../images/newsbox/news_content_bg.jpg);
	background-repeat:repeat-y;
	width:900px;
	height:130px;
}

#newsfooter{
	background-image:url(../../images/newsbox/news_footer_bg.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:36px;	
}

#news_one{
	float: left;
	width: 275px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	z-index:100000;
	left: 30px;
	font-weight: bold;
}

ul#news_left{
	list-style-image:url(../../images/bullet_smaller.png);
}

#news_left li{
	margin-bottom:12px;
	font-size:0.75em;
	color: #132449;
	font-weight: normal;
}

#news_two{
	float: left;
	position:relative;
	width: 265px;
	z-index:100000;
	left: 40px;
	font-weight: bold;
	font-size: medium;
	color: #132449;
}

ul#news_middle{
	list-style-image:url(../../images/bullet_smaller.png);
}

#news_middle li{
	margin-bottom:12px;
	font-size:0.75em;
	color: #132449;
	font-weight: normal;
}
#news_three{
	float: left;
	position:relative;
	width: 266px;
	z-index:100000;
	left: 70px;
}

ul#news_right{
	list-style-image:url(../../images/bullet_smaller.png);
}

#news_right li{
	margin-bottom:12px;
	font-size:0.75em;
	color: #132449;
}

.News_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #142448;
	text-align: left;
	clip: rect(auto,auto,auto,20px);
	font-weight: bold;
}
.News_type1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #142448;
	text-align: left;
	clip: rect(auto,auto,auto,20px);
	font-weight: bold;
}
.News_type2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #132449;
	text-align: left;
	clip: rect(auto,auto,auto,20px);
	font-weight: bold;
}
#maincontainer #footer p {
	font-size: small;
	bottom: 10px;
	position: relative;
	color: #132449;
	margin-left:20px;
	margin-right:20px;
	font-style:italic;
}

