body {
	background-color: #4B0000;
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

body, th, td, p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000; 
	}

h4 {
	font-size: 18px;
	color: #550000;
	}

h5 {
	font-size: 15px;
	color: #550000;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #550000;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #550000;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #550000; 
	}

#container {

	width: 755px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	background-color: #ffffff;
	}

.heading {
	font-size: 12px;
	font-weight: bold;
	color: #550000;
	}

.mainText {
	margin: 5px; 
	padding: 5px;
	text-align: justify;
	}
	
.imageFloat {	
	float: left;
	padding-right: 15px;
	}	

.insidePageText {
	padding-left: 300px;
	font-size: 12px;
	}
	
.contactButton { 
	color: #fff; 
	font-size: 11px; 
	font-weight: bold; 
	background-color: #550000;
	border: 1px solid #000;
	}

.contactInput { 
	background-color: #fff; 
	border: 1px solid #550000;
	} 
