@charset "utf-8";
/* CSS Document */

<style type="text/css" media="all">

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
body {
	background-color:#FFE451;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
a:link {
color: #006600;
text-decoration: none;
}
a:visited {
color: #006600;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color:#CC9900;
}
a:active {
color:#FFFFFF;
}
#container {
	margin: 0 auto 0 auto; 
	text-align: left; 
	width: 950px;
}
#container #innercontain #menu {
    margin-left: 7px;
	float: left;
	padding: 5px 5px 5px 5px; 
	width: 160px;
}
#menu ul {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	font-style: normal;
}
#container #innercontain #content {
    width: 680px;
	margin: 0px 0px 0px 200px; 
	padding: 5px 5px 10px 5px; 
}
#logo {
margin: 0px 0px 0px 100px;
text-align: left;
padding: 2px 0 7px 0;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#container #innercontain .clearFloat {
  clear: left;
  display: block;
}
#container #footer {
  padding: 10px 5px 10px 5px;
}
.heading {
	color: #006600;
	font-size: medium;
	font-weight: bold;
	padding: 1px;
	margin: 1px;
}
.subhead {
	text-indent: 10px;
	line-height: 20px;	
}
.conhead {
	font-size: 18px;
	font-weight: bolder;
	color: #006600;
}
.green {
    color: #006600;
	font-weight: bold;
}
.smalital {	
    font-size: small;
	font-style: italic;
}
.small { 
    font-size: small;
}
.small2 {
	font-size: small;
	color: #006600;
	vertical-align: middle;
	margin: 0px 0px 10px 0px;
}
.lheight {
	line-height: 18px;
}
.2height {
    line-height: 20px;
    margin-top: 10px;
}
.center {
    text-align: center;
	color: #006600
}
.menulinks {
	color: #006600;
	border: thin solid #FFCC00;
	background-color: #FFFF66;
	margin-top: 3px;
}
.menulink2 {
	margin-top: 7px;
}
</style>
[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#container #innercontain #menu {
  width: 200px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#container #innercontain #content {
  zoom: 1;
}
</style>
<![endif]
