@charset "iso-8859-1";

BODY {
	background-color: #ffebcd;
}

A:hover {
	color: #000000; 
	text-decoration: underline; 
}


.banner {
	text-align: center;
	vertical-align: middle;
	background-color: #4682b4;
	color: White;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;

}

.leftpanel {
	position: static;
	float: left;
}

.logo {
	position: relative;
	top: -10px;
	text-align: center;
}

.cssnav { 
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/button-dn.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 150px;
height: 30px;
margin: 0; 
padding: 0; 
}

.cssnav a {
display: block;
color: #FFFFFF;
font-size: 11px;
width: 150px;
height: 30px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav img {width: 150px; height: 30px; border: 0; }
* html a:hover {visibility:visible; }
.cssnav a:hover img{visibility:hidden}
.cssnav a:hover { color: white; text-decoration: none; }

.cssnav span {
position: absolute;
left: 0px;
top: 5px;
margin: 0px;
padding: 0px;
cursor: pointer;
width: 149px;
height: 15px;
text-align: center;
}


.fineprint {
	font-size: xx-small;
}

.title {
	color: #4682b4;
	font: xx-large Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative; left: 15px;
}

.content {
	vertical-align: top;
	position: relative; left: 30px;
	padding-right: 50px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}


.directions {
	font:;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

.heading
{
	color: #4682b4;
	letter-spacing: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 20px;
	border-bottom: groove;
}

.list-title
{
	color: #4682b4;
	letter-spacing: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 20px;
}
.sidebar{
	background: white;
	position: relative;
	right: -10px;
	padding: 5px;
	float: right;
	text-align: left;
	list-style-type: square;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	border-left: 2px outset White;
	border-bottom: 2px groove #330099;
	border-top: 2px outset White;
	border-right: 2px groove #330099;
	padding-left: 10px;
}

.sidebar a { color: #4682b4; text-decoration: none; }
.sidebar a:hover { color: navy; text-decoration: none; }

.wc3 {
	text-align: right;
	border: none;
}
.wc3 img {
	border: 0;
}

