@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #3b98cf;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#container {
	overflow: auto;
	width: 980px;
	margin: auto;
	background-color: #FFF;	
}
#container2 {
}
#top {
	width: 980px;
	height: 70px;
	margin: 0;
	padding: 0;
	background-image:url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#FFF;
}
#topMenu {
	text-align: right;
	font-size: 11px;
	width: 970px;
	height: 18px;
	padding-right: 10px;
	background-image:url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: 0px -70px;
	background-color:#F00;
	color:#FFF;
}
#topMenu a {
	color: #FFF;
	font-weight: normal;
}
#midpart {
	width: 980px;
}
#menu {
	float: left;
	width: 311px;
}
#contentWrapper {
	float: right;
	width: 669px;
}
#contentHeader {
	
}
#content {
	margin-left: 60px;
	margin-right: 60px;
}
#logos {
	float: left;
	width: 980px;
	height: 93px;
	margin-top: 8px;
	background-image:url(../images/logos.jpg);
}
#line {
	float: left;
	width: 980px;
	height: 2px;
	margin-top: 8px;
	border-top: solid;
	border-color: #CCC;
	border-width: 1px;	
	padding-bottom: 5px;
}
#bottomMenu {
	float: left;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 90px;
	margin-right: 90px;
	text-align: center;
	font-size: 11px;
}
h1 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	padding-top: 32px;
	padding-left: 50px;
	font-weight: bold;
}
h2 {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	padding-top: 34px;
	padding-right: 60px;
	letter-spacing: 1px;
}
h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 20px;
	color: #2e769e;
}
h4 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 16px;
	color: #3c9acf;
}
h5 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 14px;
	color: #3c9acf;
}
p {
	color: #50aee4;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
li {
	color: #50aee4;
	font-size: 12px;
	line-height: 22px;
	text-align: justify;

}
em {
	font-weight: bold;
	color: #3c9acf;
}
a {
	font-weight: bold;
	color: #3c9acf;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#bottomMenu a {
	font-weight: normal;
	color: #3c9acf;
	text-decoration: none;
}
#bottomMenu a:hover {
	text-decoration: underline;
}
label{
float: left;
width: 165px;
color: #50aee4;
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
}

input {	
width: 150px;
margin-bottom: 1px;
color: #50aee4;
}


textarea{
	color: #50aee4;
width: 250px;
height: 50px;
}

.boxes{
width: 1em;
}
form {
padding-top: 10px;
}
.smallField  {
	text-align: center;
	width: 30px;
}
#submitButton{
margin-left: 165px;
margin-top: 20px;
margin-bottom: 15px;
width: 90px;
}
	