body
	{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	font-family: Arial;
	font-size: 10px;
	}
	
.wrapper
	{
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	text-align: left;
	}
	
.holder
	{
	display: block;
	overflow: hidden;
	width: 1002px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	
.header
	{
	display: block;
	overflow: hidden;
	width: 990px;
	height: 100px;
	float: left;
	float: left;
	border: 1px solid #d2d2d2;
	background-image: url("img/header_bg.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 5px;
	}
	
.footer
	{
	display: block;
	overflow: hidden;
	width: 990px;
	height: auto;
	float: left;
	float: left;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	margin: 5px 10px 5px 10px;
	}
	
.footer_text
	{
	margin: 5px;
	font-size: 11px;
	color: #a0a0a0;
	line-height: 14px;
	}
	
.copyright_text
	{
	clear: both;
	text-align: center;
	color: #828282;
	line-height: 30px;
	}
	
.logo
	{
	display: block;
	overflow: hidden;
	width: 192px;
	height: 98px;
	float: left;
	background-image: url("img/logo.jpg");
	background-repeat: no-repeat;	
	cursor: hand;
	}
	
.header_banner
	{
	display: block;
	overflow: hidden;
	float: right;
	margin: 5px;	
	}
	
.menu
	{
	display: block;
	overflow: hidden;
	width: 990px;
	height: 31px;
	float: left;
	background-image: url("img/menu_bg.jpg");
	background-repeat: repeat-x;
	border: 1px solid #d2d2d2;
	margin: 0 5px 0 5px;
	text-align: left;
	}
	
.menu_link
	{
	display: block;
	overflow: hidden;
	width: 110px;
	height: 31px;
	float: left;
	text-align: center;
	padding: 7px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #d2d2d2;
	color: #1a5694;
	background-color: #none;
	}
	
.menu_link:hover
	{
	background-image: url("img/menu_bg_over.jpg");
	background-repeat: repeat-x;
	background-color: #e9eef5;
	height: 31px;
	color: #155cc8;
	border-bottom: 2px solid red;
	}
	
.menu_link_s
	{
	display: block;
	overflow: hidden;
	width: 110px;
	height: 31px;
	float: left;
	text-align: center;
	padding: 7px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #d2d2d2;
	color: #000;
	background-image: url("img/menu_bg_over.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
	}
	
.menu_date
	{
	padding: 8px 0 0 0;
	float: right;
	margin-right: 10px;
	color: #383838;
	font-size: 12px;
	}
	
.wide_side
	{
	display: block;
	overflow: hidden;
	width: 670px;
	height: auto;
	float: left;
	padding: 5px;
	}

.left_side
	{
	display: block;
	overflow: hidden;
	width: 210px;
	height: auto;
	float: left;
	padding: 5px;
	}
	
.content_middle
	{
	display: block;
	overflow: hidden;
	width: 452px;
	height: auto;
	float: left;
	padding: 5px;
	}
	
.right_side
	{
	display: block;
	overflow: hidden;
	width: 310px;
	height: auto;
	float: left;
	padding: 5px;
	}
	
.s_block
	{
	display: block;
	overflow: hidden;
	width: widt;
	height: auto;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	margin: 0 0 10px 0;
	}
	
.s_block_header
	{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 32px;
	background-color: #fff;
	background-image: url("img/s_block_header_bg.gif");
	background-repeat: repeat-x;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 0 5px;
	color: #171717;
	}
	
.s_block_content
	{
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	padding: 0 5px 5px 5px;
	}
	
.s_header
	{
	font-size: 13px;
	font-weight: bold;
	color: #105a99;
	line-height: 24px;
	}
	
.s_text
	{
	font-size: 12px;
	color: #363636;
	line-height: 14px;
	}
	
.item_link
	{
	color: #105a99;
	font-size: 15px;
	}
	
.item_date
	{
	color: #636363;
	font-size: 10px;
	}
	
.item_description
	{
	color: #363636;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
	}
	
a.category_item_link
	{
	padding: 2px;
	color: #105a99;
	font-size: 11px;
	text-decoration: none;
	line-height: 17px;
	}
	
a.category_item_link:hover
	{
	color: #105a99;
	font-size: 11px;
	text-decoration: underline;
	}