BODY{	background:url('img/bg.jpg');
	color: #000000;
	font-family: 'Times New Roman';
}

A:link {text-decoration: none; BACKGROUND:transparent; COLOR:#0000FF}
A:visited {text-decoration: none; BACKGROUND:transparent; COLOR:#0000FF}
A:hover {text-decoration: underline; BACKGROUND:transparent; COLOR:#0000FF}
A:active {text-decoration: none; BACKGROUND:transparent; COLOR:#0000FF}

LI {
	font-family:'Times New Roman';
	font-size:16px;
	text-align: justify;
	padding-right: 1cm;
}

DIV, P {	
	font-family:'Times New Roman';
	font-size:16px;
	text-align: justify;
	padding-right: 3cm;
}

hr { width: 50%; }

h1 { 	padding-right: 3cm;}

select {width: 250px;}

.centered{text-align: center;}

.justify { text-align: justify}

ol, ul {
margin-left: 8px; 
padding-left: 8px;
}

/*Following code adapted from http://www.projectseven.com/tutorials/css/uberlinks/
Project Seven Development (PVII).
*/

#sub{
width: 200px;
font-weight: bold;
color: #ffffff;
BACKGROUND:transparent;
}

#navlist {
left: 5px;
top: 20px;
width: 200px;
font-weight: bold;
position: fixed;
}

#navlist ul {
margin: 0px; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist li {margin: 1px;}

#sub a, #navlist a {
display: block;
padding: 10px 12px 10px 12px;
background:  url(img/up.jpg) no-repeat 0% 0%;
color: #ffffff;
}

#navlist a:link, #navlist a:visited,
#sub a:link, #sub a:visited{
background:  url(img/up.jpg) no-repeat;
color: #eeeeee;
text-decoration: none;
}

#navlist a:hover, #navlist a:active,
#sub a:hover, #sub a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background:  url(img/down.jpg) no-repeat 0% 50%;
color: #eeeeee;
}

/*Banner 20 Old English*/