
html, body {
	height:auto;
	width: 100%;
	padding:0px;
	margin:0px;
	font-family: Arial, Verdana;
	color: #231f20;
	font-size: 12px;
	background-color: #FFFFFF;
	z-index: 5;
}
table{
	font-size: 12px;
}

td {
	vertical-align: top;
}
.tbl_error{
	color: #FF0000;
}

.article_datetime{
	color: #8a8a8a;
	font-size: 10px;
}

.help_icon{
	width: 100%;
    height: 100%;
	background-image: url(../images/help_icon.png);
	background-repeat: no-repeat;
	background-position: top center;
    cursor:pointer;
}

.validation_neutral{
	width: 100%;
    height: 100%;
	background-image: url(../images/validation_neutral_icon.png);
	background-repeat: no-repeat;
	background-position: top center
}

.validation_failed{
	width: 100%;
    height: 100%;
	background-image: url(../images/validation_failed_icon.png);
	background-repeat: no-repeat;
	background-position: top center
}


.validation_passed{
	width: 100%;
    height: 100%;
	background-image: url(../images/validation_passed_icon.png);
	background-repeat: no-repeat;
	background-position: top center
}
.reg_message{
	color: #FF0000;
}

.forminput{
	width: 180px;
}

.forminputsmall{
	width: 61px;
}

a:link {
	color:#231f20;
	text-decoration: underline;
}

a:visited {
	color:#231f20;
	text-decoration: underline;
}

a:hover {
	color:#231f20;
	text-decoration: none;
}

p {
	padding: 0px;
	margin: 0px;
} 

#container_header{
	width: 100%;
	min-width:999px;
	height:208px;
	position: relative;
	border: none;
    background-image: url(../images/top-bg-repeat.png);
	background-repeat: repeat;
	background-position: top center
}

#container_header_top{
	width: 100%;
	height:153px;
	position: relative;
	border: none;
	background-image: url(../images/top-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
    cursor:pointer;
}

#container_header_menu{
	width: 100%;
	height:32px;
	position: relative;
	border: none;
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat;
	background-position: top left
}

#container_header_menu_inner{
	width: 975px;
	height:32px;
	position: relative;
	border: none;
}

#container_header_submenu_menucatid{
	display:none;
}

#container_header_submenu_pagecatid{
	display:none;
}
.container_header_menu_inner-item{
	position: relative;
	height:25px;
	padding-top:7px;
	padding-left:20px;
	padding-right:20px;
	border: none;
	font-family: Arial, Verdana;
	color: #231F20;
	font-size: 17px;
	float:left;
	cursor:pointer;
}
.container_header_menu_inner-item-active{
	position: relative;
	height:25px;
	padding-top:7px;
	padding-left:20px;
	padding-right:20px;
	border: none;
	font-family: Arial, Verdana;
	color: #231F20;
	font-size: 17px;
	float:left;
	cursor:pointer;
	background-color:#A0A2A5;
}

.container_header_menu_inner-spacerfirst{
	position: relative;
	height:32px;
	width:150px;
	border: none;
	float:left;
	background-image: url(../images/menu-spacer.png);
	background-repeat:repeat-y;
	background-position: top right;
}

.container_header_menu_inner-spacer{
	position: relative;
	height:32px;
	width:1px;
	border: none;
	float:left;
	background-image: url(../images/menu-spacer.png);
	background-repeat:repeat-y;
	background-position: top center
}

#container_header_submenu{
	width: 100%;
	height:23px;
	float:none;
	position: relative;
	border: none;
	background-image: url(../images/submenu-bg.png);
	background-repeat: repeat-x;
	background-position: top left
}



#container_header_submenu_inner{
	width: 950px;
	height:20px;
	position: relative;
	border: none;
	
}

.container_header_submenu_inner-item{
	position: relative;
	margin-top:2px;
	height:20px;
	border: none;
	font-family: Arial, Verdana;
	color: #2b2b2b;
	font-size: 13px;
	float:left;
	cursor:pointer;
}

.container_header_submenu_inner-spacer{
	position: relative;
	margin-top:2px;
	height:20px;
	width:20px;
	border: none;
	font-family: Arial, Verdana;
	color: #2b2b2b;
	font-size: 13px;
	float:left;
	text-align:center;
}

#container_main{
	top:12px;
	width: 973px;
	position: relative;
	background-color: #FFFFFF;
	border: none;
	text-align:left;
	
}
#container_main_top{
	width: 973px;
	height:25px;
	position: relative;
	border: none;
}

