.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}



body {
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-image: url(../images/bg.gif);
	background-position: center;
	background-attachment: fixed;
}



.HEADINGwhiteSMALLER {
	color: #FFFFFF;
}



#wrapper {
	background-color: #FFFFFF;
	color: black;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	
}



#header {
	height: 200px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}



#header-nav{
	background-color: #00000;
	padding: 7px;
	text-align: left;
}



#header-nav ul {
	background-color: #000000;
	margin: 0px;
}



#header-nav li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 10px;
	padding-right: 10px;
	line-height: 1.5em;
}



#header-nav a:link, #header-nav a:visited {
	color:#FFFFFF;
}



a:link {
	color: #28668E;
}



a:visited {
	color: #000000;
}



#main {
	position: relative;
	top:0;
	left: 0;
	width: 760px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	margin-right: 0px;
}



#content {
	margin: 0 0  0 240px;
	background-color: white;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
}



#left-nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EEEEEE;
	height: 100%;
	background-image: url(../images/offwhitestripes.gif);
	padding-top: 5px;
}




.red-emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}



.box-tan {
	background-color: #666633;
	border-top: thin solid #0F6C9B;
	border-bottom: thin solid #0F6C9B;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}




h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #9D0200;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #000000;
}



h3 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}




h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 4px;
}


h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #66CCCC;
	height: 25px;
}



.box-black {
	background-color: #000000;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	color: #FFFFFF;
}



#wrapper #header-nav ul {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
#wrapper #main #left-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


.header-small-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	olor: #28668E;
	color: #309292;
}
#highlight {
	background-color: #E6FFFF;
	padding: 10px;
	width: 80%;
	border: thin solid #000000;
	margin-left: 25px;
}
form {
	margin-right: 0;
	margin-left: 0;
	clear: both;
	padding-left: 30px;
	}

textarea {
	background-color:#CCFFFF!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#092E02;
	width:237px; /* 5 pixles smaller than form width !important */
	height:60px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	}
	
select {
	background-color:#CCFFFF!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#092E02;
	width:110px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	}
	
input {
	background-color:#CCFFFF!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c5c5c5;
	color:#000000;
	width:237px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight: bold;
	}
input.submit {
	width:85px;
	height:28px;
	cursor:pointer;
	padding:0;
	font-size: 18px;
	border: thin solid #092E02;
	}
input.checkbox {
	width:50px;
	height:20px;
	cursor:pointer;
	padding:0;
	}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
}
