body * {
margin:0;
padding:0;
text-decoration: none;
list-style-type: none;
}

img {border:none;}

body {
	font-family:verdana, helvetica, sans-serif;
	font-size:62.5%;
	background-color:#33cc00;
	text-align:center;
	margin-top:0;
	background-image: url(/components/images/background.jpg);
	background-repeat:repeat-y;
	/*overflow:-moz-scrollbars-vertical;*/
	color: #281F0B;
}

p{margin-bottom:10px; line-height:150%; font-size:1.1em;}

#wrapper {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width: 90%;
	/* width:740px; */
	background-color:#eeeeee;
	border:solid 3px #003366;
	outline:solid 1px #fff;
	margin-top:12px;
}
h1 { font-size:1.5em;
	margin: 15px 0 15px 0;
	padding-bottom:4px;
	border-bottom: 1px dotted #003366;
	color: #003366;
	
}
h2 { font-size:1.3em; margin: 25px 0 15px 0;}
h3 { font-size:1.25em; margin: 25px 0 15px 0;}
h4 { font-size:1.2em; margin: 25px 0 15px 0;}
h5 { font-size:1.1em; margin: 25px 0 15px 0;}
h6 { font-size:1.1em; margin: 25px 0 15px 0;}
h1, h2, h3, h4, h5, h6 { text-align: left;}


#header { height:174px; margin-bottom: 5px; background-color: #eeeeee; }
#toplinks{ margin: 10px auto 10px; text-align:right; width: 775px; color: #fff; }
#toplinks a{color: #fff; }
#toplinks a:hover {color: #003366; }

#content { color: #1A1A1A; background-color:#eeeeee; padding: 0px; margin-left: 250px; margin-right: 25px; text-align: left; }
#content a{color:#003366; border-bottom: solid 1px #003366;}
#content a:hover{color:#33cc00; border-bottom: solid 1px #33cc00;}

#content li{ list-style: circle; margin: 15px 15px 15px 15px;  text-align: left; line-height:150%; font-size:1.1em;}
#content li li{ list-style: circle; margin: 15px 15px 15px 45px; text-align: left; line-height:100%; font-size:1.0em;}

#menubar { float: left; width: 200px; z-index:99; margin: 0px 0px 20px 10px; }

.imgfl a, .imgfr a {border:none;}
.imgfr{float:right;  color: #1A1A1A; background-color: #fff; margin:4px 0 5px 12px; text-align: center;  padding:5px; border: solid 1px #C3D9C3;}
.imgfl{float:left; width: 210px; color: #1A1A1A; background-color: #fff; margin:4px 12px 5px 0; text-align: center;  padding:5px; border: solid 1px #C3D9C3;}

.container {width: 530px;float:left;clear:right;}
.pcenter {text-align: center;}
.katrina {text-align: center; padding-top: 25px; margin: 0;}
.listfloat {float: right; width: 130px;}
.listfloat li {list-style-image:none;}
.floatright {float:right; width: 150px; margin: 5px 0 10px 10px; font-style:italic; text-align:center;}

.clearboth {clear: both;}


/* navigation menu */

/* navigation menu */
#navlist li { list-style: none; margin-top: 0px;   margin-left: 0px; margin-right: 0px; margin-bottom: 0px; text-align: left; }

#navlist li a {

	display: block;
	color: #ffffff;
	background-color: #003366;
	padding: 2px 2px 2px 3px;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 16px;
	font-weight: bold;
	margin-left: 1px;
	margin-top: 0px;
	border-left: 6px solid #33cc00;
border-right: 1px solid #33cc00;
border-top: 1px solid #33cc00;
border-bottom: 1px solid #33cc00;

}
#navlist li a:hover {
	color: #003366;
	background-color: #33cc00;
	border-left: 6px solid #003366;
border-right: 1px solid #003366;
border-top: 1px solid #003366;
border-bottom: 1px solid #003366;
}

/* end navigation menu */

#footer {
	clear: both;
	margin-top: 50px;
	margin-bottom:0;
	text-align:center;
	background-image:    url(../css/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:0px;
	height: auto;

	}

#footer p{color: #281F0B; font-size:1em; padding:10px; margin:0;}
#footer a{color:#3E5D3E; }
#footer a:hover{color: #33cc00;  text-decoration: underline;  }

hr {height: 2px; color: #33CC00;}

/* Hides from IE5-mac \*/
/*#content {
	height: 0.1%;
}*/
/* End hide from IE5-mac */