@charset "UTF-8";
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #000000;
	background-repeat: repeat;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
/* CSS Document */

#header {
	height: 110px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/header.gif);
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #B6AE80;
}
#sidebar {
	width: 230px;
	float: left;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#sidebar #photo {
	float: left;
	padding: 0px;
	background-position: top;
}

#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8B0F04;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #009999;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar a {
	color: 8B0F04;
	text-decoration: none;
}
#sidebar a:hover {
	color: #009999;
}



#content {
	width: 645px;
	float: left;
	padding: 10px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 10px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #8B0F04;
	margin: 10px;
	letter-spacing: .1em;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009999;
	margin-left: 10px;
	letter-spacing: .1em;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009999;
	margin-left: 10px;
	letter-spacing: .1em;
}
#footer {
	width: 900px;
	clear: both;
	text-align: center;
	word-spacing: normal;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #B6AE80;
	padding-top: 3px;
	height: 80px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {
	width: 900px;
	text-align: left;
	background-color: 8B0F04;
	color: #CCCCCC;
	font-variant: normal;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #8B0F04;
	padding-bottom: 8px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #8B0F04;
	height: 10px;
}
#navigation ul {
	margin: 0px;
	padding: 3px;
	background-color: #8B0F04;
}
#navigation a:hover {
	color: #99CCCC;
}
#navigation li {
	display: inline;
	margin-right: .5em;
	margin-left: .5em;
	background-color: #8B0F04;
	margin-bottom: 1em;
}
#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F4E7BF;
	text-decoration: none;
	background-color: #8B0F04;
}

A.jobs:link {
	text-decoration: none;
}
A.jobs:visited {
	text-decoration: none;
}
A.jobs:hover {
	text-decoration: underline;
}

div.badsubmit {
	padding: 2px;
	background-color: #FFFFE0;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	color: #FF0000;
	font-weight: bold;
}
.baditem {
	color: #FF0000;
}
.indent {
	padding-left: 20px;
}
.subred {
	font-family: arial, sans-serif;
	color: #0071BB;
	font-weight: bold;
	font-size: 12px;
}

.initialHidden {
	display: none;
}
.initialVisible {
/*	display: block; */
}
.nowHidden {
	display: none;
}
.nowVisible {
/*	display: block; */
}

table.appform {
	text-align: left;
}
table.appform td, table.appform td table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.jobclist {
	width: 40%;
	margin: 4px auto;
	padding: 4px;
	text-align: center;
	border: 1px solid #B0B0B0;
	background-color: #F0F0F0;
}
	div.jobclist a {
		display: block;
		padding: 4px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
