@charset "ISO-8859-1";
body { background-color: #fcf8dc;  }
h1 { font-size: 2.0em; color: #336600; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; }
h2 { font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 1.5em; color: #CC0000; }
h3 { color: #F30; font-size: 1.0em; text-transform: uppercase; }
a:link { color: #000099; text-decoration:underline; }
strong a:link, a:link strong { color: #336600; text-decoration:underline; }
a:visited {
	color: #006666; text-decoration:underline;
}
a:hover {
	color: #990000;
}
a:active {
	color: #CC0000;
}
table#container td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; }
#container #sidebar { background-image: url(images/vd_side2.gif); background-repeat: no-repeat; }

#sidebar  ul {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999AA;
}
#sidebar a { display: block; padding-top: 4px; padding-right: 6px; padding-bottom: 4px; padding-left: 6px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; }
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	color: #000099;
	background-color: #f5e7ae;}
.img-left {float:left; margin: 0 10px 10px 0;}
.img-right {float:right; margin: 0 0 10px 10px;}
.green {color: #669933;}
.red {color: #990000;}
h3 .lowerCase { text-transform: lowercase; }

