/* CSS Document */
html, body, div, span, applet, object, iframe, img, h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 100%;
}
body {
  background: #97c9e4 url(images/webdesign/bg2.jpg) repeat-x;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
	line-height: 15px;
  margin: 0 0 0 0; /* (top, right, bottom, left) */
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
.clearboth {
	clear: both;
}

/* lists */
li {
	list-style:url(images/webdesign/blue_check.gif);
}
.youth li {
	list-style:url(images/webdesign/red_check.gif);
}

/* paragraph styles */
#right-column-text p {
	padding-bottom: 10px;
	line-height:16px;
}
#links p {
	padding-bottom:0;
	line-height:normal;
}

/* table styles */
#job_postings table {
	border: 1px solid #666666;
	background-color:#E3EAF4;
}
#job_postings thead, #job_postings th {
	color:#FFFFFF;
	background-color: #666666 ;
	padding: 5px;
}
#job_postings td {
	border-right: 1px dotted #666666;
	vertical-align:top;
}
#job_postings td.last {
	border-right: none;
}
#job_postings td {
	padding: 3px 3px 3px 5px;
}
#job_postings tr.alternate {
	background-color: #FFF;
}
/*
#job_postings tr:hover {
	background-color: #FFFFCC;
	color:#222;
}
#job_postings thead tr:hover {
	background-color: transparent;
	color: inherit;
}
*/


/* header text */
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #0E4E85;
	background-color: transparent;
	padding-bottom: 5px;
	margin: 0;
}
h1 {  /* blue */
	font-size: 175%;
	font-weight:normal;
}
h2 {
	font-size: 140%;
	font-weight:normal;
	line-height:normal;
	color:#333333;
}
h3 {
	font-size: 120%;
	font-weight:normal;
	color:#093357;
	padding-bottom:8px;
}
 
#left-column-text h3 { 
	font-size: 120%;
	font-weight:normal;
	color: #093357;
}
#links h3 {
	border-bottom:#666666 thin dotted;
}

/* images */
img {
	border:0px;
	margin:0px;
}
.imgleft {
  float: left;
	margin: 8px 8px 8px 0px; /* top right bottom left */
}
.imgright {
  float: right;
	margin: 8px 0px 8px 8px; /* top right bottom left */
}

/* links */
a:link {
	color: #0E4E85;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0E4E85;
}
a:hover {
	text-decoration: underline;
	color: #C72027;
	background-color: transparent;
}
a:active {
	text-decoration: none;
}

/* footer links */
.footer_links {
	font-size: 12px;
	line-height:18px;
	color:#FFFFFF;
	text-align:center;
}
.footer_links a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer_links a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer_links a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
}
.footer_links a:active {
	text-decoration: none;
}

/* vweb link */
.vweb a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.vweb a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.vweb a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: transparent;
}
.vweb a:active {
	text-decoration: none;
}