/*
dark blue: 0c4f79
cyan: 3b8bd6
light cyan: 9cc3ee
light light cyan: f3f7fa
*/
* {
	font-family:arial,sans-serif;
}
body {
	font-size:10pt;
}
body,html,p {
	padding:0;margin:0;
}
#body {
	width:980px;
	padding:0 10px;
	margin:2px auto 0;
	position:relative;
	background: url('/img/bg-c.png');
}
#body_b {
	background: url('/img/bg-b.gif') no-repeat;
	margin:0 auto;
	width:1000px;
	height:12px;
}
img {
	border:0;
}
a {
	cursor:pointer;
	color:#555555;
}
a:hover {
	text-decoration: none;
}
h1 {
	color:#0c4f79;
	font-size:16pt;
	padding:0 0 8px;
	margin:0;
}
h2 {
	color:#0c4f79;
	font-size:14pt;
	padding:0;
	margin:0;
}

#logo {
	float:right;
}
#top {
	height:188px;
	background:white;
	padding-left:110px;
}
#main_pic {
	float:left;
	width:570px;
	height:188px;
}
#top_menu {
	padding:0;
	clear:both;
	background:url('/img/menu-bg.gif');
	height:31px;
	overflow:hidden;
}
#top_menu a {
	color:white;
	font-size:10pt;
	font-weight:bold;
	line-height:27px;
	padding: 0 10px;
	border-left: solid 1px #4c83ac;
	text-decoration: none;
	float:right;
	display:block;
}
#top_menu a.active {
	background: #3b8bd6;
}
#top_menu a.first {
	padding-right: 20px;
}
#top_menu a:hover {
	/*background: #8ab3d5;*/
	color:#bbb;
}
#side_menu {
	width:170px;
	float:right;
	background: #f3f7fa;
	padding: 20px 10px;
}
#side_menu a {
	color:black;
	font-size:10pt;
	font-weight:bold;
	line-height:19px;
	padding: 1px 10px;
	width:150px;
	display:block;
	border-bottom: solid 1px #b5cbde;
	text-decoration: none;
}
#side_menu a.active {
	background: #3b8bd6;
	color:white;
}
#side_menu a:hover {
	/*background: #8ab3d5;*/
	color:#0D507B;
}
#side_menu .caption {
	font-size:12pt;
	font-weight:bold;
	padding: 0 10px 10px;
	width:150px;
	border-bottom: solid 1px #b5cbde;
}
#content {
	width:740px;
	float:left;
	padding:20px 25px 25px;
	color:#555;
	line-height: 1.1em;
}
.clear {
	clear:both;height:1px;width:1px;font-size:0;line-height:0;margin:0;padding:0;/*zoom:1;*/
}

#foot_menu {
	text-align: center;
}
#foot_menu a {
	font-size:10pt;
	margin:9px 15px;
	color:#5e5e5e;
	text-decoration: none;
}
#foot_menu a:hover {
	text-decoration: underline;
}
#sign {
	margin:15px 0;
}
#sign a {
	font-size:8pt;
}