a:link {color: #0000ff;
text-decoration: none;
font-size:12px;
}

a:hover {color: #ff0000;
background-color: none;
text-decoration: none;
font-size:12px;
}
A:VISITED {
	color: Purple;
	background-color: transparent;
	text-decoration: underline;
font-size:12px;
}

h1 {font-size: 1.4em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #996600;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}

h2 {font-size: 1.2em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: center;
color:#003300;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}

h3 {font-size: 1.2em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
padding-left:10px;
padding-right:10px;
}

h4 {font-size: 1.1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
padding-left:10px;
padding-right:10px;
}

h5 {font-size: 1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
padding-left:10px;
padding-right:10px;
}
p {
padding:10px;
}

body {
	scrollbar-base-color: #0000c0;
	scrollbar-arrow-color: #03000A;
	scrollbar-face-color: #0000c0;
	scrollbar-track-color: #a2a4d7;
	background-image: url(images/background.jpg);
	font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.75em;
line-height: 1.2em;
text-align: justify;
}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	background-image: url(images/yellowbkg.gif);
	background-position: top;
	position: absolute;
	height: 90px;
	width: 900px;
	left: 10%;
	top: 0%;
}
#topright {
position:absolute;
left:44%;
top:15px;
width:468px;
height:60px;
}
#topright h1 {
text-align:center;
padding:20px;
}

#leftcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000000;
	height: auto;
	width: 700px;
	top: 90px;
	float: left;
	left: 10%;
}
#smleftcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: auto;
	width: 100%;
	top: 90px;
	float: left;
	left: 10%;
}

#rightcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 198px;
	height: auto;
	float: right;
	top: 90px;
	background-position: center top;
	border-bottom-width: thin;
	border-bottom-style: none;
	text-align: center;
	vertical-align: top;
}
#rtcontenttopad {
text-align:center;
margin-top:10px;
width:125px;
height:125px;
}
#rtcontentbotad {
text-align:center;
margin-top:10px;
width:125px;
height:125px;
}

#mainbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center top;
	background-image:url(images/mainbodybkg.gif);
	background-repeat:repeat-y;
	vertical-align: top;
	width: 900px;
	position: absolute;
	top: 90px;
	left: 10%;
	border-top-width: thick;
	border-top-style: solid;
}
ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFCC33;
	}
ul#mainnav li {
	display: block;
	border-top: 1px solid #FFFFFF;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color:#FFCC33;
	font: normal 12px "Trebuchet MS",Tahoma,Arial;	/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #330033;
	text-decoration: none;
					/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}
ul#mainnav li h3 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color:#000000;
	font: normal 14px "Trebuchet MS",Tahoma,Arial;	/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
					/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	background-color:#330033;
	background-image: url(images/background.jpg);
	color: #eee;
	}
	
A.nav:link {
	color: #FFCC00;
	font-size: 11;
	font-weight: bold;
	text-decoration: none;
}

A.nav:visited {
	color: #FFCC00;
	font-size: 11;
	font-weight: bold;
	text-decoration: none;
}

A.nav:active {
	color: #FFCC00;
	font-size: 11;
	font-weight: bold;
	text-decoration: none;
}

A.nav:hover {
	color: #FEE895;
	font-size: 11;
	font-weight: bold;
	text-decoration: underline;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFF66;
	clear: both;
	width: 900px;
	height:auto;
	border-top-width: thick;
	border-top-style: double;
	text-align: center;
	vertical-align: top;
	margin-bottom:-20px;
}
#footerad {
text-align:center;
margin-top:10px;
width:468px;
height:60px;
}
