@import url("defaults.css");

* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
body, html {background-color: #B3A679}
h1 {font-size: large;	color: #006699;}
h2 {color: #003366;	margin-bottom: -1em;}
ul {list-style: none;}
form {padding: 5px; margin-top: 10px; width: 510px; border:#069 dotted 1px;}

#Body {
	width:830px;
	z-index:1;
	margin: auto;
	position: relative;
	top: 15px;
}

#left, #right {width: 20px;}

#left { background-image:url(images/left_doc_edge.png);}
#right { background-image:url(images/right_doc_edge.png)}

#middle {	background-color: white;}

#bottom {width: 100%; height: 41px; background-image:url(images/bottom_doc_edge.png)}

#Subheader {background-color: #069; color: white; width: 100%; height: 42px;}

#Subheader div {padding: 10px 20px;}

#Menu {
	background:#069 url(images/menu_gradient.png) repeat-x bottom;
	width: 187px;
	color: white;
	text-align: center;
	padding: 0 20px;
}

#sectionTitle {font-size: 18px; color: #FEA; padding: 15px; border-bottom: 1px white solid; border-top: 1px white solid; }

#Content {
	/*width: 523px;*/
	background: white url(images/content_top.png) no-repeat top;
	padding: 0 20px;
}

#copyright {
	position: absolute;
	bottom: 25px;
	font-size: 70%;
	color: #069;
	visibility: visible;
}

#Menu ul {border-bottom: 1px white solid; padding-bottom: 15px;}
#Menu li {margin-left: 0; padding-left: 0;}
#Menu a {display: block;}
a .over, a:hover .under {display: none}
a:hover .over, a .under {display: inline}

#icon {
	visibility: visible;
	position: absolute;
	bottom: 35px;
	left: 45px;
}

.lefty {float: right; margin-left: 10px;}

.data {border: 1px solid #069; background: #D9D09D; padding: 2px; margin-bottom: 4px;}
.data td {padding: 2px;}
.data td, .data strong, .data .editable{font-family:Arial, Helvetica, sans-serif; font-size: 12px;}