/* CSS Document */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
	
a {
	color: #8A9672;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #D5992B;
	font-size: 11px;
}
	
#formInput {
	background-color: #CCCCCC;
	border: 2px groove black;
	color: black;
	font-size:12px;
}

#year_list {
	margin-bottom: 20px;
}
	
#listing {
	/*border: 2px groove black;padding: 4px;*/
	color: black;
	font-size:12px;	
}

#listing h2 {
	color: #666666;
}

#listing a {
	font-size: 12px;
	color: #C75638;
}

#listing td {
	padding: 6px;
}

#listing a:hover {
	text-decoration: none;
	color: #FF9A00;
}

th {
	border-bottom: 1px solid black;
	
	text-align: left;
	font-size: 12px;
}

/*td {
	width: 300px;
	vertical-align:top;
	
}*/
	
.formCaption {
  font-size:14px;
  color: #8A9672;
  font-weight: bold;
}
	
input {
	border: 1px solid black;
	margin-top: 2px;
	color: black;
	font-size: 12px;
}

textarea {
	border: 1px solid black;
	margin-top: 2px;
	color: black;
	font-size: 12px;
}

.checkbox {
	border: 0px;
	margin-top: 2px;
	color: black;
	font-size: 12px;
}

.submit {
	color:white;
	background-color: #8A9672;
}

.message {
	font-size: 12px;
	color: #8A6587;
	font-style: italic;
}

h1 {
color:#5D654E;
font:bold 20px/18px Georgia,Sans-Serif;
letter-spacing:1.2px;
position:relative;
padding:0;
margin:0;
//width:480px;
}

h1 h1{
position:absolute;
top:-1px;
left:1px;
color: #CCCCCC;
}

h1 h1 h1{
position:absolute;
top:-1px;
left:0px;
color:#5D654E;
} 

#globalMenu {
	text-align:right;
	margin-right:10px;
	width:400px;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#globalMenu a {
color: #666666;
border-bottom: 1px solid black;
text-decoration: underline;
text-transform: uppercase;
font-weight:bold;
font-size: 12px;
}

#colorBar1 {
width: 100%;
background-color: #8A9672;
height: 20px;
border-top: 1px solid black;
}

#colorBar2 {
width: 100%;
background-color: #C75638;
height: 20px;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

#page {
width: 800px;
background-color: white;
border-left: 1px solid black;
border-right: 1px solid black;
text-align: center;
}

#main {
float: none;
width: 100%;
max-width: 800px;
text-align: left;
}

#menu {
margin: 0;
background-color: #FF9A00;
border-top: 1px solid #FFD99F;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width: 160px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu li {
border-bottom: 1px solid #FFD99F;
font-weight: bold;
} 

#menu li a {
 display: block;
 padding: 5px 5px 5px 0.5em;
 border-left: 12px solid #FF9A00;
 border-right: 2px solid #FF9A00;
 background-color: #FFB648;
 color: #000000;
 text-decoration: none;
}

#menu li li a:hover {
 display: block;
 padding: 5px 5px 5px 0.5em;
 border-left: 12px solid white;
 border-right: 2px solid #FFD99F;
 background-color: #FFB648;
 color: #000000;
 text-decoration: none;
}

#menu ul ul {
 margin-left: 12px;
}
#menu ul ul li {
 border-bottom: 1px solid #FF9A00;
 margin:0;
}
#menu ul ul li a:link, #menu ul ul li a:visited {
 background-color: #FFD99F;
 color: #FF9A00;
}
#menu ul ul li a:hover {
 background-color: #FF9A00;
 color: #FFFFFF;
}

#content {
padding: 10px;
padding-left: 20px;
background-color: #FFFFFF;	
min-height: 320px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#content table {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.label ul {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin: 0;
	padding: 0;
}

.label ul li {
	list-style: square inside;
}

#msgBody {
	font-size: 12px;
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.mySectionHead {
	background-color:#cccccc;
	padding:4px;
	border-top: 4px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.mySection {
	padding:4px;
	vertical-align:top;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#job_admin_form td.input {
	padding: 4px 0 10px 0;
}