@charset "utf-8";
/* CSS Document */
body{
	background-image: url(/images/bg_body.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #568CCA;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}
.holder_web{
	margin: auto;
	height: auto;
	width: 916px;
}
.holder_content{
	width: 914px;
	border: 1px solid #FFF;
	clear: left;
	float: left;
	height: auto;
	background-color: #FFF;
}
.row_top{
	clear: left;
	float: left;
	height: 130px;
	width: 100%;
	background-color: #FFF;
}
.logo {
	float: left;
	height: 119px;
	width: 211px;
	padding-left: 10px;
}
.info{
	float: right;
	height: 60px;
	width: 278px;
	padding-top: 35px;
	padding-right: 10px;
}
.row_menu{
	line-height: 32px;
	background-image: url(/images/bg_menu.gif);
	background-repeat: repeat-x;
	clear: left;
	float: left;
	height: 32px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f8e60a;
}
.row_baner{
	clear: left;
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.text_holder {
	float: left;
	width: 511px;
	padding-top: 20px;
	padding-left: 60px;
	padding-bottom: 20px;
	padding-right: 60px
}
.right_flash_holder{
	float: left;
	height: auto;
	width: 282px;
}
.holder_footer {
	background-image: url(/images/bg_footer.gif);
	background-repeat: repeat-x;
	clear: left;
	float: left;
	height: 82px;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F8E60A;
	font-size: 0.85em;
	color: #FFF;
	text-align: center;
}
.row_menu ul {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 100%;
	list-style-type: none;
	height: 32px;
}
.row_menu ul li {
	float: left;
	height: 32px;
	width: auto;
	background-image: url(/images/bg_menu_list.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.row_menu ul li a:link, .row_menu ul li a:visited, .row_menu ul li a:active {
	display: block;
	padding-right: 28px;
	padding-left: 28px;
	color: #FFF;
	text-decoration: none;
}
.row_menu ul li a:hover {
	color: #F8E60A;
}

.row_menu ul li a.selected {
	color: #F8E60A;
}
.holder_footer ul {
	width: 650px;
	list-style-type: none;
	height: 32px;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.holder_footer ul li {
	float: left;
	height: auto;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #013974;
}
.holder_footer ul li:first-child {
	border-left-style: none;
	
}
.holder_footer ul li a:link, .holder_footer ul li a:visited, .holder_footer ul li a:active {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	color: #BBD1EA;
	text-decoration: none;
	font-weight: normal;
}
.holder_footer ul li a:hover {
	text-decoration: underline;
}
.holder_footer a:link, .holder_footer a:visited, .holder_footer a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.holder_footer a:hover {
	text-decoration: underline;
}
.holder_img_subpage {
	float: left;
	height: auto;
	width: 100%;
}

h1 {
	color: #004B99;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: justify;
}
a:link, a:visited, a:active {
	color: #3A4B99;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
