body {
	background-color: #F7F7F7;
	padding: 35px 0px 35px 0px;
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	color: #333333;
}

a {
	color: #B96D00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dt {
	margin-left: 0px;
	margin-bottom: 5px;
}

dd {
	margin-left: 0px;
	margin-bottom: 10px;
}

input[type="text"], input[type="password"] {
	height: 20px;
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
}

select {
	height: 24px;
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
}

textarea {
	font-size: 9pt;
	font-family: "georgia", "times new roman", serif;
}

input[type="submit"], input[type="reset"], input[type="button"], input[type="file"], button {
	height: 24px;	
	background: #E78F08;
	border: solid 1px #BC7306;
	font-weight: bold;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
	vertical-align: middle;
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	cursor: pointer;
}

ul.navigation a {
	color: #333333;
}

ul.navigation li, ul.navigation li ul li{
	background-color: #E78F08;
}

.grid {
	border: 1px solid #cccccc; width: 100%;
}

.grid td, .grid th {
	padding: 7px; border: 1px solid #cccccc;
}

.grid tr.on-mouse {
	background:#DFE7D5; cursor:pointer;
}

#outer {
	z-index: 0;
	position: relative;
	width: 82%;
	border: solid 7px #DADADA;
	background-color: #fff;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: 9.0em;
	background: #2B2B2B url('../images/header.jpg') repeat-x top left;
	margin-bottom: 2px;
}

#headercontent {
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 1.3em 2.0em;
	color: #fff;
}

#headercontent h1 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #fff;
	font-size: 2.5em;
}

#headercontent h1 sup {
	color: #777;
}

#headercontent h2 {
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
	font-weight: normal;
	color: #aaa;
}

#search {
	position: absolute;
	top: 5.5em;
	right: 2.0em;
	padding-right: 0.0em;
	color: #fff;
}

#menu {
	position: relative;
	background: #E78F08;
	height: 38px;
}

#content {
	background: #fff url('../images/border1.gif') repeat-x top left;
	float: left;
	width: 100%;
}

#main-content {
	padding: 2em 2.0em 0em 2.0em;
}

#footer {
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 5.0em;
	background: #fff url('../images/border2.gif') repeat-x 0em 2.5em;
	font-size: 0.8em;
}

#footer .left {
	position: absolute;
	left: 2.0em;
	bottom: 1.2em;
}

#footer .right {
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}
