body {
	background: url(images/bg.jpg) top repeat-x #b8b8b8;	
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 12px; 
	color: #2F2F30; 
	}

h4 {
	font-size: 16px;
	color: #CD3012;
	}

h5 {
	font-size: 14px;
	color: #CD3012;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #CD3012;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #CD3012;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #96230D; 
	}
	
a.nav:link {
	font-size: 13px;
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	} 	
a.nav:visited {
	font-size: 13px;
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	}	
a.nav:hover {
	font-size: 13px;
	font-weight: bold; 
	text-decoration: none; 
	color: #acacac; 
	}

.small {
	font-size: 10px;
	}
	
.small2 {
	font-size: 11px;
	font-weight: bold;
	}
	

.title {
	font-size: 14px;
	font-weight: bold;
	}

.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}
	
.border {
	border: 1px solid #fff;
	}
	
.white {
	font-size: 13px;
	color: #fff;
	}
	
.white2 {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	}
	
.textPadding {
	padding-left: 15px;
	padding-right: 15px;
	}

#container {

	width: 769px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 12px solid #fff;
	background: url(images/mainbg.jpg) top no-repeat #d4d4d4;
	}
	
#subContainer {

	width: 769px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 12px solid #fff;
	background: url(images/subbg.jpg) bottom no-repeat #d4d4d4;
	}
	
	
#header {
	width: 769px;
	height: 309px;
	text-align: center;
	}
	
.contactButton { 
	color: #ffffff; 
	font-weight: bold;	
	background-color: #CD3012;
	border: 1px solid #fff;
	}

.contactInput { 
	background-color: #fff; 
	border: 1px solid #CD3012;
	} 
