@charset "utf-8";

/* 
top navigation styles 
*/

div#header {
	padding: 10px;
	background-color: #99CC00;
/*	width: 700px
*/
	width: 90%
}

.topheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
	font-weight: bold;
	font-size: 24px;
}

.topheader a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.topheader a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.topheader a:hover {
	color:#FF0000;
	text-decoration: none;
	font-weight: bold;
}

.topheader a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
/* 
side navigation styles 
*/

div#sidenav {
	width: 90px;
	padding: 10px;
	background-color: #CCCCCC;
height: 400px;
	
}

.nav {
/*	text-decoration: none;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
}

.nav a:link {
	font-weight: normal;
	color: #000000;
}

.nav a:visited {
	font-weight: normal;
	color: #999999;
}

.nav a:hover {
	color:#FF0000;
	font-weight: normal;
}

.nav a:active {
	font-weight: normal;
	color: #000000;
}


/* 
content 
*/

div#content {
	position: absolute;	
	padding: 10px;
	 top: 90px; 
	 left: 125px;
	 width: 60%
/*	 width: 550px;
*/
}
.content-text {
/*	text-decoration: none;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
}

.content-text heading {
	color:#99CC00;

; 	font-weight: bold;
}

.content-text a:link {
	font-weight: normal;
	color: #000000;
}

.content-text a:visited {
	font-weight: normal;
	color: #999999;
}

.content-text a:hover {
	color:#FF0000;
	font-weight: normal;
}

.content-text a:active {
	font-weight: normal;
	color: #000000;
}

/* 
footer
*/

div#footer {
	position:absolute;
top: 500px;

	left: 350px;
}
.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
	font-size: 11px;
}

.foot a:link {
/*	text-decoration: none;
*/	color: #99CC00;
}

.foot a:visited {
	font-weight: normal;
	color: #999999;
}

.foot a:hover {
	color:#FF0000;
/*	text-decoration: none;
*/
}

.foot a:active {
/*	text-decoration: none;
*/
	color: #99CC00;
}


