/***** Global Settings *****/
body {background-color: white;}

/***** Block Settings *****/
#page
{
    top: 0px; left: auto;
    height: auto;
	width: 800px;
	margin: 0 0 0 0;
}
#banner 
{ 
	float: left;
}
#menu
{
	float: left;
	height: 100%;
	width: 780px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: maroon;
}
#banner2 
{ 
  	z-index:2;  
}
#menu2
{
	top:0; 
	left:0; 
	z-index:1	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: maroon;
}
#content
{
	float: left;
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
	width: 800px;
	background-color: white;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cleardiv { clear: both; }
#footer
{
	float: left;
	height: 3
	0px;
	width: 760px;
	margin: 10 auto 0 auto;
	padding-left: 3px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	margin-top: 12px;
	margin-right: 3px;
	background-color: #96B5DF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

/***** Link Settings *****/

a { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal; }
a:link, a:visited { color: blue;}
a:hover, a:active { color: red; }

body, td, p, li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003366; }
h1 { font-size: 18px; font-weight: bold; color: maroon; }
h2 { font-size: 14px; font-weight: bold; color: maroon; }

.submenu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: grey; text-decoration: none; }

.backtotop {font-size: 11px; font-style: italic; color: maroon; }
.headline {font-size: 24px; font-weight: bold;}
.sectionhead { font-size: 14px;  font-weight: bold; color: maroon;}
.subhead { font-size: 12px;font-weight: bold; color: maroon;  }
.footfont { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: gray; }

.text10 {font-size: 10px;}
.text10bold {font-size: 10px; font-weight: bold;}
.text11maroon {font-size: 11px;; color: maroon;}
.text12white {font-size: 12px; color: #FFFFFF;}
.text12bold {font-size: 12px; font-weight: bold;}
.text12boldmaroon {font-size: 12px; font-weight: bold; color: maroon;}
.text14 {font-size: 14px;}
.text14bold {font-size: 14px; font-weight: bold;}
.text14whitebold {font-size: 14px; color: #FFFFFF; font-weight: bold;}
.text16bold {font-size: 16px; font-weight: bold;}
.text20bold {font-size: 20px; font-weight: bold; }
.text24 {font-size: 24px;}
.text24bold {font-size: 24px; font-weight: bold;}
.text24boldblack {font-size: 24px; font-weight: bold; color: #000000;}
.textwhite {color: #000000;}

/***** Image Settings *****/

img.float-left {
float: left;
padding: 0 0 0 0.2em;
margin: 0 0.2em 0 0;
background: #eee8aa;
border-right: 2px dotted #cd853f;
border-bottom: 2px dotted #cd853f;
}
img.float-right {
float: right;
padding: 0 0 0 0.2em;
margin: 0 0.2em 0 0;
background: #eee8aa;
border-right: 2px dotted #cd853f;
border-bottom: 2px dotted #cd853f;
}
