@charset "utf-8";
body {
	background-color: #787d24;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.825em;
	line-height: 1.4em;
	text-align: justify;
}
ul {
	list-style-type: none;
	margin-left: -20px;
}

a:link {
	color: #999933;
	text-decoration: none;
}
a:hover {
	color: #CCCC99;
	text-decoration: none;
}
a:visited {
	color: #666633;
	text-decoration: none;
}

#header {
	background-attachment: scroll;
	background-image: url(graphics/cloudbackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 352px;
	width: 100%;
}


#titlebar {
	background-attachment: scroll;
	background-image: url(graphics/navbarbackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 56px;
	width: 100%;
}

#navigation {
	float: left;
	width: 170px;
	padding-top: -10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 5px;
	text-align: left;
}
#container {
	background-attachment: scroll;
	background-image: url(graphics/mainbackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


#information {
	float: right;
	width: 570px;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#infocontainer {
	width: 800px;
	height: 400px;
	margin-left: 12px;
	text-align: justify;
}

#content {
	background-attachment: scroll;
	background-image: url(graphics/contentborder.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	height: 2200px;
}

#footer {
	background-image: url(graphics/footerborder.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 39px;
	width: 100%;
}

.jobsearchheaders{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.45em;
font-weight: bold;
line-height: 1.4em;
text-align: justify;
color:#000000;
}

.industryheaders{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 1.4em;
text-align: justify;
color: #000000;
}