﻿/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 5px 0;
}

table {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('images/bullet.gif'); 
	font-size: 100%;
}

hr {
	background-color: #dc7c44; 
	color: #dc7c44; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

/* SETS HEADING PROPERTIES */

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #ec7242; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #dc7c44; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #ec7242; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #f4ab6d; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #f4ab6d; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #ddaf9c; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #f4ab6d; 
	text-decoration: none; 
	font-weight: bold;
}


.navigation a:link  {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:visited {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:hover {
	color: #fff; 
	text-decoration: underline; 
	font-weight: normal;
}

.navigation a:active {
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
}

/* SETS THE CLASS PROPERTIES */

.header H1 {
	font-family: Georgia, Times, serif; 
	color: #b86039; 
	text-align: left; 
	font-size: 26px; 
	font-weight: bold;
	margin: 20px 0 40px 0; 
}

.header H2 {
	font-family: Georgia, Times, serif; 
	color: #fff; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold;
	margin: 10px 0 10px 0; 
}

.header p {
	color: #fff;
	font-size: 125%;
	line-height: 20px;
}


