body {
	background-image: url(images/back_fade.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #182569;
}
#menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/menu_norm.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 169px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	height: 30px;
	background-image: url(../images/headline.gif);
}

h2 {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
}

h3 {
	font-size: 13px;
	color: #153C78;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}

.mission_red {
	color: #F00;
	font-weight: normal;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #153C78;
	text-decoration: none;
	margin: 0px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #2c4c8c;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/back_footer.jpg);
	height: 50px;
}
.footer a:link {
	color:#2c4c8c;
	text-decoration: none;
}
.footer a:hover {
	color:#FFFFFF;
}
.footer a:visited {
	color:#2c4c8c;
	text-decoration: none;
}

.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #182569;
	background-color: #dedede;
	padding: 3px;
	width: 300px;
	border: 1px solid #182569;
}
.maintext a:link {
	color:#153C78;
}
.maintext a:hover {
	color:#E30021;
}
.maintext a:visited {
	color:#153C78;
}
.formstyle {
	background-color: #CCCCCC;
	border: 1px solid #182569;
	width: 250px;
	font-size: 10px;
}
.tableborder {
	border: 1px solid #c4c8d9;
}
.hotunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D3E1;
}
.hotunderlinered {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.style1 {
	border: 1px solid #c4c8d9;
	font-size: 9px;
	background-color: #dddfe9;
}
.style2 {font-size: 9px}
.style3 {
	font-size: 10px;
	font-weight: bold;
}
.hotjobiframe {
	margin: 0px;
	overflow-y:hidden;
	overflow-x:hidden;
	overflow: -moz-scrollbars-vertical;
	width: 174px;
	height: 335px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.strap {
	font-weight: bold;
}

.style6 {
	color: #999999;
	font-weight: bold;
}

.style7 {
	color: #DF0024;
}

.style8 {
	font-size: 14px;
	font-weight: bold;
}

.style9 {
	color: #DF0024;
	font-weight: bold;
}

.addressblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #153C78;
	background-image: url(../images/addressback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 170px;
	width: 164px;
	padding-top: 30px;
	padding-left: 10px;
}

.addressblock b {
	color: #153C78;
	font-size: 14px;
	font-weight: bold;
}


.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 174px;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
	background: white url(../images/glossyback2.gif) repeat-x bottom left;
	color: white;
	display: block;
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(../images/glossyback.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

