BODY {
	font-size: 1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	
}

a:hover {
	color: red;
}

H1, H2, H3, H4, H5, H6, TH {
    font-family : "Maiandra GD", sans-serif;
    }

H3 {
    color : #283f8B;
    }    
    

P, TD, OL, UL, LI {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}

IMG {
	border: 0px;
}

.nodec {
	text-decoration: none;
}

.ul {
	text-decoration: underline;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 196px;
	width: 100%;
	background-repeat: repeat;
	background-image: url(../backgrounds/bgtoptile.jpg);
}

#image {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#header {
	position: absolute;
	top: 15px;
	left: 147px;
	border: 0px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: "Maiandra GD", Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 8px 8px 8px 8px;
border: 0px solid #ffffff;
width: 115px;
height: 20px;
background-color: #ffffff;
background-image: url(../backgrounds/buttonoff.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: black;
font-weight: bold;
text-decoration: none;
}

#navcontainer a:hover
{
border: 0px solid #fffff;
background-color: #Ffffff;
background-image: url(../backgrounds/buttonon.gif);
color: red;
font-weight: bold;
}

#active a:link, #active a:visited, #active a:hover
{
border: 0px solid #ffffff;
background-color: #FFffff;
background-image: url(../backgrounds/buttonon.gif);
color: #5a5ab6;
font-weight: bold;
}

#slogan {
	position: absolute;
	top: 118px;
	right: 15px;
}

#bottom {
	position: absolute;
	left: 0px;
	top: 196px;
	height: 100%;
	width: 100%;
}

#menu {
	float: left;
	margin-top: 15px;
	width: 131px;
}

#content {
	margin-left: 131px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#footer {
	clear: both;
	margin: 0;
	bottom: 5px;
	font-size: 10pt;
	text-align: center;
	width: 100%;
}
