BODY {
	background-image: url("./images/bluebg.jpg");
	background-attachment: fixed;
}

#bodytext {
	width: 363px;
	float: left;
	text-align: justify;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;	
	position: relative;
	left: 10px;
}

/*---------------------------------*/
a {
  color:#4873A0;
}
a:hover {
	color: #660000;
}  
a img {
  border-width:0;
}
/*---------------------------------*/


#contact {
	width: 250px;
	height: 199px;
	background-image: url("./images/contact-us.gif");
	background-repeat: no-repeat;
	overflow: hidden;	
}

#fields {
	position: relative;
	left: 10px;
	top: 50px;
}

.forminput {
	width: 310px;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial;	
}

.form_input {
	width: 158px;
	background-color: #D7D2CA;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial;	
}

.form_inputb {
	width: 220px;
	height: 60px;
	background-color: #D7D2CA;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial;	
}

#flash_header {
	width: 619;
	height: 283px;
	position: relative;
	left: 11px;
	top: 5px;
}

.footer {
	font-size: 10px;
}

.footer a {
	text-decoration: none;
	color: #000000;
}

.footer a:hover {
	text-decoration: underline;
	color: #000000;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

#logo {
	width: 628px;
	height: 137px;
	background-image: url("./images/logo.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px auto 0px auto;
	position: relative;
	top: 10px;
}

#main_body {
	width: 647px;
	margin: auto;
}

#main_body a {
	color: #000000;
	text-decoration: underline;
}

#main_body a:hover {
	color: #2F4C00;
	text-decoration: underline;
}

#nav_links {
	position: relative;
	left: 11px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
}

#nav_links a {
	text-decoration: none;
	color: #000000;
}

#nav_links a:hover {
	text-decoration: underline;
	color: #000000;
}

#nav_links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	marker-offset: 0;
}

#nav_links ul li {
	display: inline;
	padding-right: 15px;
}

#sidebar {
	width: 250px;
	float: right;
}

#smalltable_bottom {
	width: 363px;
	height: 9px;
	background-image: url("./images/white-table-bottom-363.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}

#smalltable_content {
	width: 343px;
	margin: auto;
	text-align: justify;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
}

#smalltable_middle {
	width: 363px;
	background-image: url("./images/white-table-middle-363.gif");	
}

#smalltable_middle ul {
	list-style-type: none;
	display-type: none;
	marker-offset: 0px;
	margin: 0px;
	padding: 0px;
	width: 303px;
	position: relative;
	left: 10px;
}

#smalltable_middle ul li {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

#smalltable_top {
	width: 363px;
	height: 9px;
	background-image: url("./images/white-table-top-363.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}

#white {
	width: 647px;
	margin: auto;
}

#white_bottom {
	width: 647px;
	height: 9px;
	background-image: url("./images/white-table-bottom.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}

#white_content {
	width: 641px;
	margin: auto;
}

#white_middle {
	width: 647px;
	background-image: url("./images/white-table-middle.gif");
}

#white_top {
	width: 647px;
	height: 9px;
	background-image: url("./images/white-table-top.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}

.smallForm {
	padding: 0 0 0 22px;
	}

.smallForm .formInput, .smallForm textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border: 1px solid #666666;
	text-align: left;
	width: 320px;
	height: 20px;
	}

.smallForm textarea {
    height: 80px;
	}

.smallForm p { 
	padding: 0; 
	margin: 0;
	}

.smallForm .formButton  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
	width: 95px;
	background-color:#000000;
	color: #ffffff;
	margin-bottom: 10px;
	}