/* 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) no-repeat top center #eeeeee;
	background-attachment: fixed;
	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;
}

.news {
	float: right;
	border-right: solid 1pt #999999;
	padding: 2pt;
	margin-right: 12px;
}

.img-noborder {
	float: right;
	border: none;
	padding: 4pt;
	margin-left: 12px;
	margin-bottom: 12px;
}


p {
	padding:0px;
	text-align:left;
	line-height:1.56em;
	color: #000000;
	}

h1 {
	font-size: 18px;
	text-decoration: none;
	color:#0099CC;
	text-align:left;
	padding-top: 17px;
	padding-bottom: 13px;
	font-weight:normal;	
	}
	
h2 {
	font-size: 15px;
	text-decoration: none;
	color:#0099CC;
	padding-bottom: 3px;
	}	


strong {
	color:#FF0000;
	}
	
em {
	color:#006688;
	}

a {
	text-decoration:underline;
	color:#FF0000;
	}
	
a:hover {
	color:#000000;
	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;
	background:#FFFFFF;
	}
	
#header {
	height:242px;
	width: 748px;
	float: right;
	}

#left {
	float:left;
	background:url(images/menu.jpg) no-repeat;
	width: 232px;
	height: 714px;
	}	
	
#single {
	float:right;
	width:690px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 0px;
	background:#FFFFFF;
	min-height:300px;
	}
	
#footer {
	clear:both;
	height:127px;
	background:url(images/footer.gif) no-repeat;
	width: 980px;
	}


/* Footer */

#footer-valid {
	font-size: 10px;
	padding-top:90px;
	padding-left:0px;
	text-align: center;
	margin-right: 0px;
	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: 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;
}

.head{
height: 30px;
background-color: #ff0000;
color: #fff;
text-align: center;
font-weight:bold;
}

.cell{
height: 30px;
color: #000000;
text-align: center;
font-weight:bold;
}

hr {
border: none 0; 
	border-top: 1px dashed #999;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-bottom: 16px;
	margin-top: 16px;

}
