/* CSS Document */

.topNav {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
text-decoration: none;
}

a:hover {
color: #FF9900;
}

.subNav {font-size: small}

#header {
	width: 800px;
	height: 100px;
	background: url(../images/header.gif) top left no-repeat;

}

.wrapperTable {
border: thin solid #999999;
}

#content {
	width: 800px;
	height: 439px;
	background-color: #ffffff;
}

#footer {
	width: 800px;
	height: 28px;
	background: url(../images/footer_bg.gif) top left no-repeat;
}


h1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #0066CC;
margin: 0px;
}
h2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #003399;
margin: 0px;
}

.jobContent p {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0066CC;
margin: 10px 0px 10px 0px;
}

.required {
color: #FF0000;
}


.quickSearch {
float:left;
width: 380px;
height: 28px;
padding: 4px 0px 0px 10px;
margin:0px;
}

.quickSearch input {
margin: 0px 0px 0px 4px;
padding: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #666666;
font-size: 10pt;
text-align: center;
}

.quickSearch label {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10pt;
color: #ffffff;
}

.copyRight {
float: left;
text-align:right;
width: 390px;
height: 28px;
margin:0px;
padding: 0px;
}
.copyRight p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:10px;
color: #ffffff;
margin: 10px 10px 0px 0px;
}
.copyRight a:link {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:10px;
color: #ffffff;
text-decoration: underline;
}
.copyRight a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:10px;
color: #ffffff;
text-decoration: underline;
}
.copyRight a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:10px;
color: #ffffff;
text-decoration:none;
}
/*OLD CSS CLASSES*/
.style1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: x-large;
	color: #F5D333;
	font-weight: bold;
}
.style5 {
	font-size: x-large;
	color: #738129;
	font-weight: bold;
	font-style: italic;
}
.navagation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.navagation a:visited {
	color: #FF9A2E;
}
.navagation a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.navagation a:active {
	color: #FF0000;
}
.style8 {color: #CCCCCC}
.style9 {font-size: 12px; color: #CCCCCC; }
.style11 {font-size: small; color: #738129; font-weight: bold; font-style: italic; }
/*					*/