/* CSS Document */
* {margin: 0; padding: 0;}
#logosection {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:190px;
	z-index:1;
	overflow: hidden;
}

#content {
	position:relative;
	left:8%;
	top:221px;
	width:80%;
	height:536px;
	z-index:3;
}

ul ,li{
color: #45C445; 
font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	margin: 7px;
	margin-left:0px;
}
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color:#000066;
}

h1 {
font-size:1.2em;
color: #33CC00; 
font-weight: bold;
}

h2 {
font-size:1.2em;
color: #33CC00; 
font-weight: bold;
}

h3 {
font-size:1.2em;
color: #33CC00; 
font-weight: bold;
}

h4 {
font-size:1.2em;
color: #33CC00; 
font-weight: bold;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}
body {
color: #0066CC; font-weight: bold; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5abd00;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
#main-menu ul {
margin: 0px;
padding: 0px;
} 
#main-menu li {
list-style-type: none; 
display: inline;
margin: 0 5px 0 5px; 
}
#main-menu li a {
color: #FFFFFF;
text-decoration: none;
}
#main-menu li a.active, #main-menu a:hover {
text-decoration: none;
color: #FFFFFF; 
padding:5px 5px 0 25px;
}
.no-div {
text-align: center;
margin-left: auto ;
margin-right: auto ;
}
.table-nostuff{ 
padding:none;
width:100%;
border-collapse:collapse;
} 
.Blue {color: #0066CC}
.Bluebold {color: #0066CC; font-weight: bold; }
.Green {color: #33CC00; }
.Greenbold {color: #33CC00; 
font-weight: bold;
}
.whitebold {
color:#FFFFFF;
font-weight: bold;
}
