/* CSS Document */

body {
	background-color: #cc0000;
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	}

p {
	font-size: 12px;
	line-height: 1.3em;
	color: #993300;
	margin-bottom: .5em;
	}
.dow {
	font-weight: bold;
	color: #FFF;
	background: #CC1612;
	display: inline;
	padding: 3px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #cc6633;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}

#page {
	background-image: url(../images/redrepeat.gif);
	background-repeat: repeat-y;
	width: 750px;
	height: auto;
	margin: auto;
	position: relative;
}
#navbar {
	position: absolute;
	top: 115px;
	left: 15px;
	height: auto;
	width: 142px;
	font-weight: bold;
	color: #FFFFFF;
}

#navbartop {
	background-image: url(/images/navsuptop.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 5px;
	height: 23px;
	width: 142px;
}

#navbarmid {
	background-image: url(/images/navsupmid.gif);
	background-repeat: repeat-y;
	}

#navbarbottom {
	background-image: url(/images/navsupbottom.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 142px;
	clear: both;
}

#navbar ul {
	list-style: none;
	border: none;
	width: 130px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 6px;
	top: 5px;
		}
		
#navbar li {
	margin: 0;
	padding-bottom: 2px;
	width: auto;
		}
	
#navbar li a {
	display: block;
	border-left: 1px solid #FFF;
	border-right: 1px solid #006633;
	background-color: #ff6666;
	color: #330000;
	text-decoration: none;
	width: auto;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #006633;
	padding: 3px 5px 4px 6px;
	line-height: 14px;
	font-size: 10px;
		}

html>body #navbar li a {
		width: auto;
		}

#navbar li a:hover {
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	background-color: #CC0000;
	color: #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #000;
	width: auto;
		}
		
.about {
	display: block;
	background-color: #000099;
	width: 100%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 4px;
	margin-top: 3px;
	color: #FFFFFF;
	font-size: 11px;
}

#quicklinks {
	position:absolute;
	background-image: url(/images/quicklinksred.gif);
	left: 15px;
	height: 40px;
	width: 138px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
	top: 570px;
}
#print {
	position: absolute;
	top: 65px;
	right: 40px;
}
#maintext {
	position: relative;
	left: 190px;
	top: 0px;
	width: 540px;
	padding-bottom: 40px;
	}
ul {
	font-size: 12px;
	line-height: 1.5em;
	color: #990000;
	margin-right: 25px;
	margin-left: 20px;
}
li {
	margin-bottom: .7em;
}
#maintext a:link {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
	background-color: #FFFF00;
}
#maintext a:hover {
	text-decoration: none;
	color: #0000CC;
}

#maintext a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
#maintext a:active {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
