body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: white;
	font-size: 90%;
	background-color: black;
	margin:auto;
	text-align: center;
	padding: 0;
}
.sidebar {
	font-size: 0.8em;
}
.nav {
	font-size: 0.8em;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000;
	background-image: url(images/toolbar_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #000000;
	text-decoration: underline;
}

#container {
	margin:auto;
	text-align:center;
	width:670px;
}
#leftcol {
	width: 450px;
	text-align: justify;
	float: left;
}
#rightcol {
	float: right;
	text-align: justify;
	width: 200px;
}
#content {
	margin-top: 10px;
	margin:auto;
}
#footer {
	width: 100%;
	clear: both;
	background-image: url(images/toolbar_bg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	text-align: left;
	font-size: 0.6em;
	height: 30px;
	padding: 5px;
	color: black;
	padding-top: 2px;
}
#logo {
	height: 171px;
	clear: both;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
h1 {
	font-weight: bold;
}
h3 {
	color: #999;
	font-weight: bold;
	margin-bottom: -0.8em;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
.footerText {
	font-size: 0.7em;
	text-align: left;
}
.navText {
	font-weight: bold;
	text-shadow: 2px 2px 4px #000;
}
.navmiddleover {
	background-image: url(images/Middle_Over.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#navbar {
	text-align: center;
	clear: both;
	width: 47em;
	min-width: 670px;
}
