body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 125%;
	color: #0E5481;
	
}
#header {
	height: 135px;
	margin: 0px;
	padding: 0px;
	width: 800px;
	left: 0px;
	top: 0px;
}
#navcontainer {
	margin: 0;
	padding: 0;
	width: 760px;
	background-color: #4B88AF;
}
#page {
	margin: 0 auto;
	width: 760px;
	background-color: #AFC8AD;
}

#column1, #column2, #column3 {
	float: left;
	text-align: left;
	}

#column1 {
	width: 420px;
	margin: 0;
	padding-top: 10px;
}

#column2 {
	width: 24px;
	padding: 0px 2px;
}

#column3 {
	width: 300px;
	padding-top: 10px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	color: White;
	float: left;
	width: 100%;
	background-color: #4B88AF;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
float: left;
padding: .2em 1.21em;
border-right: 1px solid #fff;
background-color: #4B88AF;
font-family: arial, helvetica, sans-serif;
font-size: 0.8em;
color: White;
text-decoration: none;
}

#navcontainer ul li a:hover {
background-color: #4E696A;
color: #fff;
}

#selected a:link, #selected a:visited, #selected a:hover  {
background-color: #4E696A;
color: #fff;
}
/*fix border errors in Firefox */
/* Switch border from right to left edge, to avoid being
   overpainted. Ignored by IE, since it does not understand
   the child selector between li and a. */
#navcontainer ul li>a {
  border-right-width: 0px;
  border-left: 1px solid #fff;
}

/* Remove left border from first list item, to avoid adding a
   line at the beginning of the row. IE ignores rules with the
   :first-child pseudo-class. */
#navcontainer ul li:first-child a  {
  border-left-width: 0px;
}

/* Add right border to the last list item, to retain the
   desired effect. IE ignores rules with the :last-child
   pseudo-class. */
#navcontainer ul li:last-child a {
  border-right: 1px solid #fff;
}


/* links */

a {color: #006666}


#leftbox {
	height: 409px;
	width: 145px;
	background-position: left;
	float: left;
	margin: 0px;

}

#textbox {
	float: left;
	width: 350px;
	text-align: left;
	
}#footer {
	width: 760px;
	border-top: 1px solid #000066;
	font-size: smaller;
	text-align:center;
	margin: 10px auto;
}	
#footer ul {
padding: 5px;
margin: 0;
list-style-type: none;
}

#footer li { 
display: inline; 
margin-right: 1.5em;
}

#footer li a {
color: #0E5481;
}

#footer li a:hover {
color: #FFFFFF;
}

.banner { /* stupid IE hack */
float: none !important;
float: left;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	line-height: 14px;
}
#textboxcontent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	text-align: left;
	padding-left: 0px;
	width: 310px;
}
.imgl {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0E5481;
	text-decoration: none;
	line-height: 15px;
}
.h2ital {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0E5481;
	text-decoration: none;
	line-height: 16px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #0E5481;
	text-decoration: none;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0E5481;
	text-decoration: none;
}
.bodysubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0E5481;
