body {
	color: #4D4D4D;
	font-family: 'Trebuchet MS', sans-serif;
	margin: 0 auto;
	width: 95%;
}
h1, h2, h3, h4, h5, h6 {
	color: #2582A4;
	text-transform: capitalize;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:visited {
	color: #2582A4;
}
img {
	border: 0;
	vertical-align: bottom;
}
img.right {
	float: right;
}
p {
	line-height: 1.2em;
}
#header {
	background: #4D4D4D;
	height: 3em;
	position: relative;
	top: -1em;
}
#menu a {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	height: 1.9em;
	padding: 1.1em 1em 0 1em;
	text-decoration: none;
}
#menu a:hover {
	background: #2582A4;
}
#col1 {
	float: left;
	min-width: 10em;
	width: 20%;
}
#col2 {
	float: right;
	width: 78%;
}
#col2 input, #col2 label{
	margin-left: 1em;
}
#footer {
	clear: both;
	font-size: .8em;
	padding-top: 7em;
	text-align: center;
}
/* colors
	white 			#FFFFFF;
	light gray		#A9A9A9;
	blue				#2582A4;
	dark gray		#4D4D4D;
	black				#000000;
*/