#header {
	margin: 0;
	padding: 0;
	background: #EBF4DB;
	border-bottom: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000;
}

#header h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	margin-right: 30px;
	color: #37983E;
}

#footer {
	margin: 0;
	padding: 0;
	background: #EBF4DB; 
	text-align: center; 
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000;
}

#menu-global {
	background: #D5DD98;
	border-top: 1px solid #000000;
}

.nav-global { 
	font-size: 150%; 
	font-family: "Trebuchet MS",sans-serif; 
	white-space: nowrap;
	display: inline;
}		

.nav-global li { 
	float:left; 
	list-style-type:none; 
	margin:0; 
	padding:0; }

.nav-global li.selected { 
	background:#99B75F; 
}

.nav-global a { 
	float:left; 
	padding:0.25em 16px 0.25em 16px; 
	color:#000000; 
	text-decoration:none; 
}

.nav-global a:hover { 
	color:#FFFFFF; 
}

#menu-local {
	background:#EBF4DB; 
	border: 1px solid black;
}

.nav-local {
	margin: 0;
	padding: 0;
}

.nav-local li {
	background: #D5DD98;
	font-size: 120%;
	list-style-type:none;
	margin-bottom: 1px;
	padding-left: 10px;
	border-left: 2px solid black;
}

.nav-local li.top {
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-local li.selected { 
	background: #99B75F; 
}	

.nav-local a {
	display:block;
	text-decoration:none;
	color: #000000;
}

.nav-local a:hover {
	color: #FFFFFF;
}

.required {
	font-weight: bold;
	color: #FF0000;
}

.new {
	font-size: 0.5em;
	font-weight: bold;
	color: #FF0000;
}

.request-button {
	font-size: 1em;
	text-align: center;
	text-decoration:none;
	color: #000000;
	background: #FFB03B;
	padding: 2px;
	border: 2px solid #F89604; 
}

.custom-form input[type=text], .custom-form textarea {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	border: 1px solid #CCCCCC;
}	

.custom-form .button {
	float:right;
	margin: 0;
	border: 1px solid #CCCCCC;
}

