/* CSS Document */

body {
	background: url(images/black-gray.jpg);
	background-repeat: repeat;
	text-align: left;
	margin: 0px;
	padding-bottom: 50px;
	font-family: verdana;
}
#home {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
}
a.black:link {
	text-decoration: none;
	color:#000000;
	height: auto;
	width: 100px;
}

a.black:visited {
	color: #000000;	
}
a.black:hover {
	color: #000000;
		
}
a.white:link {
	text-decoration: none;
	color:#000000;
	height: auto;
	width: 100px;
}

a.white:visited {
	color: #000000;	
}
a.white:hover {
	color: #000000;
	background-color: #F79239;
	
}

a.white:active {
	
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	margin-top: -20px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
}

div#right p {
	margin-top: 0px;
	padding-right: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	margin-top: 0px;
	margin-left: 3px;
	padding: 0px;
}

div#main {
	position: relative;
	width: 700px;
	height: auto;
	top: 25px;
	margin: auto;
	font-size: 9px;
	font-color: white;
	background-color: black;
	border: 1px solid white;
}

div#header {
	top: 0px;
	width: 700px;
	height: 250px;
}

div#bar {
	top: 250px;
	width: 700px;
	height: auto;
	background-color: #000000;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: arial narrow;
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
	margin-bottom: 0px;
}

div#bar h1 {
	text-align: center;
}

div#body {
	height: auto;
	width: 700px;
	background-image: url(images/blulines.jpg);
	background-repeat: repeat;
}

div#left {
	top: 0px;
	left: 0px;
	height: auto;
	width: 450px;
}

div#innerleft {
	margin-top: 15px;
	margin-left: 15px;
	width: 420px;
	height: 800px;
	overflow:scroll;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	border: 1px solid black;
}

div#innerleft img {
	border: none;
	padding-right: 9px;
	padding-top: 5px;
}

div#right {
	position: absolute;
	top: 380px;
	left: 451px;
	width: 255px;
	height: 100%;
}

div#right img {
	border: none;
}

div#link1 {
	height: 26px;
	width: 248px;
	background-image: url(images/linkbutton.jpg);
}

div#right a:link {
	text-decoration: none;
}

div#right p {
	color: #FFFFFF;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 9px;
	margin-bottom: 9px;
}

div#credits {
	position: relative;
	left: 15px;
	margin-bottom: 25px;
	width: 420px;
	height: auto;
}

div#credits p {
	text-align: center;
	color: #FFFFFF;
}

img#logo {
	position: relative;
	padding-bottom: 25px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#main #body #left #innerleft h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
