/* Do you know the way? */
*{
	padding: 0;
	margin: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: white;
	background-color: #0055aa;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
	position: relative;
	left: 10px;
	margin-right: 20px;
	top: 10px;
	height: 42px;
	border-bottom: 1px #ffffff solid;
	background-image: url(grad.gif);
	background-repeat: repeat-y; 
}

/* Styles for the main text on the page. */

#main-text {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 200px;
}

/* Styles for the navbar on the left side. */

#left-menu {
	position: absolute;
	left: 10px;
	top: 51px;
	width: 190px;
	padding-top: 1px;
}

#left-menu ul {
	list-style:none;
	text-decoration: none; 
}

#left-menu li {
	list-style:none;
	border-bottom: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	text-align: left;
	line-height: 20px;
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 7px;
	margin-bottom: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#left-menu a:link, #left-menu a:visited {
	text-decoration: none; 
	color: #ffffff;
	display:block;
}

#left-menu li.current {
	list-style:none;
	color: #cc6600;
	text-decoration: none;
	background-color: #000066;
}
#left-menu li.current a, #left-menu li.current a:link, #left-menu li.current a:visited {
	list-style:none;
	color: #cc6600;
}

#left-menu li:hover {
	background-color: #004b97; 
}

#left-menu li a:hover {
	text-decoration: none;
	color: #cc6600;
}

/* Styles for the footer at the bottom of the page */

#footer {
	text-align: center;
	background-color: #0055aa;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: .7em;
	border-top: 1px #ffffff solid;
	margin-left: 10px;
	margin-right: 10px;
}

#footer a:link, #footer a:visited {
	color: #f0f0e1;
}

#footer a:hover {
	color: #f0f0e1;
	text-decoration: underline;
}

