/* BASIC HTML */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #201000;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10pt;
	text-align: center; 
	margin: 5px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('images/bulletarrowwhiteonbrown.gif'); 
	font-size: 100%
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #000; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

/* HEADINGS */

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #201000; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold; 
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #201000; 
	text-align: left; 
	font-size: 18px; 
	font-weight: bold; 
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #201000; 
	text-align: left; 
	font-size: 16px; 
	font-weight: bold; 
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #201000; 
}

h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #201000;
}

h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #201000;
}	
	
/* HYPERLINKS */

a:link  {
	color: #5f512e;
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #5f512e;
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #5f512e;
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #5f512e; 
	text-decoration: none; 
	font-weight: bold;
}

a:inactive {
	color: #5f512e;
	text-decoration: none; 
	font-weight: bold;
}

.headright a:link  {
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
}

.headright a:visited {
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
}

.headright a:hover {
	color: #ffffff;
	text-decoration: underline; 
	font-weight: bold;
}

.headright a:active {
	color: #ffffff#
	text-decoration: none; 
	font-weight: bold;
}

.headright a:inactive {
	color: #000#
	text-decoration: none; 
	font-weight: bold;
}

.main a:link  {
	color: #5f512e;
	text-decoration: none; 
	font-weight: bold;
}

.main a:visited {
	color: #5f512e;
	text-decoration: none; 
	font-weight: bold;
}

.main a:hover {
	color: #5f512e;
	text-decoration: underline; 
	font-weight: bold;
}

.main a:active {
	color: #5f512e;
	text-decoration: none; 
	font-weight: bold;
}

.main a:inactive {
	color: #5f512e;
	text-decoration: none; 
	font-weight: bold;
}


.footright a:link  {
	color: #fff;
	text-decoration: none; 
	font-weight: normal;
}

.footright a:visited {
	color: #fff;
	text-decoration: none; 
	font-weight: normal;
}

.footright a:hover {
	color: ##fff; 
	text-decoration: underline; 
	font-weight: normal;
}

.footright a:active {
	color: #fff;
	text-decoration: none; 
	font-weight: normal;
}

.footright a:inactive {
	color: #000;
	text-decoration: none; 
	font-weight: normal;
}


/* CLASSES */

.display {
	width: 750px; 
	background: #fff;
	color: #000; 
	text-align: left;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
	margin: 0 auto;
}

.headleft {
	background: #201000;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold; 	
	padding: 5px 5px 5px 5px;
	width: 130px;
}

.headright {
	background: #201000;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-align: right; 
	font-weight: bold; 	
	padding: 5px 5px 5px 5px;
	width: 620px;
}

.nav {
	background-color: #beaa78;
	color: #201000
	width: 750px; 
	padding: 5px 5px 5px 5px; 
	vertical-align: top; 
	text-align: justify; 
}
.main {
	background-color: #fdfcfb;
	color: #201000
	width: 750px; 
	padding: 5px 5px 5px 5px; 
	vertical-align: top; 
	text-align: justify; 
}

.footleft {
	text-align: center;
	background-color: #201000;
	color: #fff; 
	font-size: 90%; 
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	width: 130px;
}

.footright {
	text-align: center;
	background-color: #201000;
	color: #fff;
	font-size: 90%; 
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	width: 620px;
}