
/* Add Special Font */
@font-face {
	font-family: "Festus";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/festus.eot"); /* IE */
}

/* Add Special Font */
@font-face {
	font-family: "Festus2";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/festus.ttf"); /* NON IE */
}


html
{
	margin: 0px;
	padding: 0px;
	color: #000000;
 	font-size: 12px;
	font-family: Arial;
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #000000;
 	font-size: 12px;
	font-family: Arial;
	height: 100%;
}

	#container
	{
		margin: auto;
		padding: 0px;
		width: 100%;
		text-align: center;
		color: #000000;
	}
				
		#nav
		{
			margin: 0px;
			padding: 0px;
			width: 100%;
			height: 75px;
			text-align: left;
		}
		
		#body
		{
			margin: auto;
			padding: 0px;
			width: 868px;
			text-align: left;
		}	
		
		#footer
		{
			position: fixed;
			bottom: 0px;
			padding: 4px 0px 0px 0px;
			width: 100%;
			background-color: #000000;
		}

		td
		{
		 	font-size: 12px;
			font-family: Arial;
		}
		
		#fullheight{ height:100% }
		
		a, a:visited
		{
			font-weight: bold;
			text-decoration: none;
			color: #833C23;
			background-color: transparent;
		}
		
		a:hover
		{
			font-weight: bold;
			text-decoration: underline;
			color: #833C23;
			background-color: transparent;
		}
		
		a.nav, a.nav:visited
		{
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF;
			background-color: transparent;
		}
		
		a.nav:hover
		{
			font-weight: bold;
			text-decoration: underline;
			color: #EEEEEE;
			background-color: transparent;
		}
		
		a.footer, a.footer:visited
		{
			font-weight: normal;
			text-decoration: underline;
			font: 100 9pt Arial;
			color: #999999;
			background-color: transparent;
		}
		
		a.footer:hover
		{
			font-weight: normal;
			text-decoration: underline;
			font: 100 9pt Arial;
			color: #CCCCCC;
			background-color: transparent;
		}
				
		p
		{
			margin: 0px;
			text-align: left;
			color: #000000;
			background-color: transparent;
		}
		
		p.center
		{
			margin: 0px;
			text-align: center;
			color: #000000;
			background-color: transparent;
		}
		
		p.right
		{
			margin: 0px;
			text-align: right;
			vertical-align: middle;
			color: #000000;
			background-color: transparent;
		}
		
		p.bold
		{
			margin: 0px;
			text-align: left;
			font-weight: bold;
			color: #000000;
			background-color: transparent;
		}
		
		p.italics
		{
			margin: 0px;
			text-align: left;
			font-style: italic;
			font-weight: normal;
			color: #000000;
			background-color: transparent;
		}
		
		p.redbold
		{
			margin: 0px;
			text-align: left;
			font-weight: bold;
			color: #990000;
			background-color: transparent;
		}
				
		p.white
		{
			margin: 0px;
			text-align: left;
			color: #FFFFFF;
			background-color: transparent;
		}
		
		p.whitebold
		{
			margin: 0px;
			text-align: left;
			font-weight: bold;
			color: #FFFFFF;
			background-color: transparent;
		}
		
		p.greynote
		{
			margin: 0px;
			text-align: left;
			font: 100 9pt Arial;
			font-style: italic;
			color: #333333;
			background-color: transparent;
		}
		
		p.footer
		{
			margin: 0px;
			text-align: left;
			font: 100 9pt Arial;
			color: #999999;
			background-color: transparent;
		}
		
		h1
		{
			margin: 0px;
			color: #660000;
			font-family: "Festus", "Festus2", "Times New Roman";
			font-size: 25px;
			background-color: transparent;
		}
		
		h2
		{
			margin: 0px;
			color: #660000;
			font-family: "Festus", "Festus2", "Times New Roman";
			font-size: 20px;
			background-color: transparent;
		}
		
		h3
		{
			margin: 0px;
			color: #000000;
			font: 100 14px "Times New Roman";
			background-color: transparent;
		}
		
		ul { list-style: disc outside; color: #990000; }
		ul.arrow { list-style: url('images/bullet.gif'); }
		ol { color: #990000; }
		
