body{
	margin: 0 auto;
	padding: 0;
	font-family: Trebuchet, Georgia, Arial, sans-serif;
	font-size: 12pt;
	width: 640px;
}

img{
	border: 0;
}
.clear {
	clear: both;
	}
div#header{
	width: 640px;
	
}

div#content{
	float: left;	
	margin: 10px 20px 20px 0;
}

div#content p{
	margin: 10px 0;
	text-indent: 1em;
}
div#content h1{
	font-size: 140%;
	margin: 2px;
	}

div#content h1 a{
	color: black;
}

div#content h1 a:hover{
	background-color: #CFCFCF;
}

div#content h2{
	font-size: 120%;
	border-bottom: 2px solid #000;
	}

div#content h3{
	font-size: 70%;
	
	}
	
div#content p{
	margin: 5px 0 5px 10px;
	}

div#content img.floatright{
	float: right;
	}

div#content h3.contactboard{
	clear: both;
	padding-top: 20px;
}

div#content form label,input,select,textarea{
	float: left;
	margin: 3px 3px;
	}

div#content form label{
	width: 125px;
	border: none;
	background-color: white;
		}

div#content form input,select,textarea{
	background-color: #cfcfcf;
	border: 1px solid black;
	font-weight: bold;
	width: 150px;
}

div#header ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#header li{
	padding: 0 ;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin: 0;
	display: block;
	float: left;
}

div#header li a{
	text-decoration: none;
	width: 100%;
	padding: 0 5px;
}

div#header li a:hover{
	background: #ccc;
}

div#nav{
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	float: right;
	}


div#features{
	padding: 10px 0 0 0;
	clear: both;
}

div.feature{
	float: left;
	border: 2px solid black;
	padding: 5px;
	height: 150px;
	width: 175px;
	margin: 0 5px;
}

div.feature h1{
	font-size: 10pt;
	font-weight: bold;
}

div.feature h2{
	position: relative;
	margin-bottom: 5px;
	text-align: right;
	font-size: 8pt;
	
}

div.feature h2 a{
	color: #000;
	font-weight: normal;
	padding: 4px;
	}
	
div.feature h2 a:hover{
	background-color: #CFCFCF;
	
}


div.feature ul{
	font-weight: bold;
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 8pt;
	}
	
div.feature ul li a{
	color: black;
		text-decoration: none;
}

div.feature ul li a:hover{
	background-color: #cfcfcf;
}

div.feature p{
	margin: 25px 0 0 0;	
	font-size: 8pt;
	padding: 0;
	}
	
div#footer{
	clear: both;
	padding-top: 40px;
	font-size: 80%;
	color: #a1a1a1;
	text-align: center;
	width: 640px;
	margin: auto;
	
	}
div#footer form{
	width: 450px;
	margin: auto;
}
div#footer form label,button{
	float: left;

	}

div#warning{
	width: 500px;
	border: 1px solid black;
}

div#warning h1{
	background-color: red;
	color: white;
	padding:  2px;
	font-size: 14px;
	margin: 0;
}
