/* CSS Document */

body {
	background-attachment: scroll;
	background-color: 433310;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: 25px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: normal;
	}
	
.topbar {
	position: absolute;
	top: 112px;
	background-color: #000000;
	margin: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 152px;


	}
	
.subtitle {
	position: absolute;
	top: 115px;
	left: 25px;
	}
	
.tablebgrnd {
	background-color: #241C0B;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	top: 260px;
	position: absolute;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	left: 0px;
	width: 100%;
	height: 100%;




	}
	
.textblock {
	width: 900px;
	position: absolute;
	left: 42px;
	top: 158px;
	}
	
.navbar {
	width: 300;
	position: absolute;
	left: 400;
	top: 35;
	height: 65px;



	}
	
a:link    {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a:hover   {
	color:DB9200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.a:link    {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
.a:visited {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
.a:hover   {
	color:DB9200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
