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

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

h1 {
	font-size: 16px;
	color: #006882;	
	}

h2 {
	font-size: 14px;
	color: #006882;
	}
	
h3 { 
	font-size: 13px;
	color: #404040;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #006882;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #006882;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #52a5b5; 
	}
	
a.white:link {
	font-weight: normal; 
	text-decoration: none; 
	color: #fff;
	} 	
a.white:visited {
	font-weight: normal; 
	text-decoration: none; 
	color: #fff;
	}	
a.white:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #8cc0d9; 
	}
		
.small {
	font-size: 10px;
	}
	
.style1 {color: #ff9000}

.field {
	border: 1px solid #19636e;
	background-color: #fff;
	}
	
.button {
	border: 1px solid #19636e;
	background-color: #19636e;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	}		

#mainText {
	padding: 15px;
	}
	
#sideBox {
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	font-size: 14px;
	color: #fff;
	}

#sideText {
	width: 235px;
	height: 275px;
	padding: 15px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#contactBox {
	width: 225px;
	padding-left: 40px;
	background-color: #eaeaea;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	float: right;
	}
