@charset "UTF-8";
body {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 585px;
	margin: auto;
	padding-top: 20px;
}
#base {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;
	height: 584px;
}
#footer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top: 12px;
}
.verticalBar {
	color: #404040;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	outline: none;
	text-decoration: none;
}
a:link {
	color: #EBEBE3;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .3px;
}
a:visited {
	color: #E2E2D6;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .3px;
}
a:hover {
	color: #B85536;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:active {
	color: #999999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
