body { 
	background-image: url(/images/bg.gif); 
	font-family: verdana, tahoma, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	margin: 0px; 
	} 
 
/* text, links */ 
.contentbox { 
	font-family: verdana, tahoma, sans-serif; 
	font-size: 10px; 
	background-image: url(/images/bg_dots_white.gif); 
	} 
	 
p, ol, li, .contentboxtext, .rhboxtext, a.homecategory { 
	font-family: verdana, tahoma, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: black; 
	line-height: 12px; 
	} 
	 
p.quote { 
	font-style: italic; 
	} 
	 
p.quoteattrib { 
	font-size: 9px; 
	color: #666666; 
	} 
	 
.rhboxtext { 
	font-family: verdana, tahoma, sans-serif; 
	font-size: 10px; 
	line-height: 12px; 
	} 
	 
.error { 
	color: red; 
	font-weight: bold; 
	} 
	 
.footer, a.footer { 
	margin-top: 0px; 
	font-family: verdana, tahoma, sans-serif; 
	font-size: 9px; 
	color: white 
	} 
 
a, a.contentboxlink { 
	font-family: verdana, tahoma, sans-serif; 
	font-size: 10px; 
	color: black; 
	font-weight: bold; 
	text-decoration: none; 
	} 
	 
a:hover, a.contentbox:hover { 
	text-decoration: underline; 
	} 
	 
h1, .h1 { 
	font-size: 12px; 
	font-weight: bold; 
	color: #685686; 
	} 
	 
.h1 { 
	line-height: 20px; 
	} 
	 
.fieldprompt, .fieldpromptsig { 
	font-size: 9px; 
	color: #888888; 
	} 
	 
.fieldpromptsig { 
	background-color: #eeeeee; 
	} 
	 
.jobdescription { 
	color: #685686; 
	} 
	 
a.categoryactive { 
	color: black; 
	font-weight: bold; 
	} 
	 
a.categoryinactive { 
	color: #333333; 
	font-weight: normal; 
	} 
	 
table.infobox { 
	border:1px solid #dddddd; 
	background-color: white; 
	} 
	 
/* divs */ 
#bgtop { 
	position: absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:120px; 
	background-image: url(/images/bg_dot.gif); 
	z-index:0; 
	visibility: hidden; 
	}	 
 
#bgleft { 
	position: absolute; 
	top:120px; 
	left:0px; 
	width:155px; 
	height:365px; 
	background-image: url(/images/bg_left.gif); 
	z-index:1; 
	visibility: hidden; 
	}	 
 
#bggradient { 
	position: absolute; 
	top:120px; 
	left:0px; 
	width:100%; 
	height:365px; 
	background-image: url(/images/bg_gradient.gif); 
	z-index:0; 
	visibility: hidden; 
	}	 
 
#nav { 
	position: absolute; 
	top:0px; 
	left:0px; 
	width:760; 
	height:120; 
	z-index:1; 
	visibility: hidden; 
	}	 
 
#main { 
	position: absolute; 
	top:140px; 
	left:50px; 
	width:505px; 
	z-index:100; 
	visibility: hidden; 
	}	 
 
#right { 
	position: absolute; 
	top:140px; 
	left:565px; 
	width:195px; 
	z-index:100; 
	visibility: hidden; 
	}	 
	 
/* forms */ 
.formtext { 
	font-family: verdana, tahoma, sans-serif; 
	font-size: 11px; 
	color: #685686; 
	background-color: #ffffff; 
	border: 1px solid #dddddd; 
	} 
	 
select, .formselect { 
	font-family: verdana, tahoma, sans-serif; 
	font-size: 9px; 
	color: #685686; 
	background-color: #ffffff; 
	border: 1px solid #dddddd; 
	} 
 
textarea { 
	font-family: verdana, tahoma, sans-serif; 
	font-size: 9px; 
	color: #685686; 
	background-color: #ffffff; 
	border: 1px solid #dddddd; 
	} 
.sellingpoints li {
	margin-bottom: 0.4em;
	}

/* paging */ 
.paginginfo { 
	font-size: 9px; 
	color: #666666; 
	} 
	 
.paging { 
	font-size: 9px; 
	color: #999999; 
	} 
	 
.pagingactive { 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none; 
	} 
	 
.pagingactive:hover { 
	font-weight: normal; 
	color: black; 
	text-decoration: underline; 
	} 
 
.paginginactive { 
	font-weight: normal; 
	color: #666666; 
	} 
	 
 
.pagingcurrent { 
	font-weight: bold; 
	color: red; 
	}