@charset "UTF-8";
/* CSS Document */

body {
	width: 800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navbar {
	color: #FFFFFF;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
#navbar a:link, #navbar a:visited {
	color: #036;
	padding-left: 10px;
	background-image: none;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	color: #fff;
	background-image: none;
	padding-left: 10px;
	text-decoration: none;
}
a:link, a:visited {
	color: #036;
	background-repeat: repeat-x;
	text-decoration: none;
	background-image: url(../images/dotted_underline.gif);
	background-position: 100% 100%;
}
a:hover, a:active {
	color: #69c;
	background-image: url(../images/dotted_underline.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-family: Garamond, "Times New Roman", Georgia;
	color: #003366;
	display: inline;
	line-height: 20px;
}

#graybar2 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	margin-top: 40px;
	margin-bottom: 20px;
}

#graybar {
	float: left;
	background-color: #c0c0c0;
	text-align: left;
	width: 100%;
	height: 2px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #696969;
}

#sddm
{	
    float: left;
    margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 120px;
	background: #c0c0c0;
	color: #004466;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	color: #000}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #eeeeee}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 8px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #eeeeee;
		color: #000;
		font: 11px arial}

	#sddm div a:hover
	{	background: #004466;
		color: #FFF}
