/* CSS Document */

/*General Stuff*/
body {
background-color:#005797;
margin-left: 0px;
margin-top: 0px;
font-family:arial, helvetica, sans-serif;
font-size:0.75em;
}

hr {
color:#ff9e06;
height: 2px; overflow: hidden;
}

h2 {
font-size:1.75em;
color:#005797;
}

a {
color:#003300;
text-decoration:underline;
}

a:hover {
color: #6c8a19;
text-decoration:none;
}


/*Headers and Navigation*/
#main {
width:786px;
position:relative;
margin: 0 auto; /*set to a negative number 1/2 of your width*/
}

#header {
left:0px;
top:0px;
width:786px;
height:111px;
background-color: #FFFFFF;
}

#menus {
color:#ffffff;
position:absolute;
left:0px;
top:111px;
height:36px;
width:786px;
background-color:#EEF3F7;
background-repeat:no-repeat;
padding:0px;
margin:0px;
}

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	height: 36px;
	font-size:small;
	z-index:4;
	
	}
#navigation ul {
	margin: 0;
	}
#navigation li {
	list-style: none;
	display: inline;
	background: #993333;
	color:white;
	}
#navigation a {
	display: block;
	height: 20px;
	float: left;
	color: #666666;
	padding: 10px 15px;
	text-decoration: none;
	border-right-color:#666666;
	border-right-width: thin;
	border-right-style: solid;
	}
#navigation a:hover {
background-color:#005797;
color:white;
	text-decoration: underline;
	}

/*Page Content*/
#sidebar {
position:absolute;
height:2000px;
width:177px;
left:3px;
top:3px;
padding-left: 5px;
padding-top:10px;
background-color:#EEF3F7;
border:#81ABBB;
border-style:solid;
border-width:thin;
}

#sidebar a {
	color: #666666;
		text-decoration: none;
	}
#sidebar a:hover {
	text-decoration: underline;
	}

#pageheader{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#005797;
position:relative;
font-size:small;
font-weight:bold;
padding-top:5px;
padding-left:5px;
left:0px;
top:36px;
width:781px;
height:20px;
background-repeat:no-repeat;
background-color:#fcaa02;
}

#pageheader a {
color:#4b90ad;
}
#content{
position:relative;
left:0px;
top:36px;
width:786px;
height:2000px;
background-repeat:no-repeat;
background-color:#fcaa02;

}
img {
padding:10px;
}
#homepagecontent {
position:absolute;
background-color:#FFFFFF;
left:184px;
top:3px;
width:588px;
padding:5px;
height:2000px;
border:#81ABBB;
border-style:solid;
border-width:thin;
}

#generalcontent {
position:absolute;
background-color:#FFFFFF;
left:184px;
top:3px;
width:588px;
padding-left:5px;
padding-top:10px;
padding-right:15px;
height:2000px;
border:#81ABBB;
border-style:solid;
border-width:thin;
}

#generalcontent li {
padding-bottom: 10px;
}

.logotext {
font-weight:normal;
color:#000000;
}

