body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(../images/bgline.jpg);
	background-repeat:repeat-x;
	margin-top:18px;
	background-color:#E4E4E4;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
.leader {
	font-weight:bold;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
	border-left:#FFFFFF thin solid;
	
	padding:10px;
	vertical-align:top;
/*	background-image:url(../images/bg_logo_faded.jpg); */
	
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.header {
	font-size:20px;
	background-image:url(../images/bg_page_title_fade.jpg);
	background-repeat:no-repeat;
	height:42px;
	padding:3px 0px 0px 5px;;
	
	
}
/************************ HOME page news ************************************/
.newsTitle {
	font-weight:bold;
	font-size:16px;
}
.boxHeaders {
	background-image:url(../images/bg_news_box.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.boxContent {
 	background-image:url(../images/box_bg_fade.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	vertical-align:top;
	padding:5px;
	text-align:left;
}

/* This controls the look and behavior of the HEADER nav buttons and tables */ 

.buttonTable {
	height:22px;
	width:525px;
}
.buttonTd {
	font-weight:bold;
	font-size:12px;
	width:105px;
	height:35px;
}
.buttonLink {
	text-decoration:none;
	color:#000000;
	width:105px;
	height:35px;
	display: block;
}
a:link.buttonLink {
	color: #000000;
	text-decoration:none;
	text-align:center;
	width:105px;
	height:35px;
}
a:visited.buttonLink {
	color: #000000;
	text-decoration:none;
	text-align:center;
	width:105px;
	height:35px;
}
a:active.buttonLink {
	color: #000000;
	text-decoration:none;
	background-image:url(../images/bg_button_hover.jpg);
	width:105px;
	height:35px;
}
a:hover.buttonLink {
	text-decoration:none;
	background-image:url(../images/bg_button_hover.jpg);
	width:105px;
	height:35px;
	
}


/***********************all a: links in site ****************************/
a:link, a:visited, a:active {
	color: #006600;
	font-weight:bold;
}
a:hover {
	color: #000000;
}

/************************controls job links************************************/
td:hover.jobTitleHover {
	background-color:#CCCCCC;
	
}
/* a:link.job {
	display: block;
}*/
/************************Table BUTTONS and LINKS************************************/
/*
.tableButton {
	width:125px;
	height:20px;
	border-bottom:thin #000000 solid;
	background:#5E7B39;
	text-align:center;
}
a:link.tableLink {
	color: #ffffff;
	text-decoration:none;
}
a:visited.tableLink {
	color: #ffffff;
	text-decoration:none;
}
/************************Staff************************************/
table.staff {
	width:720px;
}
td.staff {
	vertical-align:top;
	padding:5px;
	border-bottom:#000000 thin solid;
	width:450px;
}
td.staffBottom {
	border-bottom:none;
}
td.staffLabel {
	vertical-align:top;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	width:125px;
	padding:5px;
}
/************************Canidate************************************/
td.rightColumn {
	width:145px;
	padding:5px;
	vertical-align:top;
}
table.canidate {
	width:720px;
}
td.canidate {
	vertical-align:top;
	padding:5px;
	width:595px;
}
.canidateTitle {
	font-size:18px;
	color:#006600;
	font-weight:bold;
}
/************************Services************************************/
table.services {
	width:700px;
}
td.services {
	vertical-align:top;
	padding:5px;
	border-bottom:#000000 thin solid;
	width:575px;
	text-align:justify;
}
td.servicesBottom {
	border-bottom:none;
}
td.servicesImage {
	vertical-align:top;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	width:134px;
	padding:5px;
}