html,body {
	height: 100%;
}
body {
	font:.9em "Times New Roman", Times, serif;
	margin:0;
}

a:link {
	color:#CC6600;
	text-decoration:underline;
}
a:visited {
	color:#CC6600;
	text-decoration:underline;
}
a:active {
	color:#CC6600;
	text-decoration:none;
}
a:hover {
	color:#CC6600;
	text-decoration:none;
}

.employmentNav {
	margin-top:4px;
	text-align:center;
}
.employmentNavSelected {
	margin-top:4px;
	text-align:center;
}
.employmentNavSelected a {
	color:#333;
	display:block;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}
.employmentNavSelected a:link, 
.employmentNavSelected a:visited, 
.employmentNavSelected a:active, 
.employmentNavSelected a:hover {
	color:#333;
	text-decoration:none;
}

.employmentNav a {
	font-weight:bold;
	text-decoration:none;
	display:block;
	font-size:16px;
}
.employmentNav a:link {
	color:#CC9900;
	background-color:#F3EADD;
}
.employmentNav a:visited {
	color:#CC9900;
	background-color:#F3EADD;
}
.employmentNav a:active {
	color:#CC9900;
	background-color:#F3EADD;
}
.employmentNav a:hover {
	color:#fff;
	background-color:#E3BD7C;
}
.eventtitle {
	padding-left:4px;
}
.eventtitle a,
.eventtitle a:link,
.eventtitle a:active {
	color:#000;
	font-weight:bold;
	text-decoration:none
}
.eventtitle a:hover,
.eventtitle a:visited {
	color:#666;
	text-decoration:none;
}
.closebutton {
	display:none;
	font-family:arial;
}
.closebutton a:link,
.closebutton a:visited,
.closebutton a:active,
.closebutton a:hover {
	text-decoration:none; 
	color:#FF9933;
}
.jobdetail {
	display:none; 
	border-top:1px solid #333; 
	border-bottom:1px solid #333; 
	background-color:#efefef; 
	margin:0 0 10px 0; 
	padding:5px; 
	line-height:1.3em;
}
 
.shell {
	width:720px;
	height:auto;
	margin:0 auto;
}
.contentshell {
	float:left;
	width:100%;
	background:#fff url("../images/content_bg2.gif") repeat-y top left;
}
.leftside {
	float:left;
	width:230px;
	height:auto;
	padding-top:125px;
	background:#fff url("../images/logo.gif") no-repeat top center;
}
.quotes {
	padding:10px;
	font-size:90%;
	font-style:italic;
	line-height:1.3em;
	background-color:#e3bd7c;
}
.quotetitle {
	margin-top:8px;
	margin-bottom:8px;
	font-size:90%;
	font-weight:bold;
	line-height:1em;
	text-align:center;
}
.quotename {
	font-weight:bold;
	font-style:normal;
	text-align:right;
}
.jobtitle {
	font-size:small;
}
.content {
	float:left;
	width:439px;
	height:auto;
	margin-left:20px;
	padding:10px 10px 10px 20px;
	line-height:1.75em;
}
.content p {
	margin:5px;
	padding:0 0 5px 0;
	text-indent:12px;
	font-size:1.0em;
}
.nav {
	height:24px;
	padding-left:6px;
	font-size:20px;
	font-weight:bold;
	background-color:#939C73;
	text-transform:uppercase;
}
.nav .title {
	float:left;
	margin-right:30px;
}
.nav .links {
	float:right;
}
.nav ul {
	height:25px;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	list-style-type:none;
}
.nav ul li {
	float:left;
	width:125px;
	height:20px;
	margin:0;
	padding:0;
	text-align:center;
}
.nav ul li a {
	display:block;
	text-decoration:none;
	color:#000000;
	padding:4px;
}
.nav ul li a:visited {
	color:#000000;
}
.nav ul li a:hover {
	background-color:#CCD1B5;
}
.highlight {
	color:red;
}
.footer {
	width:100%;
	height:25px;
	padding:5px;
	clear:both;
	background:#fff url("../images/footer_bg.jpg") repeat-x top left;
	border-top:1px solid #333;
	color:#666666;
}
.footer a {
	color:#333;
}
.footer a:hover {
	color:#CC6600;
	text-decoration:none;
}