html, body {
 margin:0;
 padding:0;
 background: url('gfx/bodybg.gif') repeat-x #FFFFFF;
 font-family: arial, helvetica, sans-serif;
}
 
img {
	border: 0px;
}

hr {
	border:none;
	color:#FFFFFF;
	border-bottom: solid 1px #AAC952;
	margin: 3px;
}
H1 {
	font-size: 12px;
	padding: 10px;
	margin: 0px;
	padding-bottom: 0px;
	text-align: center;
}

H1, H1 A{	
	color: #236BC8;
	text-decoration: none;
}
H1 A:HOVER{
	text-decoration: underline;
}

H3 {
	border-bottom: solid 1px #AAC952;
	font-size: 16px;
	padding-bottom: 10px;
}

/*
#maintable p:first-letter {
	font-size: 22px;
	color: #AAC952;
}*/

p {
	color: #333333;
	font-size: 12px;
	padding: 10px;
	padding-top: 0px;
}
li {
	font-size: 12px;
}
#pagewidth { 
 width:750px; 
 text-align:left;
} 
 
#header {
 position:relative; 
 height:70px; 
 background-color:#FFFFFF; 
 width:100%;
 border-bottom: solid 5px #AAC952;
} 
 
#header #nav A:link, #header #nav A:visited {
	font-size: 11px;
	color: #7D972F;
	text-decoration: none;
	border: solid 1px #FFFFFF;
	border-bottom: none;
	padding: 3px 3px 0 3px;
}

#header #nav A:hover {
	color: #000000;
	background: #F2F2F2;
	border: solid 1px #AAC952;
	border-bottom: none;
}

#header #nav {
	color: #7D972F;
	margin-left: 20px;
}

#twocols {
	float:right;
	position:relative;
}
 
#rightcol {
	width: 187px; 
	height: 450px;
	float:right;
	position:absolute; 
	top: -35px;
	left: 550px;
	color: #333333;
	background: url(gfx/mainbg2.gif) 0px 190px repeat-x #DEF1F4;
}

#rightcol A {
	text-decoration: none;
	color: #333333;
} 
 
#rightcol A:hover {
	text-decoration: underline;
}
 
#maincol {
	background: url(gfx/mainbg.gif) repeat-x #EFEFEF;
}
#maintable {
	/*background: url(gfx/mainbg2.gif) repeat-x #DEF1F4;*/
	background: #97B4D2;
}

#footer {
	/*height:50px; */
	clear:both;
	text-align: center;
	font-size: 11px;
	padding: 20px;
	color: #555555;
} 

#footer A{
	color: #555555;
	text-decoration: none;
}
 
#footer A:hover {
	text-decoration: underline;
}

#clients TD {
	vertical-align: top;
} 

#mainimg {
	background: url(gfx/mainbg.gif) left bottom repeat-x;
	height: 20px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

.grid {
	border: solid 4px #97B4D2;
}

.grid td {
	font-size: 12px;
	padding: 5px;
	border: solid 1px #EFEFEF;
}

.grid th {
	padding: 5px;
	font-size: 14px;
	background: #AAC952;
	color: #FFF;
	text-align: center;
}

.grid .even td {
	background: #EFEFEF;
}