/* CSS Document */

/* MAIN BODY */

body {
	background-color: #dddddd;
	margin:0px;
}



/* MAIN PAGE ITEMS */

.containermain {
    position:absolute;
	width:100%; 
	height:100%;
	text-align:center;
	top:0px;
	left:0px;
}

.containersub {
	margin:0px auto;
	padding-top: 15px;
	width:900px;
	z-index: 1;
	background-image: url(images/mainbackground.gif);
	background-repeat: repeat-y;
}

.containerwhite {
	width:749px;
	z-index: 1;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 0px auto;
}

.logocontainer {
	background-color: #bbcccd;
	height: 112px;
	width: 732px;
	border: 1px solid #00579C;
	text-align: center;
	z-index:1;
	padding-top: 13px;
	padding-left: 13px;
}

.flashcontainer {
	background-color: #2b7597;
	height: 250px;
	width: 745px;
	border: 1px solid #00579C;
	text-align: left;
	z-index: 1;
	margin-top: 2px;
}

.centerimageholder {
	position: relative;
	z-index: 10;
	height: auto;
	width: 745px;
	margin-top: 2px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #008081;
	background-color: #DDDDDD;
	padding: 5px;
	height: 11px;
	width: 734px;
	margin: 2px;
}
.footer a{
	color: #008081;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover{
	color: #005353;
	font-weight: bold;
}

.footer p { margin-top:0px; }
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #008081;
	background-color: #DDDDDD;
	padding: 5px;
	height: 11px;
	width: 734px;
	margin: 2px;
	text-align: center;
}
.menu a{
	color: #008081;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover{
	color: #005353;
	font-weight: bold;
}

.td1 {
	width: 198px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;

}

.td2 {
	width: 218px;
	height: 31px;
	background-color: #E3E3E3;
	background-image: url(images/barbackground.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.td3 {
	width: 309px;
	height: auto;
	text-align: center;
	color: #000000;
	background-color: #E3E3E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* FORM ITEMS */

.fotmtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E194D;
	text-align: left;
}

.formboxstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #066E6E;
	width: 150px;
	border: 1px solid #004848;
}

.formbuttonstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 150px;
	border: 1px solid #FFFFFF;
	background-color: #1E194D;
	text-align: center;
	font-weight: bold;
}

.iframe {
	height: 400px;
	width: 724px;
}
