{
margin:0px;
padding:0px;
}
body {
background:#00CCFF url('img/bg.gif') repeat-x left top;
}
body, td, th {
font-family:Arial, Helvetica, sans-serif, Tahoma;
font-size:11px;
font-weight:normal;
}
a {
color:#737373;
text-decoration:none;
}
#wrap {
width:768px;
margin:0px auto;
margin-top:-8px;
}
.menu {
background:url('img/menu_back.gif') repeat-x left top;
}
.content {
padding-top:10px;
padding-bottom:10px;
background:#FFFFFF;
min-height:350px;
}
.link_img {
	margin-bottom:16px;
}
.link_img img {
	margin-left:10px;
}
.left_content {
float:left;
width:505px;
}
.right_content {
float:right;
width:245px;
}
/*Page Border Style*/
.l_border {
	background:url('img/left_border.gif') repeat-y top left;
}
.r_border {
	background:url('img/right_border.gif') repeat-y top left;
}
.border_bottom {
	background:url('img/border_bottom.gif') repeat-x top left;
}
/*News*/
.news {
	background-color:#D8ECF4;
	margin-top:-13px;
	padding-bottom:50px;
	padding-top:4px;
	*margin-top:-20px;
}
.news_title {
	background:url('img/news_head.gif') repeat-x top left;
	
}
.news_title h1 {
	padding:6px 0px 6px 9px;
	margin-top:0px;
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
}
.news_title a {
		color:#FFFFFF;
}
.newstitle {
	padding:3px 10px 0px 11px;
}
.newstitle a {
	color:#016B96;
	font-size:16px;
}
.newsdate {
	color:#97BECE;
	padding:0px 10px 0px 10px;
	margin-top:-1px;
}
.newscont {
	padding:4px 10px 0px 10px;
	color:#636363;
}
/*Newsletter*/
.newsletter {
	width:245px;
	height:109px;
	background:url('img/newsletter.jpg') no-repeat top left;
	*margin-bottom:-10px
}
.subscribe_text {
	width:221px;
	margin-left:10px;
	margin-top:50px;
	border:solid 1px #354141;
}
.subscribe_button {
	margin-top:10px;
	float:right;
	margin-right:10px;
	background:url('img/subscribe.jpg') no-repeat top left;
	width:75px;
	height:20px;
	border:0px none;
	cursor:hand
}
.subscribe_button2 {
	margin-right:10px;
	background:url('img/subscribe.jpg') no-repeat top left;
	width:75px;
	height:20px;
	border:0px none;
	cursor:hand
}
/*Footer*/
.footer {
color:#80A2A2;
padding:5px 0px 7px;
text-align:center;
}
.footer a {
color:#000000;
margin:0px 2px;
text-decoration:none;
}
.footer a:hover {
color:#D2E3E3;
}
/*Form style*/
.txtform {
border:1px solid #666666;
font-family:Tahoma;
font-size:12px;
width:220px;
}
.button {
background:url('img/send.jpg') repeat-x left top;
border:0px none;
color:#FFFFFF;
width:50px;
height:21px;
cursor:hand
}
.txtform {
	border:solid 1px #9ED3EB;
	height:15px;
	width:250px;
}
.textform {
	border:solid 1px #9ED3EB;
	width:250px;
}
/* Clear Float Fix Problem */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}