body {
	background-color: #D5D3D3;
	background-image: url(/images/gradient.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 80%;
}
/*This formats all the columns and puts things in the right spot on the page*/
#container {
	position: relative;
	width: 740px;
	margin: 0 auto;
	background-color: white;
	min-height: 425px;
	text-align: center;
}
#header {
	background-color: none;
	height: 160px;
	background: url(/images/head.png) no-repeat;
}
#header img {display: none;}
#pagetitle {display:none;}
#emptyfloater {display:none;}
#titletext {display:none;}
#body {
	background-color: none;
	text-align: left;
	margin-left:182px;
	padding-bottom: 10px;
}
#menu {
	background-color: white;
	width: 182px;
	float: left;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear:both;
	font-size: x-small;
	font-family: sans-serif;
}
/*This formats the navbar*/
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li{
	margin: 0;
	padding: 0;
}
#menu ul li a {
	text-decoration: none;
	display: block;
	padding: 7px 10px;
	margin: 0;
	vertical-align: center;
	color: #000;
	font-family: sans-serif;
	font-weight: bold;
	text-align: right;
}
#menu ul li a:hover {
	background: url(/images/note.gif) #D5D3D3 no-repeat center right;
	padding-right: 34px;
}

/*This formats the main tags*/
h1 {
	color: #999;
	margin: 7px 7px 12px;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 200%;
}
h2 {
	color: #666;
	margin: 7px 7px 12px;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 150%;
	text-align: left;
}
h3 {
	color: #666;
	margin: 3px 7px 7px;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 125%;
	}
h4 {
	color: #000;
	margin: 3px 7px 7px;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 125%;
}
p {
	margin: 7px;
	padding: 0;

}
input {
	background-color: #fff;
	border: 2px solid #ccc;
}
textarea {
	background-color: #fff;
	border: 2px solid #ccc;
}
div.center {
	text-align: center;
}


form.contact {
	text-align: center;
}

img {
	border: 1px solid black;
	margin: 0 0 0 7px;
}
img a{
	border: 1px solid blue;
	margin: 0 0 0 7px;
}
img a:visited{
	border: 1px solid purple;
	margin: 0 0 0 7px;
}

a{
	color: #666;
	text-decoration: underline;
}
a:link{
	color: #666;
	text-decoration: underline;
}
a:visited{
	color: #999;
	text-decoration: underline;
}
a:hover{
	color: #666;
	text-decoration: none;
}
a:active{
	color: #666;
	text-decoration: underline;
}

table{
	width: 400px;
	margin: 7px;
	padding:0;
	border-collapse: collapse;
	border-spacing:0;
}
th {
	text-align: left;
	font-weight: bold;
	color:#666;
	padding-top:5px;
	}
tr {margin:0; padding:0;}
td {
	text-align: left;
	margin:0;
	padding:0;
	padding-right:7px;
	vertical-align: top;
	}
.center{text-align: center;}








