body {
background-color:	#FFFFFF;
color: #2f4f4f;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 80%;
margin: 1%;
margin-left: 5%;
}

p
{
	margin-top: 8px;
	margin-bottom: 13px;
}

ul li
{
	list-style-type: disc;
	list-style-position: outside;
}


li.blank
{
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
}

ul
{
margin-bottom: 0px;
margin-top: 0px;
}

ol
{
	list-style-position: outside;
	margin-bottom: 0px;
	margin-top: 0px;
}


h1 {
		font-size: 120%;
		font-weight: bold;
		padding-bottom: 2px;
		padding-top: 0px;
color: #000000;}

h2 {
		font-size: 110%;
		font-weight: bold;
		padding-bottom: 1px;
		padding-top: 1px;
}

h3 {
		font-size: 90%;
		font-weight: bold;
		padding-bottom: 1px;
		padding-top: 1px;
}

h4 {
		font-size: 105%;
		font-weight: bold;
		font-style: italic;
		padding-bottom: 0px;
		padding-top: 0px;
}

.doctype {
		font-size: 95%;
		font-weight: normal;
		font-style: italic;
		padding-bottom: 0px;
		padding-top: 0px;
}

.radioborder {
		border-bottom: thin #660000 solid;
		padding: 3px;
		width:90%;
}

table {
	padding: 6px;
	border: 0px;
}

table th {
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 1px;
	text-align: center;
}

a:link {
color: #696969;
font-weight: bold;
}

a:visited {
color: #696969;
font-weight: bold;
}

a:hover 
{
color: #7097c1;
font-weight: bold;
}
#wrapper {
	width: 95%;
	border: thin #a9acb6 solid;
	border-bottom: thick #a9acb6 solid;
	background-color: #fffaf0;
}
#adminLink {
	color: #fffaf0;
	}
#adminLink a:link {
color: #fffaf0;
}
#adminLink a:visited {
color: #fffaf0;
}
#adminLink a:hover {
color: #fffaf0;
}

#logoImageGreen {
	width: 98%;
	height: 55px;
	margin: +1%;
	background-image: url(../images/greenlines.jpg);
	background-repeat: repeat-x;
	vertical-align: text-bottom;
	}

#logoImageOrange {
	width: 98%;
	height: 55px;
	background-image: url(../images/orangelines.jpg);
	background-repeat: repeat-x;
	vertical-align: text-bottom;
	margin: +1%;}
#logoImageRed {
	width: 98%;
	height: 55px;
	background-image: url(../images/redlines.jpg);
	background-repeat: repeat-x;
	vertical-align: text-bottom;
	margin: +1%;}
#logoImageBlue {
	width: 98%;
	height: 55px;
	background-image: url(../images/bluelines.jpg);
	background-repeat: repeat-x;
	vertical-align: text-bottom;
	margin: +1%;}

#logoText {
	float: right;
	color: #2f4f4f;
	text-align: right;
	font-weight: bold;
	font-size: 160%;
	font-variant: small-caps;
	position: relative;
	top: 20%;
	padding-top: 1%;
	padding-bottom: 1%;

}

#logoImg {
	float: left;
	}

#main {
	width: 100%;
	margin-top: +20px;}


#nav {
	width: 15%;
	height: 100%;
	float: left;
	position: relative;
	border: thin #ffffff solid;
	padding-left: 1%;
}

#contentBox {
	width: 82%;
	float: left;
	position: relative;
	background: #dcdcdc;
	}
#content {
	background: #fffaf0;
	width: 78%;
	float: left;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0px;
	border-left: thin solid;}

#info {
	width: 15%;
	height: 100%;
	float: left;
}

#contact {
	width: 100%;
	float: left;
	position: relative;
	padding-top: 0px;
	padding-left: 3%;
	margin-bottom: +3%;
	text-indent: +0%;}

#mainclear {
	clear: both;
	width: 100%;
}

#footerID {
	width: 98%;
	margin-left: +1%;
	margin-right: +1%;
	
}

.hrDiv {
	width: 60%;
}



