/*  css settings for basic structure */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:90%;
	font-family: 'Century gothic',arial,verdana,sans-serif;
	background-image:url(images/backgrounder.jpg);
	background-repeat:repeat-x;
	background-color:#F2F2F2;
	}
	
p {
	margin:0px;
	padding:0px;
	}
	
.container {
	margin-left:auto;
	margin-right:auto;
	width:982px;
	text-align:left;
	position:relative;
	height:100%;
	margin-top:3px;

	}
	
.pagetop{
	background-image:url(images/topper.jpg);
	background-repeat:no-repeat;
	height:14px;
	}

.pagemiddle {
	background-image:url(images/middler.jpg);
	background-repeat:repeat-y;
	padding:0px 20px 0px 20px;
	}
	
.pagebottom{
	background-image:url(images/botter.jpg);
	background-repeat:no-repeat;
	height:26px;
	
	}
	
.header {
	height:85px;
	margin-bottom:20px;
	}
	
.logo {
	float:left;
	width:255px;
	height:85px;
	}
	
.access {
	padding-top:70px;
	float:right;
	}
	
.navigation {
	
	clear:both;
	background-image:url(images/navback.jpg);
	background-repeat:repeat-x;
	height:35px;
	border-bottom:1px solid #DFDED8;
	margin-bottom:20px;
	margin-right:7px;
	}

.navstart {
	height:36px;
	background-image:url(images/navstart.jpg);
	width:11px;
	float:left;
	border-right:1px solid #CACCBF;
	}
	
.navbutton {
	float:left;
	height:36px;
	}

.navend {
	height:36px;
	background-image:url(images/navend.jpg);
	width:11px;
	float:right;
	}
	
a.nav {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:11pt;
	padding:9px 23px 8px 23px;
	background-image:url(images/navback.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #DFDED8;
	border-right:1px solid #CACCBF;
	border-left:1px solid #ffffff;
	display:block;
	}
	
a.accesslink {
	text-decoration:none;
	color:#333333;
	}
	
a.accesslink:hover {
	color:#0099CC;
	}
	
a {
	color:#0099CC;
	text-decoration:none;
}

a.whitelink {
	color:#FFFFFF;
	}
	
a.boxer {
background-color:#666666;
padding:5px;
color:#FFFFFF;
line-height:26px;
	}
	
a.boxer:hover {
background-color:#55C6FE;
}
	
.navbutton:hover a.nav, a.nav:hover {
	background-color:#666666;
	background-image:url(images/navover.jpg);
	color:#FFFFFF;
	border-bottom:1px solid #999999;
	border-left:1px solid #cccccc;
	}
	


.contentleft {
	float:left;
	width:268px;
	margin-right:23px;
	height:269px;
	font-size:90%;
	}

.contentright {
	float:left;
	width:285px;
	height:234px;
	padding:15px 340px 20px 20px;
	color:#FFFFFF;
	background-image:url(images/rhs_backer.jpg);
	
	}
	
.contentright2 {
	float:left;
	width:605px;
	height:234px;
	padding:15px 20px 20px 20px;
	color:#666666;
	background-image:url(images/rhs_backer.jpg);
	
	}
	
h1 {
	color:#FFFFFF;
	font-size:130%;
	margin:0px;
	padding:0px;
	}
	



h2 {
	color:#000000;
	font-size:140%;
	font-weight:100;
	margin:0px;
	padding:0px;
	}

.adtwo {
	margin-top:17px;
	}
	
.myleft {
	background-image:url(images/lhs_backer.jpg);
	width:248px;
	height:239px;
	padding:20px 10px 10px 10px;
	color:#666666;
	}
	
.leftpanel {

	width:600px;
	
	color:#333333;
	
	}
	

	
.footer {

	background-image:url(images/footerback.jpg);
	width:982px;
	height:196px;
	background-color:#F2F2F2;
	margin-bottom:20px;
	}
	
.footerpanel1 {
	border-right:1px solid #cccccc;
	width:270px;
	float:left;
	height:156px;
	padding:20px;
	}
	
.footerpanel2{
	border-right:1px solid #cccccc;
	width:275px;
	float:left;
	height:156px;
	padding:20px;
	}
	
.footerpanel3 {

	width:285px;
	float:left;
	height:156px;
	padding:20px;
	}
	
h3 {
	font-size:110%;
	margin:0px;
	padding:0px;
	}
	
.copyright {
	color:#666666;
	font-size:90%;
	margin-left:20px;
	margin-bottom:20px;
	}
	
input {
	font-size:90%;
	font-family: 'Century gothic',arial,verdana,sans-serif;
	}
textarea {
	font-size:90%;
	font-family: 'Century gothic',arial,verdana,sans-serif;
	}