#container_main_left{
	width: 660px;
	position: relative;
	border: none;
	float:left;

}

#container_main_left_content_left{
	width: 387px;
	position: relative;
	border: none;
	float:left;
}

.container_main_left_content_left-title{
	position:relative;
    font-family: OCR A Extended, Arial, Verdana;
	color: #231F20;
	font-size: 25px;
    height:36px;

}

.container_main_left_content_left-text{
	position: relative;
	border: none;
	left:0px;
	margin-top:10px;
	font-family: Arial, Verdana;

}

#container_main_left_content_right{
	width: 247px;
	left:26px;
	position: relative;
	border: none;
	float:left;
}
.container_main_left_content_right-title{
	position: relative;
	border: none;
	font-family: Arial Rounded MT bold, Arial, Verdana;
	color: #8a8a8a;
	font-size: 26px;
}
.container_main_left_content_right-text{
	position: relative;
	border: none;
	margin-top:10px;
	font-family: Arial, Verdana;
	color: #8a8a8a;
	font-size: 12px;
}

#container_main_middle{
	width: 26px;
	position: relative;
	border: none;
	float:left;
}

#container_main_right{
	width: 287px;
	min-height:400px;
	position: relative;
	border: none;
	float:left;
}
.container_main_right_item{
	width: 200px;
	top:20px;
	position: relative;
	border: none;
}
.container_main_right_item_title{
	padding-top:2px;
	width: 200px;
	height:25px;
	text-align:center;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	position: relative;
	border: none;
	background-image: url(../images/right_top_bg.png);
	background-repeat:no-repeat;
}

.container_main_right_item_text{
	width: 200px;
	min-height:100px;
	padding:3px;
    padding-left:10px;
	position: relative;
	border: none;
	background-image: url(../images/right_middle_bg.png);
	background-repeat:repeat-y;
   
}

a.container_main_right_item_text-link{
	margin-top:10px;
	font-family: Arial, Verdana;
   	text-decoration: none;
    font-weight:bold;
}

a.container_main_right_item_text-link:hover{
	margin-top:10px;
	font-family: Arial, Verdana;
   	text-decoration: underline;
    font-weight:bold;
}

.container_main_right_item_bottom{
	width: 200px;
	height:20px;
	position: relative;
	border: none;
	background-image: url(../images/right_bottom_bg.png);
	background-repeat:no-repeat;
}

#container_bottom{
	top:20px;
    clear:both;
    float: none;
	position: relative;
	width:100%;
    height: 80px;
	border: none;
	text-align:left;
	background-color:#A6C197;
   	font-family: Arial, Verdana;
	color: #ffffff;
	font-size: 12px;
}

#container_bottom_footer{
	position: relative;
	width:973px;
	border: none;
	text-align:left;
	top: 2px;
}

#frontpagenews_container{
    width:600px;
    height:225px;
    background-color:#F1F9F6;
    -moz-border-radius:4ex;
    -webkit-border-radius:4ex;
}

#frontpagenews_container_left{
    width:280px;
    height:195px;
    margin-top:15px;
    margin-left:13px;
	background-repeat:no-repeat;
    -moz-border-radius:4ex;
    -webkit-border-radius:4ex;
    float:left;
    overflow:hidden;
}

.frontpagenews_container_left_image{
    -moz-border-radius:4ex;
    -webkit-border-radius:4ex;
}

#frontpagenews_container_right{
    width:280px;
    height:195px;
    padding-top:15px;
    margin-left:14px;
    cursor:pointer;
    float:left;
    overflow:hidden;
}

#frontpagenews_container_right_item_1{
    width:280px;
    height:17px;
    cursor:pointer;
    border-bottom:1px solid #F1F9F6;
    background-image: url(../images/frontpage-bg-top-a.png);
	background-repeat: no-repeat;
	background-position: top left;
    padding-top:10px;
    padding-bottom:11px;
    padding-left:20px;
    font-size: 16px;
    text-align:left;

}
#frontpagenews_container_right_item_5{
    width:280px;
    height:18px;
    cursor:pointer;
    border-bottom:1px solid #F1F9F6;
    background-image: url(../images/frontpage-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
    padding-top:10px;
    padding-bottom:11px;
    padding-left:20px;
    font-size: 16px;
    text-align:left;


}
.frontpagenews_container_right_item{
    width:280px;
    height:17px;
    cursor:pointer;
   	background-color:#A6C197;
    border-bottom:1px solid #F1F9F6;
    padding-top:10px;
    padding-bottom:11px;
    padding-left:20px;
    font-size: 16px;
    text-align:left;
}

