/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #c8d3d9 url(../images/body_bcg.gif) repeat-x left top;
	font: normal normal normal 9pt normal sans-serif, Arial;
	text-align: center;
	line-height: 1.7em;
	color: #36577d;
}
h1 {
	background: url(../images/logo.jpg) no-repeat left top;
	width: 170px;
	height: 190px;
	float: left;
}
table {
	font: normal normal normal 9pt normal sans-serif, Arial;
}
#main {
	width: 760px;
	background: url(../images/bcg_main.gif) repeat-y center top;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}
#header {
	background: url(../images/bcg_top.gif) no-repeat center top;
}
#header_main {
	height: 198px;
	_height: 206px;
	background: url(../images/bcg_bot.gif) no-repeat center bottom;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
}
#header_main img {
	float: right;
	margin-top: 2px;
}
#header_mnu {
	background: #003399 url(../images/mnu_top.gif) repeat-x left top;
	width: 555px;
	height: 30px;
	float: right;
	text-align: center;
}

#header_mnu .item {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: white;
	line-height: 2.1em;
	padding: 0 28px;
	background: url(../images/mnu_top_bcg.gif) repeat-y right center;
}


#header_mnu .item a {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: white;
	line-height: 2.1em;
}
#header_mnu .item2 {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: white;
	line-height: 2.1em;
	padding: 0 28px;
}
#header_mnu .item2 a {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: white;
	line-height: 2.1em;
}

#header_mnu a:hover {
	color: #ffb400;
}
#header_mnu_right {
	width: 6px;
	height: 30px;
	float: right;
	background: url(../images/mnu_top_right.gif) no-repeat right top;
}
#maincontent {
	background: url(../images/main_top_bcg.gif) no-repeat center top;
	padding: 9px 17px 0 17px;
}
#act {
	width: 170px;
	float: left;
}

#act a {
	color: #5495ff;
}
#act a:hover {
	color: red;
}

#act h2 {
	background: url(../images/act_head.gif) no-repeat;
	width: 165px;
	height: 36px;
}
#act h3 {
	color: #5495ff;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 15px;
	padding: 0 10px;
}
#act p {
	padding: 0 10px;
}
#content {
	width: 720px;
	float: right;
}
#loc1 {
	background: url(../images/loc1.jpg) no-repeat center top;
	width: 170px;
	_width: 185px;
	height: 173px;
	padding: 0px 7px;
	float: left;
	text-align: center;
}
#loc1 p {
	padding: 60px 5px 8px 5px;
	color: white;
	text-align: left;
}
#loc1 a {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: white;
}
#loc1 a:hover {
	color: #ffb400;
}
#loc2 {
	background: url(../images/loc2.jpg) no-repeat center top;
	width: 170px;
	_width: 185px;
	height: 173px;
	padding: 0px 7px;
	float: left;
	text-align: center;
}
#loc2 p {
	padding: 60px 5px 8px 5px;
	color: white;
	text-align: left;
}
#loc2 a {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: white;
}
#loc2 a:hover {
	color: #ffb400;
}
#loc3 {
	background: url(../images/loc3.jpg) no-repeat center top;
	width: 170px;
	_width: 185px;
	height: 173px;
	padding: 0px 7px;
	float: left;
	text-align: center;
}
#loc3 p {
	padding: 60px 5px 8px 5px;
	color: white;
	text-align: left;
}
#loc3 a {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: white;
}
#loc3 a:hover {
	color: #ffb400;
}
#content h2 {
	background: url(../images/cont_head_bcg.jpg) no-repeat center top;
	color:white;
	height: 26px;
	width: 545px;
	margin: 3px 0 10px 5px;
	font-size:14px;
	line-height:1.8em;
}
#content h2 span{
	padding:0 0 0 8px;
}
a {
	color: #5496FF;
}

.text {
	text-align:justify;
	width: 545px;
	margin: 5px 0 10px 5px;
}
.text a {
	color: #5495ff;
}
.text a:hover {
	color: red;
}
#dots {
	border-bottom: 1px dotted #c5c5C5;
	height: 10px;
	font-size: 0;
	line-height: 0;
	clear: both;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer {
	height: 40px;
	background: url(../images/bcg_bot.gif) no-repeat center bottom;
	padding: 0 30px;
	color: #5496ff;
	line-height: 2.5em;
}
#footer a {
	color: #656c71;
	text-decoration: none;
}
#footer a:hover {
	color: red;
	text-decoration: underline;
}
.blind {
	display: none;
}
.cleaner {
	font-size: 0;
	line-height: 0;
	clear: both;
}

