
body {

}


body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

p, blockquote, ul, ol, dl, dir, fieldset, menu { margin: 1.12em 0; }
blockquote { margin-left: 40px; margin-right: 40px; }

/************* LINKS *************/
a {
	color: #2A78C0;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}





/************* FORMS *************/
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input[type=text], input[type=password], textarea, select {
	background: #EFF7FF;
	border: solid #2F78BA 1px;
	font-size: 12px;
}
input[type=text], input[type=password], textarea, select option {
	padding: 1px 3px;
}

input[type=button], input[type=submit], input[type=reset], button {
	background: #2F78BA;
	color: white;
	border: outset black 1px;
	font-size: 12px;
	padding: 1px 8px;
}

.formcaption {
	font-size: 11px;
	text-align: right;
	padding: 3px 4px;
	font-weight: bold;
	white-space: nowrap;
}
.formfield {
	padding: 1px 4px 5px 4px;
}

fieldset {
	background: #F0F0F0;
	text-align: left;
	padding: 10px;
	border: solid #2A78C0 1px;
}
strong, b {
	font-weight: bold;
}

/************* HEADINGS *************/
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
}

h1, h4 { font-size: 24px; margin: .67em 0; }
h2, h5 { font-size: 20px; margin: .75em 0; }
h3, h6 { font-size: 16px; margin: .83em 0; }

h1, h2, h3 { color: #2F78BA; }
h4, h5, h6 { color: #000000; }

hr {
	height: 1px;
	border: none;
	color: #898989;
	background: #898989;
}

/************* LISTS *************/
ul, ol {
	padding-left: 2em;
}
li {
	padding: 4px 0px;
}

/************* MAIN STYLES *************/

.text {
	line-height:18px;
}

div#main {
	width:800px;
	margin: 0px auto;
}

div#breadcrumbs {
	font-size: 11px;
	margin-top: 5px;
}

/************* MENU *************/
div#mainmenu {

}

table#tblmainmenu {

	border-collapse: collapse;
}
table#tblmainmenu td {
	font-size: 22px;
	padding: 0px 15px;
	font-weight: bold;
	text-transform: lowercase;
	font-family: arial, helvetica, sans-serif;
	border-bottom: solid transparent 2px;
}
table#tblmainmenu td.hover {
	border-bottom: solid #FF9B26 2px;
}
table#tblmainmenu td.hover a {
	color: #FF9B26;
}

table#tblmainmenu a {
	color: #2978C0;
}

div.submenu {
	position: absolute;
	display: none;
	min-width: 150px;
	width: 150px;

	border: solid black 1px;
	border-color: #8E9294 #8E9294;

}
div.submenu td {
	white-space: nowrap;
	padding: 3px 6px;
	text-align: left;
	font-size: 12px;

	background: #2F78BA;
}

div.submenu td a {
	text-decoration: none;
	color: white;
}

div.submenu td.hover {
	cursor: pointer;
	background-color: #C2DAEF;
}

div.submenu td.hover a {
	color: black;
}

/*********************************/

/************* FOOTER *************/


#pagefooter {
	color: #2978C0;
	font-size: 11px;
}
#pagefooter .links {
	text-align: center;
	background:#2F78BA;
	padding:5px;
}
#pagefooter .links a {
	color: white;
	padding: 0px 10px;
}
#pagefooter .links a:hover {
	color: #F1E50D;
}



/********* PAGE NAV **********/
table.pagenav {
	display: inline;
}
table.pagenav td {
	font-size: 11px;
	border: solid #8A989E 1px;
	padding: 0px;
	color: black;
	width: 20px;
	height: 15px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
table.pagenav td:hover {
	background: #525E11;
}
table.pagenav td:hover, table.pagenav td:hover a {
	color: #CADB2A;
}

table.pagenav td a {
	font-weight: normal;
	text-decoration: none;
}


/************* BLOG/NEWS *************************/


table.blog-titlebar {
	border:solid 1px;
	border-color: #A6B166 #525E11 #525E11 #A6B166;
	background:#8D9B3C; color:white;
}
table.blog-titlebar td {
	padding:0px 6px;
}
table.blog-titlebar a {
	color: #FFFFFF;
}
table.blog-titlebar a:hover {
	color: #D3E255;
}

table.blog-titlebar .author {
	font-size:11px;
	font-style: italic;
}

table.blog-titlebar .timestamp {
	font-size:11px;
}


/************* SEARCH **************/
span.searchterm {
	font-weight: bold;
}

div.search-result {
	margin-bottom: 20px;
}

div.search-result-title {
	font-weight: bold;
	font-size: 15px;
}

div.search-result-content {
	font-size: 12px;
}

div.search-result-link {
	font-size: 12px;
	font-style: italic;
}


tr.formerror {
	font-size: 11px;
	color: red;
	font-style: italic;
}


