/* Generic Styling */

body {
	font-family: Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
	font-size:10px; /* Sets default font size to 10px */
	color:#036;
	background-color: #FFFFFF;
	}
	
.rightimg {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 7px;
	border: 1px solid #DCDCDC;
	padding: 5px;
	margin-bottom: 6px;
}

.leftimg {
	float: left;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 0px;
	border: 1px solid #DCDCDC;
	padding: 5px;
	margin-bottom: 7px;
}

.borderimg {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 2px;
	border: 1pt solid #036;
	margin-bottom: 10px;
}

* {
	margin:0;
	padding:0;
	}
	
p {
	padding:5px 5px 5px 0px;
	text-align:left;
	line-height:1.66em;
	color: #036;
	}

h1 {
	font-size: 19px;
	text-decoration: none;
	color:#036;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
h2 {
	font-size: 15px;
	text-decoration: none;
	color:#036;
	padding-bottom: 4px;
	}
	
h3 {
	font-size: 14px;
	text-decoration: none;
	color:#036;
	}

strong {
	color:#036;
	}
	
b {
	color:#Fc0;
	font-weight:bold;
	text-transform:uppercase;
	}

	
em {
	color:#003366;
	}

a {
	text-decoration:underline;
	color:#003366;
	}
	
a:hover {
	color:#DDEE44;
	text-decoration: underline;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:980px;
	background:#FFFFFF;
	font-size:1.2em;
}

#header {
	height:126px;
	width: 980px;
	background:url(../images/header.jpg) no-repeat;

	}	
		
#menu {
	height:296px;
	width: 980px;
	}
	
#navmenu {
	float: left;
	width: 196px;
	height: 263px;
 }			
		
#content {
	float:left;
	width:600px;
	min-height: 200px;
	padding-left: 30px;
	padding-top: 25px;
	}
	
#full {
	float:left;
	width:920px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
	min-height: 200px;
	}
	
#home-menu {
	float:right;
	width:340px;
	height: 280px;
	margin-top: 20px;
	background:url(../images/home-menu-bg.jpg) no-repeat;
	}
	
#home-menu-txt {
	padding:13px 25px 15px 40px;
	cursor:default;
	}	
	
#footer {
	clear:both;
	height:100px;
	background:url(../images/bg-footer.jpg) no-repeat;
	}

/* Footer */

#footer-valid {
	font-size: 10px;
	padding-top:60px;
	padding-left:20px;
	cursor:default;
	text-align: center;
	}
#footer-valid a {
	color:#036;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ddef45;
	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: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.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;
}

.table {
text-align:left;
margin-right: 60px;
}
