body {
	background: #026585;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

p, h1, h2, h3, h4, a, ul, li, address, label, form, th, td, div, span {
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

table {margin: 0px;}

p, th, td {
	font-size: 12px;	
}

img {
	border: 0px; margin: 0px;
}

h1 { 
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	color: #336600;
}


h2 { 
	font-size: 16px;
	font-weight: bold;
	color: #ff9933;
}

h3 { 
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #52140E;
	border-bottom: 1px dotted #96A27B;
}

h4 { 
	font-size: 11px;
	font-style: italic;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

ol {
	font-weight: bold;
}
li{
	font-weight: normal;
}

/* ----------------- GENERAL LINKS ----------------- */
/* These are link styles in the main content area. Other areas, such as left panel or footer, have their own link styles. See below. */

a:link, a:visited, a:active { 
	color: blue; 
	text-decoration: none; 
	font-weight: normal;
	}
	
a:hover { 
	color: #336600; 
	text-decoration: none;
	}
a img {
	border: 0px;
}

/* id selectors */
#containor {
	text-align: center;
}
#header {
	background-color: #e3fba1;
	width: 770px;
	height: 132px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#billboard {
	width: 770px;
	height: 155px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin: 0px;
}

#body {
	background-color: #ffffff;
	text-align: left;
	vertical-align: middle;
	width: 770px;
	height: auto;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#content {	
	width: 750px;
	height: auto;
	padding: 10px;
	font-size: 12px;
}

#footerbar {
	background-color: #1289b0;
	text-align: center;
	width: 770px;
	height: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#footerbox {
	background-color: #e3fba1;
	text-align: center;
	width: 770px;
	height:auto;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#footertext {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
a.footertext:link, a.footertext:visited, a.footertext:active { 
	color: white; 
	text-decoration: underline; 
	font-weight: normal;
	}
	
a.footertext:hover { 
	color: #cccccc; 
	}
	
div#homepanel {
	text-align: left;
	width: 235px;
	height: 323px;
	color: #336600;
}

h1.homepanel {
	color: #336600;
}
h1.homepanel2 {
	color: #cc6633;
}
h1.homepanel3 {
	color: #ff9933;
}
p.homepanel {
	color: #336600;
}


/* class selectors */
.mainmenu {font-size: 11px; margin-bottom:10px; margin-top: 10px;}
