body, html {
	background-color: #696969;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

div.center {
	margin: 0px auto;
	text-align: left;
	width: 850px;
}

div.centermenu {
	margin: 0px auto;
	text-align: left;
	width: 1015px;
}

div.left {
	clear: left;
	float: left;
	margin-top: 20px;
	margin-left:2px;
	width: 250px;
}

div.main {
	float: left;
	margin-top: 20px;
	width: 596px;
}

div.main a {
	color: #FFCC00;
}

div.main a:hover {
	background-color: #000000;
	border-bottom: medium dashed #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

div.menutop {
	background-image: url(Images/stripetile.gif);
	background-repeat: repeat-x;
	float: left;
	height: 40px;
	margin-left: 40px;
	margin-top: 0px;
	width: 600px;
}

div.menutop a {
	color: #FFCC00;
	display: block;
	float: left;
	font-size: 18px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 40px;
	text-decoration: none;
}

div.menutop a:hover {
	border-bottom: thick dashed #FFFFFF;
	color: #FFFFFF;
}

div.sidebarleft {
	clear: left;
	float: left;
	margin-top: 20px;
	margin-left:2px;
	margin-right: 20px;
	width: 230px;
	background-color: #000000;
	border: thin #FFCC00 solid;
	color: #FFFFFF;
}

div.sidebarleft h1 {
	font-size: medium;
	margin: 10px;
}

div.sidebarleft p {
	font-size: small;
	margin: 10px;
}

h1, h2, h3 {
	color: #FFCC00;
}

h2 {
	border-bottom: medium solid #FFCC00;
	width: 50%;
}

h3 {
	font-style: italic;
	margin-bottom: -15px;
	margin-left: 20px;
}

img.menutop {
	float: left;
	margin-left: 0px;
}

img.topbanner {
	float: left;
	margin-left: 0px;
}

p, table {
	font-size: medium;
	font-weight: normal;
	line-height: 150%;
	margin-left: 20px;
	text-align: left;
}

.error {
	color: #FFCC00;
	font-weight: bold;
}

s, strong {
	font-weight: bold;
}

table {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td {
	font-size: small;
	border: thin solid White;
	background-color: Silver;
	color: black;
	padding: 5px 5px 5px 5px;
}

td.tabletitle {
	margin-bottom: 0px;
	text-align: center;
	color: #FFCC00;
	background-color: black;
	font-weight: bold;
}

td.tablesubtitle {
	font-weight: bold;
}

table.servicestable {
	text-align: center;
}

table.servicestable td {
	border: none;
}

table.jobtable {
	margin-left: 18px;
}

table.jobtable td{
	padding: 0px 0px 0px 0px;
	color: white;
	background-color: #696969;
	border: none;
}