﻿/* CSS Document */
body {
	margin: 5;
	background-color: #999999;
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
}
h1 {
	color: #999999;
	font-size: 18pt;
	border-bottom:3px double #000000;
	font-family:Lucida Sans Unicode;
}
h2 {
	font-size: 14pt;
	font-family:Arial;
}
h3 {
	font-size: 12pt;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	width: 80.5;
	float: left;
	position: relative;
	padding: 2px 1px 2px 10px;
	border: 1px solid #000000;

text-decoration: none; /*lets remove the link underlines*/

	font-size: 8pt;	
	text-align: center

}
li ul {
	display: none;
	position: absolute;
	top: 1.15em;
	left: 0;
	margin-top: .5em;
	background-color: #999999;
}
li > ul {
	bottom: auto;
	right: auto;
}
li ul li {
	width: 10em;
	display: block;
	float: none;
	text-align: left;
}
li.over ul {
	display: block;
}
li:hover ul {
	display: block;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
        font-weight:normal;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
        font-weight:normal;
}
#nav a:hover {
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
        font-weight:bold;
}
a:link {
	color: #000000;
	text-decoration: none;
        font-weight:bold;
}
a:hover {
	text-decoration: none;
}
#center {
	text-align: center;
}
#case {
	width: 750px;
	background-color: #999999;
}
#case2 {
	width: 750px;
	text-align: left;
	border: none;
	border-collapse: collapse;
	background-color: #000000;
}
#bar1 {
	width: 59px;
	background-color: #000000;
	vertical-align: top;
}
#bar3 {
	width: 59px;
	background-color: #000000;
	vertical-align: top;
}
#header {
	width: 750px;
	background-color: #000000;
	color: #FFFFFF;
	vertical-align: top;
	padding: 0;
}
#content {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 650px;
	height: 100%;
	vertical-align: top;
	padding: 5px;
	font-size: 10pt;
	padding-bottom: 50px;
}
#sidebar {
	background-color: #F1F1F1;
	background-repeat: no-repeat;
	width: 0px;
	vertical-align: top;
	display: none;
}
#footer1 {
	width: 750px;
	height: 100px;
	background-color: #000000;
	padding: 0;
}
#footer2 {
	width: 750px;
	height: 50px;
	background-color: #000000;
	padding: 0;
}
.style1 {
	text-align: center;
	color: #FFFFFF;
	font-size: xx-small;
}
.style2 {
	text-align: center;
}
</style>
