@charset "utf-8";
body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	height: 100%;
	width:100%;
	background-color: 999999;
	background-attachment: fixed;
	position: absolute;
	left: 0px;
	top: 0px;
	margin:0 auto;
	text-align:center;
	font-family: Verdana;
	font-size: 13px;
}
#container {
	width: 960px;
	margin:0 auto;
	position: relative;
	text-align:left;
	background-color:#FFFFFF;
}
#top {
	background-image:url(images/toptopbg.png);
	background-repeat:repeat;
	height:46px;
	vertical-align:middle;
	font-size: 12px;
	color: #FFF;
	padding-top:3px;
	text-align: center;
}
#header {
	height:110px;
	background-color: #FFF;
	background-image: url(images/logobg.png);
	background-repeat: repeat-x;
}
#logo {
	height: 78px;
	width: 384px;
	background-image:url(images/logobg.png);
	background-repeat:repeat-x;
	padding-top:20px;
	float:left;
}
a.logo {
	font-size: 20px;
	color: #000;
	text-decoration: none;
	padding-left:15px;
	font-weight: bold;	
}
#certificates {
	width:476px;
	height:106px;
	float: right;
}
#couplelinks{
	float:left;
	width:700px;
	height:35px;
	clear:both;

	top:112px;
	text-align:center;
}
#navline {
	background-image:url(images/navline.png);
	background-repeat:repeat-x;
	height:15px;
	width:960px;
	clear:left;
}
.home {
	background-image:url(images/nav_active.png);
	background-repeat:repeat-x;
	width:66px;
	height:22px;
	float:left;
	margin-left:2px;
	padding-top:3px;
}
.about {
	background-image:url(images/nav_active.png);
	background-repeat:repeat-x;
	width:95px;
	height:22px;
	float:left;
	margin-left:2px;
	padding-top:3px;
}
.privacy {
	background-image:url(images/nav_active.png);
	background-repeat:repeat-x;
	width:130px;
	height:22px;
	float:left;
	margin-left:2px;
	padding-top:3px;
}
a.mainnav {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.home:hover {
	background-image:url(images/nav_active.png);
	background-repeat:repeat-x;
	width:66px;
	height:25px;
}
#leftpan {
	width:290px;
	background-color:#FFFFFF;
	float: left;
	height: auto;
	padding-left:10px;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: 2a479c;
}
ul.button {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.button li a {
	font-size: 13px;
	color: 626262;
	text-decoration: none;
	float: left;
	width: 264px;
	height:35px;
	margin: 0;
	padding-top: 8px;
	padding-left:10px;
	list-style: none;
	background-image:url(images/leftnavbut.png);
	background-repeat:no-repeat;
}
ul.button li a:hover {
	background-image:url(images/leftnavhover.png);
	background-repeat:no-repeat;
	float: left;
	width: 264px;
	height:35px;
	margin: 0;
	padding-top: 8px;
	padding-left:10px;
	list-style: none;
}
ul.button li span {
	width: 264px;
	height:10px;
	margin-top:20px;
	list-style: none;
	clear: both;
	float: left;
}
#content {
	float:left;
	background-color: #FFF;
	width:660px;
	height: auto;
}
.contentheader {
	background-image:url(images/contentheader.png);
	background-repeat:no-repeat;
	font-size: 16px;
	color: #626262;
	width:639px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}
.contentbody { 
background-image:url(images/contentbody.png); 
background-repeat:repeat-y; 
width:639px; 
height:auto; 
top: 0px; 
} 
#txt1 { 
padding-left:10px;
padding-right: 10px;
} 
.contentend { 
background-image:url(images/contentbottom.png); 
background-repeat:no-repeat; 
width:639px; 
height:20px; 
}
.tables {
	font-size: 12px;
}
.clear{
	clear:both;
}
#foot {
	background-image:url(images/bottombg.png);
	background-repeat:repeat-x;
	height:30px;
	vertical-align:middle;
	padding-top:3px;
	padding-right:5px;
	color:#FFF;
}