html, body {
	margin:0;
	padding:0;
	background:#fff;
	width:100%;
	height:100%;
	font-family:Calibri, Helvetica, sans-serif;
}
* html #wrap {
	height: 100%;
}
p, td {
	font-family:Calibri, Helvetica, sans-serif;
	margin-top:0px;
}
a img {
	border:0;
}
a {
	color: #18469e;
	text-decoration:underline;
}
a:hover {
	color: #0978dc;
	text-decoration:none;
}
a.hidden {
	text-decoration: none;
	color:#000;
	cursor:default;
}
form {
	margin:0;
	padding:0;
}
div.clr {
	clear:both;
}
ul {
	margin:0 0 0 20px;
	padding:0;
	list-style-type: square;
	line-height: 16px;
}
h1 {
	font-size:20px;
	font-weight:normal;
	color:#000;
	margin:5px 0 10px;
	font-family:"Georgia";
}
h2 {
	font-size:16px;
	font-weight:normal;
	color:#000;
	margin:2px 0 7px;
}
#wrap {
	position:relative;
	min-height:100%;
	margin:0 auto;
	width:100%;
}
#page {
	width:920px;
	margin:0 auto;
}
#header {
	position:relative;
	height:284px;
	background:url(../images/img01.jpg) no-repeat;
}
#logo {
	position:absolute;
	margin:45px 0 0 550px;
	left: -26px;
	top: -39px;
	width: 401px;
	height: 85px;
}
#company_name {
	font-size:26px;
	font-weight:normal;
	font-family:Blackoak Std, OCR A Std, Arial Black, Times, serif;
	text-transform: none;
	color: #00427d;
	position:absolute;
	margin:57px 0 0 634px;
	left: -93px;
	top: -3px;
	width: 309px;
}
#intro {
	position:absolute;
	margin:121px 0 0 539px;
	width:316px;
	height:104px;
	background:url(../images/intro_bg.png) no-repeat;
	padding:20px;
	font-size:12px;
}
.more {
	color:#18469e;
	text-align:right;
}
.more a {
	color:#18469e;
	text-decoration:underline;
}
#menu {
	color:#000;
	font-weight:normal;
	padding:21px 0 0;
	white-space: nowrap;
	height:37px;
	background:url(../images/menu_bg.jpg) no-repeat;
	position:relative;
	overflow:hidden;
}
#menu a {
	text-decoration: none;
	color: #000;
}
#menu a:hover {
	color: #005bad;
	text-decoration:none;
}
#menu .item {
	padding:0 30px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
}
#contentwrap {
	position:relative;
	background:#e9ecf1 url(../images/body_bg.jpg) no-repeat top;
	overflow:hidden;
	padding-bottom:20px;
}
#body_area {
	color:#000;
	text-align:justify;
	float:left;
	margin:50px 0 0 20px;
	width:550px;
	font-size:15px;
}
#google {
	float:right;
	margin:100px 0 0 -400px;
	width:370px;
}
#sidebar {
	width:250px;
	float:right;
	margin:0 25px 0 0;
	background:url(../images/sidebar_bg.png) repeat-y;
	font-size:12px;
}
#sidebar h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color:#18469e;
	border-bottom:1px solid #CCC;
	margin:5px 15px 10px;
	padding-bottom:10px;
}
#sidebar p {
	margin:0 15px 5px;
}
#sidebar .top {
	height:13px;
	background:url(../images/sidebar_top.png) no-repeat;
	overflow:hidden;
}
#sidebar .bottom {
	height:16px;
	background:url(../images/sidebar_bottom.png) no-repeat;
	overflow:hidden;
}
#login_form {
	height: 20px;
	width: 150px;
	font-size: 12px;
}
#footer {
	width:920px;
	background:#2070b9;
}
#bottom_menu {
	color:#fff;
	text-align:left;
	padding: 20px 15px 4px;
	font-size:12px;
}
#bottom_menu a {
	color:#fff;
	text-decoration:underline;
	padding:0 10px;
}
#bottom_menu a:hover {
	color:#000;
	text-decoration:underline;
}
#bottom_addr {
	color:#FFF;
	text-align:left;
	padding: 4px 25px 20px;
	font-size:11px;
}
#bottom_addr a {
	text-decoration:underline;
}
#bottom_addr a:hover {
	text-decoration: underline;
}
