/* Layout Elements */
#wrapper {
	width: 720px;
	margin: auto;
	border: 1px solid black;
	background-color: #444;
	background: url("../images/brushed_metal_0001.jpg");
}
#header {
	height: 157px;
	background: url("../images/header1.gif") no-repeat;
}
#header_title {
	padding-right: 10px;
	position: relative;
	top: 7px;
	text-align: right;
}
#header_animation {
	position: relative;
	width: 720px;
	height: 128px;
}
#menu {
	top: 157px;
	float: left;
	padding: 10px 0 0 10px;
	width: 170px;
	text-align: left;
}
#content {
	margin: 20px 0;
	top: 157px;
	float: right;
	padding: 20px;
	width: 500px;
	background-color: #FFF;
}
#footer {
	height: 23px;
	background: url("../images/footer.gif") no-repeat;
}
#footer_copyright {
	position: relative;
	top: 3px;
	text-align: center;
}

/* Formatting */
body, h1, h2, h3, h4, p, ul, ol, li, a, span, th, td, input, select, textarea {
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, sans-serif;
}
body {
	color: #000;
	background-color: #EEE;
}
p, input, textarea, ul, ol, li {
	color: #000;
	font-size: 12px;
	line-height: 140%; 
}
#menu a {
	color: #F0B400;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
}
#menu a.selected {
	color: #FCE318;
}
#menu a:hover {
	color: #FCE318;
}
#header_title {
	color: #FCE318;
	font-size: 17px;
	font-weight: bold;
}
#content h1 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 4px 0;
}
#content h2 {
	color: #F0B400;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin:  18px 0 2px -5px;
}
#content h3 {
	color: #0161AA;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 1px 0;
}
#content a {
	color: #F0B400;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #FCE318;
}
#footer_copyright {
	color: #FFF;
	font-size: 13px;
}
#footer_copyright a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#footer_copyright a:hover, #footer_copyright a:active {
	color: #FF0;
}

/* Form Handling */
#mainForm {
	font-size: 11px;
	width: 500px; 
}

#mainForm fieldset {
	border: 1px solid #000;
	padding: 10px;
	margin: 0;
}

#mainForm label { 
	display: block;
	float: left; 
	font-weight: bold;
	width: 170px; 
	padding: 0; 
	margin: 8px 0 0;
	text-align: right; 
}

#mainForm legend {
	font-size: 12px;
	font-weight: bold;
	color: #F0B400;
}

#mainForm input, #mainForm textarea, #mainForm select {
	color: #036;
	font-size: 11px;
	line-height: 140%; 
	width: 280px;
	margin: 5px 0 0 10px;
}

#mainForm small {
	display: block;
	color: #333;
	margin: 0 0 5px 185px;
	padding: 1px 3px;
	font-size: 88%;
	text-align: left;
}

#mainForm br {
	clear:left;
}

#mainForm input.button {
	width: auto;
}

/* Miscellaneous */
.imgRight {
	float: right;
	margin: 5px 0 5px 10px;
}
.imgLeft {
	float: left;
	margin: 5px 10px 5px 0;
}


/* Media Differences */
.printOnly {
	color: black;
	font-size: 10px;
	line-height: 12px;
	padding: 0;
	display: none;
}
@media print {
	body { 	background-color: #FFF; }
}