body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans ", "Microsoft Sans Serif", Tahoma, sans-serif, Arial;
	color: #000000;
	background-color: #999999;
}

a:link, a:visited {
	color: #751717;
	text-decoration: none;
}

a:active, a:hover {
	color: #751717;
	text-decoration: underline;
}

#container {
	margin: 0px;
	margin-right: 15px;
	background-color: #FFFFFF;
}

#header {
	background-color: #751717;
	padding-bottom: 10px;
	padding-top: 5px;
}

#logo {
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	background-color: #751717;
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
}

#logo h1 {
	padding-left: 400px;
	padding-top: 40px;
	color: #FFFFFF;
}

#menu {
	float: left;
	width: 160px;
	height: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 10px;
	margin: 0px;
}
#menu h2 {
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 4px;
}

#menu p { 
	font-size: 12px;
	margin-top: 3px;
}

#content {
	margin-left: 200px;
	padding-left: 15px;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#content h1 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 4px;
}

#content h2 { 
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 4px;
}

#content p { 
	text-align: justify; 
	font-size: 12px;
	margin-top: 3px;
}

#footer {
	clear: both;
	background-color: #751717;
	padding-top: 8px;
}

#footer p {
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	border-top: 1px dotted #FFFFFF;
	padding: 1em;
	margin: 0px;
}

#shaddow_top {
	background-color: #751717;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#frame {
	width: 765px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/right.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#shaddow_bottom {
	clear: both;
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	height: 15px;
	padding: 0px;
	margin: 0px;
}

#validators {
	float: left;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 1em;
	padding-left: 0px;
	padding-right: 0px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	float: left;
	position: relative;
	width: 10em;
}

li ul {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	z-index: 999;
}

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { display: inline; }
