body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(images/bg_bar.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}

address {
	font-weight: normal;
	color: #999999;
	font-style: normal;
	padding-top:10px;
}

/* Headings */

h1, h2 { font-family:Arial, Helvetica, sans-serif; }

h2 {
	font-size: 15px;
	color: #885B00;
	font-style: italic;
}


h3 {
	font-size: 14px;
}

h4 {
	font-size: 20px;
	
}

h5 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 50px;
	color: #000000;
	background-color: #B0FFB0;
	border: 1px dashed #006600;
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}

/* Links */

a, a:visited, a:link {  font-size: 12px; color: #885B00; text-decoration: none; ; font-weight: bold }
a:hover { color: #666666; text-decoration: underline }


.regfont {   color: #666666; text-decoration: none}

.regfontLink {  font-size: 12px; color: #885B00; text-decoration: none;  ; font-weight: bold}
a.regfontLink:hover {  color: #666666; text-decoration: underline}



a.regfont {  color: #CCCC00; text-decoration: none}

/* Home Menu */

#menuboxes h2 {
text-align:center;
font-size: 14px; color: #885B00;
}

#menuboxes ul {
	margin: 0px;
	padding: 0px;
	list-style:none;

}

#menuboxes li {
	margin: 0px;
	padding: 0px;
	display:inline;

}

#menuboxes a {
	display:inline-block;
	width:162px;
	background-color: #FFFFFF;
	text-align:left;
	margin:1px;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	color: #666666;
	vertical-align: top;
	height:215px;
}	
#menuboxes a:hover {
	text-decoration:none;
	background-color: #F2F2F2;
	border: 1px solid #E1E1E1;
}

/* Layouts and borders */

.footerborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	padding-top:5px;
}

.maintableborder {
	border: #000033;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}

.maintableborder_e {
	border: #000033;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 800px;

}

.sideborder {
	border: 1px dotted #131734;
}


#container {
	width: 684px;
	margin-right: auto;
	margin-left: auto;
}

#containerblog {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}



/* Custom Styles */

.more {
	color: #484860;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D3D3D3;
}
.more a {
	color: #666666;
}


.righttext {
	float:right;
	width:150px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
	padding:5px;
	}
	
	
.style1 {font-size: 18px}
.style2, .style2 a, .style2 a:visited, .style2 a:link, .style2 a:hover {color: #FFFFFF}

/* Images should include some type of border. We tend to favor this one. */
.leftimg {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
.rightimg {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
	text-align:center;
}

.webaddress {display:none; }

.searchlink { clear:both; text-align:right; padding-right:65px; padding-top:10px; }
#searchbox { text-align:right; }