#wrapper {
	margin: 0px auto;
	width: 793px;
	border: solid 0px #FFF;
	padding: 0px;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 5px;
	margin-top: 5px;
}

html{
min-height: 100%;
margin-bottom: 1px;
}

a {
	color: #993399;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	}


li {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	list-style-image: url(images/list-bullet.jpg);
}
p {
	margin: 10px;
	font-size: 10px;
	text-align:justify;
}

h2 {
    font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 20px 10px 20px;
	display: block;
	background-color:#5E9FA6;
	}
h3 {
    font-size: 12px;
	font-weight: bold;
	color: #006666;
	margin: 5px;
	padding: 5px 5px 5px 5px;
	display: block;
	background-color:#EAFFFB;
	}



h4 {
	margin: 0px;
	color: #5E9FA6;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	padding: 2px 5px 2px 5px;
	text-align:left;
	}

h5 {
	margin: 0px;
	color: #993399;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
	padding: 5px 5px 4px 5px;
	text-align:right;
	}




/* start of styles for top horizontal navigation menu  js*/
#header {
    width: 100%;
    }

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #993399;
	height: 2.0em;
		
}
#header li {
    display: block;
	float: left;
	height: 2.0em;
	width: 122px;
	line-height: 1.5em;
	list-style-image:none;
}

#header a {
	display: block;
	height: 2.0em;
	width: 122px;
	text-decoration: none;
	padding-left: 10px;
	color: #EAFFFB;
	font-weight: bold;
	font-size: 10px;
}
#header a:hover {
	color: #FFFFFF;
	height: 2.0em;
	display: block;
}
/* end of styles for top horizontal navigation menu */
