body{	
	background-color: #757575;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	margin:0;
}
div#bodyline{
	background-color: #000000;
	margin: 0 auto;
	width: 800px;
}
div#nav{
	padding-top:25px;
}
div.spacer{
	height: 100px;
}
#footer{
	font-size: x-small;
	width:800px;
	margin:0 auto;
	color:#191919;
	/*text-align:center;*/
}
h1{
	color: #FFCC00;
	font-size: medium;
	text-align: left;
}
h2{
	color: #FFCC00;
	font-size: small;
	text-align: left;
}
p{
	text-align: left;
}
.name{
	color: #1678B5;
}
ul#emplist{
	color: #FFCC00;
	list-style: none;
	line-height: 1.5em;
	text-align:left;
}
ul#questions{
	color: #FFCC00;
	list-style: circle;
	line-height: 1.5em;
	text-align:left;
}
div#contactForm{
	padding: 0 200px;
	width: 400px;
}
.label{
	text-align:left;
}
.button{
	border:1px solid #FFCC00;
	color:#FFCC00;
	background:#000000;
}
.input-width{
	width:143px;
}
select{
	width:147px;
	background-color:#C1C1C1;
}
input, textarea{
	background-color:#C1C1C1;
}