html{
	height: 100%;
	margin-bottom: 1px;
}

body{ 
	margin-top: 0px;
	background-image: url(../images/bkg_repeat.gif);
	background-repeat: repeat-x;
	
}

p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
	margin: 10px 17px 2px 12px;
	line-height: 12pt;
	text-align: justify;	
}

h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6A6A6A;
	margin: 65px 17px 20px 12px;
}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6A6A6A;
	margin: 0px 17px 20px 12px;
}


#headerpic{
	margin: 63px 0 10px 11px;
}

#bodypic{
	margin: 10px 0 10px 13px;
}

.homenews{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Gray;
	line-height: 11pt;
	text-align: left;	
	width: 220px;
}

#navrow{
	width: 800px;
	height: 85px;
	background-image: url(../images/nav_bkg_repeat.gif);
	background-repeat: repeat-x;
	text-align: left;
}


#content{
width: 798px;
border: 1px solid #738C33;
border-top: none;
clear: both;
margin:0 0 5px 0;
padding: 0 0 25px 0;
}

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content {display: inline-block;}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

#sidebar{
	width: 280px;
	text-align: left;
	float: left;
	display: block;
	padding: 0 0 0 10px;
}

#articles{
	margin: 100px 17px 2px 12px;
}

#articles p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Gray;
	line-height: 10pt;
	text-align: left;	
}

#bodycopy{
	width: 498px;
	text-align: left;
	float: right;
	display: block;
}


.contentpic{
	display: block;
	float: right;
	margin: 5px 3px 5px 3px;
}

.contentpicbig{
	display: block;
	float: right;
	margin: 5px 3px 25px 3px;
}

.newsheader{
	margin: 44px 0 8px 0;
}

#kellypic{
	margin: 63px 0 8px 10px;
}

#footer{
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #738c33;
	text-align: right;
	display:block;
}

#wrapper{
	margin:0 auto;
	width: 800px;
	text-align: center;
}

ul{
	list-style: none;
	margin: 35px 17px 2px 15px;
}

li{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
	line-height: 12pt;
}

#resultstable{
	margin: 25px 0 25px 15px;
}

#resultstable2{
	margin: 60px 25px 25px 30px;
	text-align: center;
}

a:link{
	color: #EE8300;
	text-decoration: none;
	background: transparent;
}

a:visited{
	color: #a3cc00;
	text-decoration: none;
	background: transparent;
}

a:hover{
	color: #EE8300;
	text-decoration: underline;
	background: transparent;
}

#testimonial{
	margin: 35px 0 0 0;
}



