@charset "utf-8";
/* CSS Document */
/* Page Properties */
body {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background:url(../img/bg.jpg) repeat;
	margin: 50px 0 0 0;
	height: 100%;
	padding: 0 0 0 0;
	 }
#container {
    width:1026px;
    margin:0 auto;
	text-align:left;
	height:100%;
  }
#outter{width:1026px; height:100%; position:relative;}
.main{width:1026px; position:relative; margin: 0px; padding: 0px; background:url(../img/bg_body.gif) repeat-y;}
.top {background:url(../img/site_img1.gif) no-repeat; position:relative; width:1026px; height:118px; display:block; margin: 0px; padding: 0px;}
.nav {position:relative; width:1026px; height:81px; display:block; margin: 0px; padding: 0px;}
.title {background:url(../img/site_img3.gif) no-repeat; position:relative; width:1026px; height:65px; display:block; margin: 0px; padding: 0px;}
.mainbody {background:url(../img/site_img4.gif) no-repeat; position:relative; width:1026px; height:100%; margin: 0px; padding: 0px;}
.maintext {margin: 0px 90px 0px 90px; padding: 1px 10px 1px 20px;}
.footer {background:url(../img/site_img5.gif) no-repeat; position:relative; width:1026px; height:34px; display:block; margin: 0px; padding: 0px;}
.logo {width: 194px; height:115px; margin: 0px 125px 0px 200px; padding: 8px 0 5px 0; display:block;}
.pagetitle {width: 660px; margin: 0px 0px 0px 275px; padding: 10px 0 10px 0;}

/* Text Properties */
p.justify {text-align:justify;}
p.more {text-align:right; font-weight:bold; font-size:12px; color:#07004B;}
p.subtitle {text-align:left; font-weight:bold; font-size:16px; color:#07004B;}
p.legal {
	font-size:9px;
	text-align: center;
}
.boldblue {
	font-weight:bold;
	color:#07004B;
	text-align: left;
}
.bold {font-weight:bold;}
.FloatLeft {float:left; padding: 0 5px 5px 0;}
.FloatRight {float:right; padding: 0 0px 5px 5px;}
.servicestable {
	background:url(../img/services_button.jpg) no-repeat;
	width: 257px;
	height: 43px;
	text-align: center;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding: 1px 5px 0px 0px;
}

