﻿@charset "utf-8";
.bodystyle {
	margin: auto;
	text-align: center;
	background-image: url('images/mainbg.jpg');
	background-repeat: repeat-x;
	background-color: #333333;
}

#basediv {
	margin: auto;
	width: 755px;
	text-align: left;
	background-color: #F8F8F8;
}

#logotopdiv {
	width: 659px;
	height: 38px;
	background-image: url('images/logotopdivbg.jpg');
	background-repeat: no-repeat;
	float: left;
}

#logomenudiv {
	width: 439px;
	height: 45px;
	float: left;
	background-repeat: no-repeat;
	background-image: url('images/logomenudivbg.jpg');
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#logofinishdiv {
	width: 659px;
	height: 27px;
	background-image: url('images/logofinishdiv.jpg');
	background-repeat: no-repeat;
	float: left;
}

#contentdiv {
	clear: both;
}

td.services {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #304f78;
}

a.topmenu:visited, a.topmenu:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.topmenu:hover, a.topmenu:active {
	color: #FFFFFF;
	text-decoration: underline;	
}

a.bottommenu:visited, a.bottommenu:link {
	color: #996633;
	text-decoration: none;
}

a.bottommenu:hover, a.bottommenu:active {
	color: #996633;
	text-decoration: underline;
}