/* CSS Document */

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

p {
	font-size: 11px;
	line-height: 1.2em;
	color: #000033;
	margin-bottom: .5em;
	}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0000CC;
	margin-top: .5em;
	margin-bottom: 0.2em;
	}
	
h2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000099;
}

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

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

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

#navbarbottom {
	background-image: url(/images/navinvbottom.gif);
	background-repeat: no-repeat;
	height: 25px;
	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 #000066;
	background-color: #9999ff;
	color: #000066;
	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: #000066;
	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: #3300cc;
	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/quicklinksblu.gif);
	left: 15px;
	top: 570px;
	height: 40px;
	width: 138px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
}
#maintext {
	position: relative;
	left: 190px;
	top: 0px;
	width: 540px;
	padding-bottom: 40px;
}
#whitebox {
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #66FFCC;
	border-left-color: #66FFCC;
	margin-bottom: 20px;
}
#whitebox p {
	color: #000099;
	line-height: 1.4em;

}
#whitebox img{
	margin-right: 7px;
	float: left;
	margin-bottom: 3px;
	}
ul {
	padding-left: 160px;
}
