@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html, body, #pagewrap { height: 100%; }
body > #pagewrap { height: auto; min-height: 100%; }

.style2 {
	color: #333333;
	font-size: 10px;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #2e4c82;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.pagewrap {
	width: 706px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.header {
	background-image: url(../images/header_bg.jpg);
	width: 706px;
	height: 99px;
}

.logo {
	margin-top: 25px;
	margin-left: 20px;
}

.menu {
	background-image: url(../images/menu_bg.jpg);
	width: 706px;
	height: 49px;
}

.mid-content {
	background-image: url(../images/mid_bg.jpg);
	width: 706px;
	height: 151px;
	display: block;
	position: relative;
	margin-left: 1px;
}

.main-content {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	width: 706px;
	height: 550px;
	display: block;
	position: relative;
	margin-left: -1px;
}

.main-content1 {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	width: 706px;
	height: 2200px;
	display: block;
	position: relative;
	margin-left: -1px;
}

.main-content2 {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	width: 706px;
	height: 900px;
	display: block;
	position: relative;
	margin-left: -1px;
}

.separator {
	margin-top: 13px;
	margin-left: 20px;
}

.link {
	margin-top: -50px;
	margin-left: 18px;
}

.col1 {
	width: 171px;
	height: 75px;
	margin-top: 70px;
	display: inline;
	float: left;
}

.col2 {
	background-image: url(../images/separator2.png);
	width: 1px;
	height: 150px;
	margin-top: 2px;
	margin-left: 20px;
	display: inline;
	float: left;
}

.midlink {
	margin-top: 5px;
	margin-left: 3px;
}

.col3 {
	display: inline;
	float: right;
	background-image: url(../images/advert.jpg);
	width: 507px;
	height: 150px;
	margin-right: 7px;
	margin-top: 1px;
}

.midtext {
	color: #FFFFFF;
}

.maincol {
	display: inline;
	float: left;
	width: 650px;
	height: 450px;
	margin-top: 5px;
	margin-left: 28px;
	padding-bottom: 59px;
}

.maincol1 {
	display: inline;
	float: left;
	width: 650px;
	height: 1900px;
	margin-top: 5px;
	margin-left: 28px;
	padding-bottom: 59px;
}

.maincol2 {
	display: inline;
	float: left;
	width: 650px;
	height: 800px;
	margin-top: 5px;
	margin-left: 28px;
	padding-bottom: 59px;
}

.quote {
	margin-left: -5px;
	margin-top: 5px;
}

h2 {
	color: #2e4c82;
	font-size: 18px;
}

ul.box {
	list-style: none;
	margin-left: -40px;
	margin-top: -10px;
}

ul.box li {
	background: url(../images/box.png);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	text-align: justify;
}

#footer {
 clear: both;
 position: relative;
 z-index: 10;
 height: 59px;
 margin-top: -59px;
 background-image: url(../images/footer_bg.jpg);
 background-repeat: repeat-x;
}

#clear {
	height: 10px;
}
