@charset "utf-8";
/* main */

body {
	margin:0px;
	background-color:#FFF;
	color:#333;
	font-family:Verdana, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}
a {
	color:#0000FF;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#0000FF;
	text-decoration:underline;
	outline:none;
}
a:visited {
	color:#0000FF;
	text-decoration:underline;
	outline:none;
}
p {
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;	
}
div.layout_container {
	width:890px;
	margin:auto;	
}
div.logo {
	width:890px;
	height:114px;	
}
div.topmenu {
	width:890px;
	height:44px;
	background-image:url(../layout/topmenu_bg.jpg);
	background-repeat:no-repeat;	
}
div.topmenu div.content {
	padding-left:105px;
	padding-top:15px;
	color:#FFA751;	
}
div.topmenu div.content strong {
	font-weight:normal;	
}
div.menustripe {
	width:890px;
	height:6px;
	background-color:#F23455;	
}
div.layout_main {
	clear:both;
	width:890px;
	margin-bottom:20px;
	margin-top:15px;	
}
div.layout_main div.left_content_td {
	float:left;
	width:221px;
	margin-bottom:15px;
}
div.layout_main div.right_content_td {
	float:right;
	width:668px;
}
div.layout_main div.right_content_td div.corner_left {
	float:left;
	background-image:url(../layout/modules/layout_container_left.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}
div.layout_main div.right_content_td div.hairline {
	float:left;
	border-top:1px #c8c8c8 solid;
	width:648px;
	height:9px;
}
div.layout_main div.right_content_td div.corner_right {
	float:right;
	background-image:url(../layout/modules/layout_container_right.jpg);
	background-repeat:no-repeat;
	height:10px; 
	width:10px;	
}
div.layout_main div.right_content_td div.content_container {
	clear:both;
	width:666px;
	border-left:1px #c8c8c8 solid;
	border-right:1px #c8c8c8 solid;
	}
div.layout_main div.right_content_td div.content_container div.content {
	padding-left:10px;
	padding-bottom:30px;
}
div.layout_main div.right_content_td div.newsticker {
	padding:0px;
	margin:0px;	
}
div.btn_readmore {
	margin-top:5px;
	margin-bottom:5px;
	width:100px;
	height:20px;
}
div.btn_readmore a {
	display:block;
	background-image:url(../layout/readmore.gif);
	background-repeat:no-repeat;
	width:100px;
	height:20px;	
}
div.btn_readmore a:hover {
	display:block;
	background-image:url(../layout/readmore_hover.gif);
	background-repeat:no-repeat;
	width:100px;
	height:20px;	
}
div.headers {
	clear:both;
	padding-top:25px;
	padding-left:10px;
}
div.headers h1 {
	padding:0px;
	margin:0px;
	padding-bottom:8px;
	font-family:'Times New Roman', serif;
	color:#FF9900;
	font-size:25px;
	font-weight:normal;
	
}
div.headers div.sub-header {
	font-family:'Times New Roman', serif;
	color:#1A1B1A;
	font-size:22px;
	line-height:20px;
}
div.sub-header a {
	font-family:'Times New Roman', serif;
	color:#1A1B1A;
	font-size:22px;
	text-decoration:none;	
}
/* footer*/
div.footer {
	clear:both;
	width:666px;
	height:90px;
	margin-bottom:10px;
}
div.footer div.links {
	height:32px;
	background-image:url(../layout/footer_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-left:8px;
	padding-top:8px;
	color:#1C1C1C;	
}
div.footer div.copy {
	height:40px;	
	border-top:1px #C8C8C8 solid;
	border-bottom:1px #C8C8C8 solid;
	padding-left:8px;
	padding-top:8px;
	color:#1C1C1C;
	font-size:11px;
	
}
/* form newsletter */

form.newsletter {
	padding:0px;
	margin:0px;
}
form.newsletter input.news {
	width:150px;
	height:15px;
	font-size:11px;
}
div.newspagetitle {
	width:667px;
	height:26px;
	background-image:url(../layout/newspage_formtop.gif);
	background-repeat:no-repeat;	
}
form.newsletter input.newspage {
	width:190px;
	height:20px;
	font-size:13px;
	border:1px #333333 solid;
}
div.space {
	clear:both;
	height:15px;	
}
span.menu_new {
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
}
span.blue {
	color:#000FFF;
	font-weight:bold;	
}
span.red {
	color:#FF0000;
	font-weight:bold;
}