body{
/*	background: transparent url(images/body_bkg.gif);*/
	/*background-color: rgb(185,225,134);*/
	background-color: rgb(225,234,206);
	font-size: 80%;
}

body, a, li, table, div, span, h1, h2, h3, h4, h5, h6{
	font-family: "MS Trebuchet", verdana, helvetica, sans-serif;
}

div#header{
	width: 800px;
	height: 150px;
	background: transparent url(images/header_bkg.jpg) no-repeat;
	margin: auto;
}

div#content{
	width: 800px;
}

div#leftcol{
	float: left;
	width: 174px;

	margin-top: 20px;
}

ul#main_nav{
	margin: 0;
	padding: 0;
}


ul#main_nav li{
	list-style-type: none;
	margin: 5px 0 2px 6px;
	padding: 0;
}

ul#main_nav li a, div#cntnr a.bodybutton{
	/* 164 by 36 */
	display: block;
	width: 164px;
	height: 34px;
	background: transparent url(images/button.jpg) no-repeat;
	text-decoration: none;
	color: rgb(0,0,0);
	font-weight: bold;
	margin: 0;
}

ul#main_nav li a:hover{
	background: transparent url(images/button_over.jpg) no-repeat;
}

div#cntnr a.bodybutton{ 
	background: transparent url(images/body_button.jpg) no-repeat;
	border: 0;
	color: rgb(0,0,0);
	padding-top: 5px;
	text-align: center;
}
div#cntnr a.bodybutton:hover{
	background: transparent url(images/body_button_over.jpg) no-repeat; 
	border: 0;
	color: rgb(0,0,0);
	rgb(0,0,0);
}

div#cntnr a.bodybutton:visited{
	color: rgb(0,0,0);
	}

div#rightcol{
	float: left;	
	margin-top: 20px;
}


div#cntnr,span#cntnr_top,span#cntnr_btm{
	width: 605px;
	margin-left: 20px;
}

div#cntnr{
	background: transparent url(images/cntnr_bkg.jpg) 4px 0 repeat-y;
}

div#cntnr p{
	margin: 5px 10px;	
}

div#cntnr p.first{
	margin-top: 0;
}

div#cntnr p.last{
	margin-bottom: 0;
}
span#cntnr_top{
	display: block;
	height: 15px;
	background: transparent url(images/cntnr_top.jpg) 4px 0 no-repeat;
	margin-top: 5px;
}

span#cntnr_btm{
	display: block;
	height: 15px;
	background: transparent url(images/cntnr_btm.jpg) 4px 0 no-repeat;
}

div#footer{
	color: #666;
	text-align: center;
	font-size: 75%;
	margin-top: 15px;
}
h1,h2,h3{
	width: 595px;
	margin-left: 5px;
}

h1{
	margin: 0;
	margin-left: 5px;
	padding: 0;
	}
h1 span{
	display: none;
	}
h2{
	font-size: 140%;
	color: rgb(42,91,168);
	}

h3{
	border-top: 3px solid rgb(137,198,58);
	border-bottom: 3px solid rgb(137,198,58);
	font-size: 130%;
	background-color: rgb(25,56,111);
	color: rgb(255,255,255);
	padding: 10px 0;
	text-align: center;
}
p em{
	font-weight: bold;
	}

div#cntnr a, ul#main_nav div.subnav a{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed rgb(137,198,58);
	color: rgb(25,56,111);
	background: none;
	height: auto;
	}

div#cntnr a:hover, ul#main_nav div.subnav a:hover{
	border-bottom: 1px dashed rgb(247,146,28);
	color: rgb(42,91,168);
	background: none;
}

ul#main_nav div.subnav{
	margin: 0;
	padding: 0;
	}
ul#main_nav div.subnav a{
	text-indent: 10px;
	width: 154px;
	}

ul#main_nav div.subnav ul{
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	}
ul#main_nav div.subnav ul li{
	margin: 0;
	padding: 5px 0 0 0;
	}
div#cntnr a:visited{
	color: rgb(247,146,28);
	}

label{
	font-size: 1em;
	display: block;
	font-weight: 600;
	margin-top: 5px;
	}

span.error{
	color: rgb(255,0,0);
	font-weight: 700;
	text-align: left;
	display: block;
	}
span.req{
	color: rgb(255,0,0);
	font-weight: 700;
	}
/* archives styles */
.subheader {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	color: rgb(137,198,58);
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 12px;
	padding-bottom: 12px;
	font-style: normal;
	margin-left: 10px;
	text-align: left;
}
#sidebar {
	padding: 3px;
	float:right;
	width:30%;
	font-size: .8em;
	margin-left: 10px;
	text-align: center;
	background-color: #eeeeee;
}

#sidebarHeader {
	color: rgb(137,198,58);
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}


.highlightunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: rgb(42,91,168);
	text-decoration: none;
}

div#contactlist p{
	margin-bottom: 10px;
	}
