       /* Global white-space reset */

* {
	padding: 0;
	margin: 0;
}

body, h1, h2, h3, h4, h5, h6, p, 
pre, blockquote, label, ul, ol, 
li, dd, dl, fieldset, address, 
legend, td, th, table, code, div { 
	margin: 0;
	padding: 0;
}



/* Core HTML */

body {  
	font: 11px/1.5 Verdana, sans-serif;
	color: rgb(153,122,123);
}

h1 { font: normal 200%/1.5 "Trebuchet MS", "Arial", "sans-serif"; color: #608a3c; }

h2 { font: normal 150%/1.5 "Trebuchet MS", "Arial", "sans-serif"; color: #608a3c; }

h3 { font: normal 120%/1.5 "Trebuchet MS", "Arial", "sans-serif"; color: #666; margin: 4px 0; }

h4 { font: normal 100%/1.5 "Trebuchet MS", "Arial", "sans-serif"; color: #608a3c; }

p { padding: 0.5em 0; line-height: 1.5; }

hr {
	color: #608a3c;
	background-color: #608a3c;
	height: 1px;
	border: none;
	padding: 0px;
}

ul, ol { padding: 0.5em 0 0 2.4em; list-style-position: outside; }
ul ul,ol ol { padding-left: 2em; }

#content li { padding: 0.3em 0 0.3em 0em; }

a { color: #608a3c; font-weight: normal; }
.green { color: #608a3c; }
.small { font-size: 10px; }

th, td { padding: 0.3em 0.5em 0.3em 0; }
table table { margin-bottom: 8px; }

fieldset {
	border: none;
	margin-bottom: 10px;
}

legend {
	font: normal 180%/2.5 "Trebuchet MS", "Arial", "sans-serif";
	color: #608a3c;
	padding: 0;
}

form {
	line-height: 2em;
}

form p { line-height: 1.5em; }

input, 
select, 
textarea { 
	font: 1em/1 Verdana, Helvetica, sans-serif; 
	color: #333; 
	padding: 0.2em; 
	border: 1px solid #96a8ac;
	width: 215px;
}
select { width: 220px; }

option { padding-right: 10px; }

label { padding: 0.5em 0; display: block; clear: left; }



#nav-first,
#nav-second,
h1#first,
#flash_header,
#bottom_nav,
#on_track,
#footer,
#printable,
#response,
#breadcrumb {
	display: none;
}


h1#first { 
	padding-top: 0;
	width: 839px; 
	height: 143px; 
	background: transparent url(../img/head.jpg) 0 0 no-repeat; 
}

#wrap {
	margin: 1em;
	padding-bottom: 1em;
	width: 840px;
	text-align: left;
}

#print {
	margin-bottom: 1em;
	text-align: right;
}
#print img { border: none; }
#heading { clear: left; margin-top: 10px; }

#content { padding-top: 1em; }

/* News and news-archive */

#news_archive h4 {
	margin-bottom: 1em;
}

#news_archive input, #news_archive select {
	border: 1px solid #CCC;
	clear: none;
}

#news_archive label { clear: none; display: inline; }

#news_archive table {
	width: 100%;
}

#news_archive fieldset {
	padding: 0.5em;
	margin-bottom: 1em;
	border: 1px solid #CCC;
}
#news_archive legend { display: none; }

.news_item {
	margin-bottom: 1em;
}

.news_item h3 {
	margin-bottom: 1em;
}

.news_item h4 {
	font-weight: normal;
	font-style: italic;
}

.news_item p { padding-bottom: 0; }
.news_item .top { text-align: right; margin-top: 0 }


/* Forms */

.wrap_form { width:99%; }

legend span {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #000;
}

label .title { width: 10.8em; height: 100%; float: left; margin-right: 1em; }
label .input {	float: left; padding-right: 1em; }
label .alert { margin-top: 0em; }

.checkbox { display: block; margin-bottom: 0.3em; }
.checkbox input { margin-right: 0.5em; }

.date { float: left; margin-right: 1em; }
.date select { width: auto; }

.fixed_width_font { width: 30px; }
.checkbox input, .radio input { width: auto; border: none; }

span.radio { margin-right: 1em; }
span.input { width: 220px; }
.alert { color: #FF0000; }

.forgot-password {
	position : absolute;
	margin-bottom: 10px;
	margin-top: -5px;
}

#content input.button {
	background: #7f8e93 url(../img/inputCornerWhite.gif) bottom right no-repeat;
	border: none;
	color: #FFF;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
fieldset input.button,
.wrap_form input.button {
	margin: 0;
	float: right;
}

.fixed_width_font { font-family: Lucida Console, Courier New, Courier, monospace; font-size:1em; line-height:1.75em; }

input.fixed_width_font { line-height:1em; }


/* Search page */

#search #content h3 { padding-top: 1em; }

.search-keyword { color: #608a3c; font-weight: bold; }

.disabled { color: #999; }