body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	}

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

h1 {
	font-size: 20px;	
	}

h2 {
	font-size: 18px;	
	}

h3 {
	font-size: 16px;	
	}

h4 {
	font-size: 15px;	
	}

h5 {
	font-size: 13px;		
	}

a:link {
	font-weight: normal; 
	text-decoration: none; 
	color: #2789a2;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: none; 
	color: #2789a2;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #87723a; 
	}

a.menu:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2789a2; 	
	}		
a.menu:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2789a2;
	}		
a.menu:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #87723a;
	}

#container {
	width: 584px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	background-image:url(images/cbg.gif);
	}

.footer {
	background-image:url(images/bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
	
.mainText {
	margin: 5px; 
	padding: 5px;
	text-align: justify;
	}
	
.insidePageText {
	padding-left: 300px;
	font-size: 12px;
	}
	
.biggerText {
	font-size: 12px;
	}

.contactButton { 
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight: normal; 
	background-color: #185F8D;
	border: 1px solid #595959;
	}

.contactInput { 
	background-color: #FFFFFF; 
	border: 1px solid #595959;
	} 
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}	
	
.small {
	font-size: 10px;
	}