/* CSS Document */

body {

	background-color:black;

	}

a:link {

	text-decoration:none; 

	border-style:none; 

	color:white;

	}

a:visited {

	text-decoration:none; 

	border-style:none; 

	color:maroon;

	}

a:hover {

	text-decoration:underline; 

	border-style:none;

	}

.bottom {

	text-align:center;
	position:absolute;left:9px; 
	width:844px;
	color:maroon;

	}

.bottom a:visited {

	color:#330000;

	}

.bottom a:link {

	color:maroon;

	}
.bottom a:hover {
	text-decoration:none;
	}


.titleimg {

	vertical-align:top; 

	width:850px; 

	height:224px;

	}

#title {

	font-family:"Times New Roman", Times, serif;

	color:white;

	font-size:22px;

	text-align:center;

	line-height:14px;

	background-color:maroon;

	font-weight:bold;

	}

#title a:hover {

	text-decoration:none;

	}

#title a:link {

	color:white;

	 }

#title a:visited {

    color:white;

	}
	
/* changes the padding for title, pictures*/	
#titlespace td {
	width:3.5px;
	} 
div#navbar2 {

	height: 30px;

	width: 100%;

	border-top: solid black 1px;

	border-bottom: solid black 1px;

	background-color: maroon;

	}

div#navbar2 ul {

	margin: 0px;

	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15pt;

	color: white;

	line-height: 30px;

	white-space: nowrap;

	text-align:center;

	}

div#navbar2 li {

	list-style-type: none;

	display: inline;

	}

div#navbar2 li a {

	text-decoration: none;

	padding: 7px 10px;

	color: white;

	}

div#navbar2 li a:link {

	color: white;

	}

div#navbar2 li a:visited {

	color:white;

	}

div#navbar2 li a:hover {

	color: white;

	background-color: black;

	}
div#bodytext {
	position:absolute;left:101.5px;top:320px; 
	width:640px; 
	}
div#bodytext dl {
	margin-top:50px;
	}
div#bodytext dt {
	font-weight:bold;
	color:#336666;
	font-size:19px;
	margin-top:25px;
	margin-bottom:8px;
	}
div#bodytext dd {
	color:white;
	font-size:18px;
	}
div#bodytext h2 {
	color:white;
	text-align:center;
	}
#bodytext a:link {
	color:#336666;
	text-decoration:none;
	border-style:none;
	}
#bodytext a:visited {
	color:#336666;
	text-decoration:none;
	border-style:none;
	}
#bodytext a:hover {
	color:#336666;
	text-decoration:underline;
	}


