* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
body {
	background-color: #996699;

	}
#MainBodyBackground {
	width: 970px;
	margin: 0px auto;
	padding: 0px;
	background-image: url("images/Background_Contoured.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-color:  #3a2230;
	}
#PageContent {
	width: 700px;
	margin: 0px auto 10px auto;
	padding: 25px 0px 0px 0px;
	border: 0px solid #003399;
	position: relative;
	}
#PageContent P {
	position: relative;
	left: 10px;
	font-size: small;
	font-weight: bold;
	color: #FFCC33;
	margin: 10px 0px;
	padding-right: 10px;
	}
#PageContent Span {
	color:  #FFFF00;
	font-weight: bold;
	}
#PageContent H1 {
	background-image: url(images/H1_Background.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
	height: 26px;
	padding: 4px 250px 4px 10px;
	display: inline;
	text-align: left;
	}
#PageContent A {
	color: #FFFF00;
	text-decoration: none;
	}
#PageContent A:hover {
	text-decoration: underline;
	}
#PageContent H2 {
	font-size: medium;
	font-weight: bold;
	color: #FFFF00;
	}
#PageHeading {
	width: 200px;
	float: left;
	margin: 0px 10px 0px 0px;
	text-align: center;
	}
#PageHeading H1 {
	margin: 0px auto;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	border: none;
	width: 100%;
	color: #FFFFFF;
	background-color: transparent;
	background-image: none;
	}
#PageHeading Img {
	margin: 10px 0px 0px 0px;
	}
#PageHeading Span {
	color: #003399;
	font-size: 24px;
	text-transform: uppercase;
	}
#Testimonials P {
	font-size: medium;
	font-style: italic;
	}
#Testimonials H6 {
	text-align: right;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
	padding-bottom: 20px;
	}
#Contact P {
	font-size: Large;
	font-style: italic;
	}
.ServicesList {
	font-size: small;
	font-weight: bold;
	color: #FF9933;
	margin: 0px 40px;
	list-style-type: none;
	}
.Logo {
	margin: 10px auto 10px auto;
	padding: 0px;
	display: block;
	border: none;
	}
.framed {
	border: 1px solid #660000;
	}
#topmenu {
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	background-image: url(images/Menu_Background.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	position: relative;
	margin: 10px 0px 10px 0px;
}
#topmenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
	border: none;
	}
#topmenu a {
	position: relative;
	top: 4px;
	margin: 0px;
	padding: 2px 6px; 
	color: #CC0000;
	background-color: #FFEE00;
	letter-spacing: 1px;
	text-decoration: none;
	}
#topmenu a:link, #topmenu a:visited {
	color: #0033CC;
	}
#topmenu a:hover {
	background-color: #FF66FF;
	color: #003399;
	text-decoration: none;
	border-bottom: 1px solid #FF66FF;
	}
#bottommenu{
	padding: 3px 0;
	margin-left: 0;
	font: bold 14px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	clear: both;
	border-top: 1px solid #FF6600;
}

#bottommenu li{
	display: inline;
	margin: 0;
}

#bottommenu li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #FFFF00;
}

#bottommenu li a:hover{
	color: #FF66FF;
}
#copyright {
	text-align: center;
	}
#copyright H1 {
	font-size: 12px;
	font-weight: bold;
	color: #FF00CC;
	}
#copyright H2 {
	font-size: 10px;
	font-weight: bold;
	color: #0033FF;
	}
#copyright A {
	font-size: 10px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: none;
	}
#copyright A:hover {
	color: #FF9900;
	}
