body {
	background-color: rgb(102,102,153);
	color: rgb(255,255,255);
	font-size: 13;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("http://www.pmh-ok.org/images/toprightfiller.jpg");
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 60;
	margin-left: 35;
	margin-right: 35;
	margin-bottom: 35;
}

table {
	font-size: 13;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:active {color: rgb(255,255,255);}

a:visited {color: rgb(204,204,204);}

a:hover {color: rgb(255,204,101);}

h1 {
	font-size: 20;
	font-weight: bold;
}

h2 {
	font-size: 16;
	font-weight: bold;
}

h3 {
	font-size: 13;
	font-weight: bold;
}

.error {
	color: rgb(255,204,101);
	font-style: italic;
	font-weight: bold;
}

.float_right {
	width: 200px;
	float: right;
	text-align: right;
	font-size: 13;
	font-family: Arial, Helvetica, sans-serif;
}

#NavLink {
	position: absolute;
	color: rgb(0,0,0);
	top: 0px;
	left: 0px;
	width: 120px;
	height: 20px;
	border: none;
	padding: 0px;
	text-align: center;
}

#NavMenu {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 120px;
	border: none;
	background-color: rgb(68,68,102);
	padding: 10px;
	text-align: center;
	visibility: hidden;
}
