/* 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:#69c;
	}

* {
	margin:0;
	padding:0;
	}
	
.img {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
	border: none;
}

.img-left {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 15px;
	border: none;
}

img {
	border: none;
}

b {
	color: #69c;
}

.img-right {
	float: right;
	border: solid 1pt #c0c0c0;
	padding: 4pt;
	margin-left: 12px;
	margin-bottom: 12px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-decoration: none;
	color:#336;
	padding-top: 20px;
	padding-bottom: 15px;
	font-style: normal;
	font-weight: bold;
	}
	
p {
	font-size: 12px;
	text-decoration: none;
	color:#336;
	line-height: 19px;
	}
	
ul {
	list-style:square;
	padding-left: 15px;
	margin-top: 0px;
	font-size: 12px;
	text-decoration: none;
	color:#336;
}

li {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 12px;
	text-decoration: none;
	color:#336;
}

hr {
	border-top: 1px dashed #336;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-bottom: 12px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
	

/* Structure */

#wrapper {
	margin:0 auto;
	width:820px;
	background-image: url(images/bg.gif);
	font-size:1.2em;
}

#header {
	height:100px;
	background-image: url(images/header.gif);
	}
	
#menu {
	width:780px;
	height: 32px;
	margin-left: 20px;
	background-image: url(images/menu-back.gif);
} 
	
#middle {
	height:245px;
	}

#content {
	width:710px;
	min-height: 400px;
	padding-right: 48px;
	padding-left: 55px;
	}
	
#footer {
	clear:both;
	height:100px;
	background-image: url(images/footer.gif);
	}
	
#footer p{
	font-size: 9px;
	text-decoration: none;
	color:#336;
	text-align: center;
	}

/*Form*/

label{
float: left;
width: 120px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

input, textarea, select{
	margin-bottom: 0px;
	background-color: #efefef;
	color: #000;
}


textarea{
width: 250px;
height: 100px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 75px;
margin-top: 5px;
width: 90px;
}

.table{
padding-top: 8px;
padding-bottom: 8px;
}

/*Form*/

.label{
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

.input, textarea, select{
	background-color: #efefef;
	color: #000;
}


.textarea{
width: 250px;
height: 100px;
}
