/* 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 #F5F5F5;
	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.56em;
	color: #000000;
	}

h1 {
	font-size: 18px;
	text-decoration: none;
	color:#006688;
	text-align:left;
	padding-top: 9px;
	padding-bottom: 13px;
	}
	
h2 {
	font-size: 13px;
	text-decoration: none;
	color:#666666;
	padding-top: 4px;
	padding-bottom: 3px;
	}	


strong {
	color:#993333;
	}
	
em {
	color:#993333;
	}

a {
	text-decoration:underline;
	color:#993333;
	}
	
a:hover {
	color:#990000;
	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:166px;
	width: 980px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}

#middle {
	height:216px;
	background:#FFFFFF;
	width: 980px;
	}
	
#flash {
	width: 762px;
	float: right;
	height: 216px;
	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:100px;
	background:url(images/bg-footer.jpg) no-repeat;
	width: 980px;
	}


/* Footer */

#footer-valid {
	font-size: 9px;
	padding-top:77px;
	text-align: left;
	line-height: 14px;
	color:#FFFFFF;
	margin-left: 42px;
	}

#footer-valid a {
	color:#FFFFFF;
	text-decoration:none;
	}

#footer-valid a:hover {
	color:#FFFFFF;
	text-decoration: UNDERLINE;
	}
	
	

/*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;
}
