/* Generic Styling */

* {
	margin:0;
	padding:0;
	}

body {
	font-family: Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
	font-size:10px; /* Sets default font size to 10px */
	color:#FFFFFF;
	background:url(images/bg-body.jpg) repeat-x top center #006688;
	text-align: left;
	}

.img-right {
	float: right;
	border: solid 1pt #c0c0c0;
	padding: 4pt;
	margin-left: 12px;
	margin-bottom: 12px;
}

.img-left {
	float: left;
	border: solid 1pt #c0c0c0;
	padding: 4pt;
	margin-right: 12px;
	margin-bottom: 25px;
}

.img-partner {
	float: left;
	border: solid 1pt #c0c0c0;
	padding: 4pt;
	margin-right: 12px;
}

.img-noborder {
	float: right;
	border: none;
	padding: 4pt;
	margin-left: 12px;
	margin-bottom: 12px;
}


p {
	padding:0px;
	text-align:justify;
	line-height:1.66em;
	color: #000000;
	}

h1 {
	font-size: 18px;
	text-decoration: none;
	color:#006688;
	text-align:left;
	padding-top: 4px;
	padding-bottom: 13px;
	}
	
h2 {
	font-size: 14px;
	text-decoration: none;
	color:#006688;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: thin solid #999999;
	width: 342px;
	margin-bottom: 10px;
	}	


strong {
	color:#006688;
	}
	
em {
	color:#006688;
	}

a {
	text-decoration:underline;
	color:#006688;
	}
	
a:hover {
	color:#003366;
	text-decoration: none;
	}
	
img a {
border:none;
	}
	
img a:hover {
border:none;
	}
	
ul {
padding-left: 70px;
}

/* Structure */

#wrapper {
	margin:0 auto;
	width:980px;
	font-size:1.2em;
}
	
#header {
	height:154px;
	width: 980px;
	background-color:#FFFFFF;
	}

#middle {
	height:246px;
	background:#FFFFFF;
	width: 980px;
	}
	
#flash {
	width: 654px;
	float: right;
	height: 245px;
	background-color: #ffffff;
	}
	
#hml {
	width: 654px;
	float: right;
	height: 245px;
	}		
	
#single {
	width:896px;
	padding-right: 42px;
	padding-left: 42px;
	padding-top: 27px;
	background:#FFFFFF;
	min-height:300px;
	}
	
#footer {
	height:123px;
	background:url(images/bg-footer.jpg) no-repeat;
	width: 980px;
	}


/* Footer */

#footer-valid {
	font-size: 10px;
	padding-top:60px;
	padding-left:20px;
	text-align: right;
	margin-right: 42px;
	line-height: 14px;
	color:#333333;
	}

#footer-valid a {
	color:#333333;
	text-decoration:none;
	}

#footer-valid a:hover {
	color:#006688;
	text-decoration: none;
	}
	
	

/*Form*/

label{
float: left;
width: 120px;
font-family: Arial, Helvetica, sans-serif;
}

input, textarea{
	width: 246px;
	margin-bottom: 5px;
	background-color: #fff;
	color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.00em;
}

.drop{
	width: 251px;
	margin-bottom: 5px;
	background-color: #fff;
	color: #000;
font-family: Arial, Helvetica, sans-serif;
	}

.checkbox{
width: 30px;
margin-bottom: 5px;
background-color: #fff;
color: #000;
}

textarea{
width: 250px;
height: 150px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.00em;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.00em;
}

br{
clear: left;
}

.td {
padding-right: 55px;
}
