/* BASIC HTML */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #000;
	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/bulletarrowwhiteonred.gif'); 
	font-size: 100%;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

/* HEADINGS */

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #aa1f22; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold; 
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #959595; 
	text-align: left; 
	font-size: 18px; 
	font-weight: bold; 
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #8b171a; 
	text-align: left; 
	font-size: 16px; 
	font-weight: bold; 
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #aa1f22; 
}

h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #aa1f22;
}

h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #aa1f22;
}	
	
/* HYPERLINKS */

a:link  {
	color: #8b171a;
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #8b171a; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #858585; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #8b171a; 
	text-decoration: none; 
	font-weight: bold;
}

a:inactive {
	color: #8b171a; 
	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: #858585;
	text-decoration: underline; 
	font-weight: bold;
}

.headright a:active {
	color: #ffffff#
	text-decoration: none; 
	font-weight: bold;
}

.headright a:inactive {
	color: #ffffff#
	text-decoration: none; 
	font-weight: bold;
}

.mainleft a:link  {
	color: #8b171a;
	text-decoration: none; 
	font-weight: bold;
}

.mainleft a:visited {
	color: #8b171a;
	text-decoration: none; 
	font-weight: bold;
}

.mainleft a:hover {
	color: #858585;
	text-decoration: underline; 
	font-weight: bold;
}

.mainleft a:active {
	color: #8b171a;
	text-decoration: none; 
	font-weight: bold;
}

.mainleft a:inactive {
	color: #8b171a; 
	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: #858585; 
	text-decoration: underline; 
	font-weight: normal;
}

.footright a:active {
	color: #fff;
	text-decoration: none; 
	font-weight: normal;
}

.footright a:inactive {
	color: #fff;
	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: #000000;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold; 	
	padding: 10px 10px;
	width: 250px;
}

.headright {
	background: #000000;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-align: right; 
	font-weight: bold; 	
	padding: 10px 5px;
	width: 500px;
}

.mainleft {
	background-color: #d0d0d0;
	color: 
	width: 250px; 
	padding: 5px 10px; 
	vertical-align: top; 
	font-size: 100%; 
	text-align: left;
}

.mainleft ul li {
	list-style-image: none;
	list-style-type: square;
	font-size: 100%;
}


.mainright {
	width: 550px; 
	padding: 10px 5px 10px 15px; 
	vertical-align: top; 
	text-align: justify; 
}

.footleft {
	text-align: center;
	background-color: #000000;
	color: #fff; 
	font-size: 90%; 
	font-weight: normal; 
}

.footright {
	text-align: center;
	background-color: #000000;
	color: #fff;
	font-size: 90%; 
	font-weight: normal;
	padding: 10px 0;
}

