/* CSS Document */

body {
	background-color: #336666;
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	}

p {
	font-size: 11px;
	line-height: 1.2em;
	color: #333366;
	margin-bottom: .5em;
	}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin-top: .5em;
	margin-bottom: 0.2em;
	}

#page {
	background-image: url(../images/greyrepeat.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/navgreytop.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 5px;
	height: 23px;
	width: 142px;
}

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

#navbarbottom {
	background-image: url(/images/navgreybottom.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 #FFFFFF;
	border-right: 1px solid #333333;
	background-color: #CCCCCC;
	color: #333333;
	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: #FFFFFF;
	border-bottom-color: #333333;
	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 #FFFFFF;
	border-right: 1px solid #000000;
	background-color: #999999;
	color: #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	width: auto;
		}

#quicklinks {
	position:absolute;
	background-image: url(/images/quicklinksgry.gif);
	left: 15px;
	height: 40px;
	width: 138px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
	top: 320px;
}
#maintext {
	position: relative;
	left: 190px;
	top: 0px;
	width: 540px;
	padding-bottom: 40px;
	height: auto;
	padding-top: 0px;
	padding-left: 0px;
	}

#careis {
	background-color: #FFFFFF;
	padding: 15px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;
}

#careis a:link {
background-color: #FFFFFF;
}

#careis img {
	padding: 0px;
	margin-left: 40px;
	margin-top: 5px;
	
}

#floatpic {
	float: left;
	margin-right: 7px;
}
#maintext a:link {
	color: #000099;
	text-decoration: none;
	background-color: #FFFF00;
}
#maintext a:hover {
	color: #0000CC;
	text-decoration: none;
}
#maintext a:visited {
	color: #000099;
	text-decoration: none;
}
#maintext a:active {
	color: #0000CC;
}
#page #maintext ol {
	color: #003300;
}
#page #maintext li {
	margin-bottom: 10px;
}
#page #maintext ul {
	color: #003300;
}
