/*this code created by larry w. alexander*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #7B5801;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}
/*hyperlink styles here*/
a {
		color: #0000CC;
		font:inherit;
}
a:link {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a:visited {
	text-decoration: underline;
	color: #9933CC;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
h1 {
	font-size: 36px;
	color: #000099;
}
h2 {
	font-size: 24px;
	color: #000099;
}
h3 {
	font-size: 18px;
	color: #000099;
}
h4 {
	font-size: 16px;
	color: #000000;
}
h5 {
	font-size: 14px;
	color: #000000;
}
h6 {
	font-size: 12px;
	color: #000000;
}
/*class selector example, a class may be used over and over again wihtout problems*/
.alignanydiv{
	float: inherit;  
	background-color:transparent;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
/*for text links only*/
.navbar {
	background-color: #99DF06;
	background-repeat: repeat;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	position: absolute;
	visibility: inherit;
	z-index: inherit;
	left: 20px;
	top: 161px;
	right: inherit;
	bottom: auto;
	cursor: default;
	width: 300px;
	
}

/*ID selector example here, use once on any page*/
#validator { 
	float: inherit;  
	background-color:transparent;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.cell {
	border:1px;
	border-color: #000000;
	margin-bottom:0;
	text-align:right;
	
}
.footer { 
	font-family:"Times New Roman", Times, serif;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px; 
	background-color:#CCCCCC
 
}
.aligndivright{
	position:relative;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px; 
}
