body {

	background-color: #FFFFB0;

	font-family: Arial, Helvetica, sans-serif;

	margin: 5px;

	padding: 5px;

	font-size: 10px;

	font-weight: normal;

}

.contact {

	font-size: x-small;

	color: #000000;

}



h1 {

	font-size: xx-large;

	font-weight: bold;

	color: #0000FF;

	text-align: center;

	vertical-align: middle;

	float: none;

	top: auto;

}

p {

	font-size: small;

	font-weight: normal;

}

h2 {

	font-size: x-large;

	font-weight: normal;

	color: #0000FF;

	text-align: center;

}

h3 {

	font-size: large;

	font-weight: normal;

	margin-bottom: 0px;

	padding-bottom: 0px;

	color: #0000FF;

}

th h3 {

	color: #FFFFFF;

	background-color: #FF9900;

	display: block;

}



.nav a{

	font-size: small;

	font-weight: normal;

	text-decoration: none;

	margin: 2px;

	padding: 2px;

	border: thin none #000000;

	display: block;

	color: #000000;

	list-style-type: disc;

	list-style-image: url(../images/bullet.gif);

}

.nav a.purple, .purple {

	color: #660099;

}

.nav a.pink, .pink {

	color: #FF00FF;

}

.nav a.green, .green {

	color: #006600;

}

.nav a.red, .red {

	color: #FF0000;

}



.nav a:hover {

	color: #000000;

	text-decoration: underline;

}



li {

	font-size: medium;

	list-style-position: outside;

	list-style-image: url(../images/bullet.gif);

	list-style-type: circle;

}

.small {

	font-size: small;

}

#Header {

	position: absolute;

	height: 78px;

	width: 655px;

	left: 196px;

	top: 39px;

}


