﻿/* main css */
* {
	margin: 0px;
	padding:0px;
}

body {
	margin: 0 0 20 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFF0;
}

a:link {
	color: #8494AB;
	text-decoration: none;
}}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

/* layout css */
#masthead {
	background-color: #FFFFFF;
	padding-left: 55px;
	padding-top: 10px;
	text-align: right;
	padding-right: 50px;
	height: 122px;
}
#container {
	margin: 20px auto 6px auto;
	min-width: 600px;
	border: 1px solid #000000;
	width: 760px;
	background-color: #FFFFFF;
}
#page_content {
	width: 490px;
	background-color: #FFFFFF;
	padding-left: 40px;
	float: right;
	clear: none;
	padding-right: 40px;
	padding-top: 0px;
	margin-right: 0px;
}
#home_content {
	width: 390px;
	background-color: #FFFFFF;
	padding-left: 12px;
	float: right;
	clear: none;
	padding-right: 80px;
	padding-top: 0px;
	margin-right: 20px;
}
#footer {
	background-color: #CA3300;
	padding-left: 0px;
	clear: both;
	padding-top: 4px;
	font-size: 11px;
	padding-bottom: 4px;
	right: auto;
	left: auto;
	text-align: center;
}
#sidenav {
	width: 150px;
	float: left;
	padding-left: 18px;
	background-color: #FFFFFF;
	clear: none;
	padding-right: 4px;
	text-align: left;
}

#image_bar {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #000000;
}
#copyline {
	width: 760px;
	margin: 4px auto 12px auto;
	text-align: left;
	background-color: #FFFFF0;
}


/* nav css */
/
#sidenav a {
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #F0E9E1;
	font-weight: normal;
}
#sidenav a:link {
	text-decoration: none;
	color: #990000;
}
#sidenav a:visited {
	color: #990000;
	text-decoration: none;
}
#sidenav a:hover {
	color: #000099;
	text-decoration: none;
}
#sidenav a:active {
	color: #000099;
}
#navbar {
	background-color: #CA3300;
	padding-left: 0px;
	clear: both;
	padding-top: 1px;
	font-size: 11px;
	padding-bottom: 1px;
	right: auto;
	left: auto;
	text-align: center;
	height: 12px;
}

#logobox {
	width: 120px;
	float: left;
	background-color: #FFFFFF;
}

#identbox {
	width: 480px;
	float: right;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 16px;
}

}
#masthead img {
	clear: both;
	display: block;
}


/* formatting css */
h2 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC3300;
}
h3 {
	font-size: 11px;
	color: #ED1B24;
	font-weight: bold;
	text-transform: uppercase;
}

#sidenav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#sidenav li {
	font-size: 12px;
	list-style-type: none;
	display: inline;
	margin-bottom: 4px;
}
.current{
	color: #000099;
	text-decoration: none;
}
.italsmall {
	font-style: italic;
	font-size: 11px;
	color: #000000;
}
fieldset {
	border: 1px solid #000000;
	padding: 8px;
	margin-bottom: 8px;
	font-size: 11px;
	color: #808080;
	margin-top: 8px;
	background-color: #FFFFFF;
}
legend {
	font-size: 11px;
	font-weight: bold;
	color: #8494AB;
	padding-bottom: 2px;
}
label {
	float: left;
	width: 100px;
}
input {
	border: 1px solid #596A84;
	background-color: #FBFAF9;
}
fieldset p {
	padding: 4px;
}
.button {
	background-color: #F3EEE9;
	margin-right: 10px;
}
.buttonsubmit {
	background-color: #F3EEE9;
	margin-right: 10px;
	margin-left: 100px;
}
a:link {
	color: #8494AB;
	text-decoration: underline;
}
a:visited {
	color: #CC3300;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #993300;
}

p {
	margin-bottom: 8px;
}
.header {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #CA3300;
}
.headtext {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000099;
}
thead {
	border-style: 0;
	background-color: #FFFFFF;
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-size: 11px;
		color: #000000;
		border-width: 0px;
		font-weight: normal;
		text-align: left;
}
td {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px 0px 4px 0px;
	vertical-align: top;
}
table {
	background-color: #FFFFFF;
	vertical-align: top;
}
th {
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
}

