/* BODY */

body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

/* CONTAINERS */

.pagecontainer {
	width:100%;
	height:auto;
	position:absolute;
	z-index:1;
	text-align:center
}

.maincontainer {
	position:relative;
	margin:0px auto;
	width:1000px;
	height:auto;
	z-index: 1;
	margin:0px auto;
}

/* SEARCH ITEMS */

#searchbox {
	background-color: #22225A;
	height: 25px;
	width: 100%;
	text-align: center;
	line-height: 25px;
	color: #ffffff;
	font-size: 12px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 24px;
}

.searchbtn {
	background-color: #545490;
	width: 75px;
	color: #FFFFFF;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	border-left: 1px solid #A6A6A6;
	font-size: 11px;
	height: 21px;
}

.searchinput {
	font-size: 11px;
	color: #22225A;
	border: 1px solid #333333;
}

.searchselect {
	font-size: 11px;
	color: #22225A;
	width: 75px;
	border: 1px solid #000000;
}

.iframe {
	width: 664px;
	height: 314px
	}


/* MENU ITEMS */

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #475699;
	height: 21px;
	width: 1000px;

}

#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #475699;
	text-decoration: none;
	display: block;
	width: 144px;
	height:21px;
	text-align: center;
	line-height: 21px;
}

#menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C0C7FE;
	background-color: #475699;
	text-decoration: none;
}



/* MAIN PAGE ITEMS */

.randomimagecell {
	background-color: #22225A;
	width: 332px;
}

.content {
	width: 472px;
	padding: 15px;
	text-align: justify;
	vertical-align: top;
	overflow: auto;
	height: 283px;
}

.leftimage {
	background-color: #475699;
	width: 166px;
}

.title {
	float: left;
	margin-right: 14px;
}

.flash {
	height: 103px;
	width: 997px;
}

.testimonials {
	height: 100%;
	width: 200px;
}

.news {
	height: 100%;
	width: 200px;
}


/* FORM ITEMS */

.formboxstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #066E6E;
	width: 100%;
	border: 1px solid #004848;
}

.formbuttonstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0AB8B8;
	width: 100px;
	border: 1px solid #FFFFFF;
	background-color: #004848;
	text-align: center;
}


/* FOOTER ITEMS */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #475699;
	height: 21px;
	width: 1000px;
	text-align: center;
	line-height: 21px;

}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #475699;
	text-decoration: none;

}

#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0C7FE;
	background-color: #475699;
	text-decoration: none;
}


