button, code, h1, h2, h3, h4, h5, h6,
input, pre, select, table, td, textarea, th
{ font-size: 1em; }

blockquote, body, br, button, dd, fieldset, form, h1, h2, h3, h4, h5, h6,
html, label, legend, li, ol, p, pre, table, td, th, ul
{ margin: 0; padding: 0; }

body {
	font-size: 14px;
	line-height: 18px; 
	FONT-FAMILY: Tahoma;
	background-color:#a6a6a6;
}
#wrapper {
	padding: 10px 0px 0px 0px;
	background-position : center 50%;
	background-image : url(images/bg.gif);
	margin : 0 auto;
	background-repeat : repeat-y;
}
#column_full {
	width: 880px; 
	background-color:#FFFFFF; 
	border: #9bcb4a 1px solid; 
	padding: 10px
}
#header {
	border: #9bcb4a 0px solid;
	font-size:14px;
	PADDING: 0 0 0px 0; 
	BACKGROUND: #ffffff; 
	FLOAT: left; 
	MARGIN: 0 0 5px 0; 
	WIDTH: 900px;  /* nav bar width */
	padding-left: 0px; /* nav bar centering */
	height: 157px
}
p { 
	margin: 10px 0px 10px 0px
}
ul {
	margin-left: 20px;
	margin-top: 10px
}
li {
	margin-left: 30px
}
#content {
	background-position : 10% 80%;
	margin : 0 auto 0;
	width : 900px;
	color: #666666;
	background-color: #174ca1;
}
#footer-shadow {
	padding: 0px 0px 0px 0px;
	background-position : center 50%;
	background-image : url(images/footer-s.gif);
	margin : 0 auto;
	background-repeat : no-repeat;
	height : 15px;
}
#header-shadow {
	padding: 0px 0px 0px 0px;
	background-position : center 50%;
	background-image : url(images/header-s.gif);
	margin : 0 auto;
	background-repeat : no-repeat;
	height : 15px;
}
.accent {
	font: italic 14px Georgia, serif; 
	font-weight:bold; 
	color: #FFFF66
}
h1 {
	padding: 0; 
	margin: 20px 0px 20px 0px; 
	font: 28px Georgia, serif;;
	COLOR: #fff;
}
h2 {
	font: 20px Georgia, serif;
	font-weight:bold;
	color: #333;
}
A:link {
color : #f2632d;
text-decoration : none;
border-bottom-style : none;
}
A:visited {
color : #f2632d;
text-decoration : none;
border-bottom-style : none;
}
A:hover {
color : #f2632d;
border-bottom : 1px dotted #f2632d;
text-decoration : none;
}
#footer {
	border-top: #d8d8d8 1px dotted; 
	padding: 10px 0px 0px 0px;
	margin: 0px 8px 0px 8px;
	FONT: normal 11px tahoma, san-serif; 
	COLOR: #d8d8d8;
	text-align:center;
	height: 30px;
}
#footer A {
	COLOR: #517999; 
	TEXT-DECORATION: none
}
/* navigation */
#nav_contain {
	MARGIN: 0px; 
	TEXT-ALIGN: left;
}
#nav_contain A:link {
text-decoration : none;
border-bottom-style : none;
}
#nav_contain A:visited {
text-decoration : none;
border-bottom-style : none;
}
#nav_contain A:hover {
border-bottom : none;
text-decoration : none;
}
#nav {
	border: #9bcb4a 1px solid;
	font-size:14px;
	PADDING: 0; 
	BACKGROUND: #333; 
	FLOAT: left; 
	MARGIN: 0; 
	WIDTH: 893px;  /* nav bar width */
	LINE-HEIGHT: 1; 
	LIST-STYLE-TYPE: none;
	padding-left: 5px; /* nav bar centering */
}
#nav ul {
	PADDING: 0; 
	BACKGROUND: #333333; 
	FLOAT: left; 
	MARGIN: 0; 
	LINE-HEIGHT: 1; 
	LIST-STYLE-TYPE: none
}
#nav a {
	PADDING: 8px; 
	DISPLAY: block; 
	COLOR: #ffffff; 
	TEXT-DECORATION: none
}
#nav li {
	PADDING: 3px 13px 3px 13px;  /* main link text padding */
	FLOAT: left;
	margin: 0;
}
#nav li ul {
	FONT-WEIGHT: normal; 
	LEFT: -999em; 
	MARGIN: 0; 
	WIDTH: 13em; 
	POSITION: absolute; 
	HEIGHT: auto; border: #999 1px solid;
}
#nav li li {
	PADDING: 0; 
	WIDTH: 13em;
}
#nav li ul a {
	WIDTH: 9em
}
#nav li:hover ul {
	LEFT: auto
}
#nav li.sfhover ul {
	LEFT: auto
}
#nav li:hover {
	BACKGROUND: #9bcb4a;
}
#nav li.sfhover {
	BACKGROUND: #9bcb4a;
}
/* end navigation */
/* rounded corners */
/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really needed */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 0em auto; }
/* end rounded corners */
/* forms */
label {  
	margin-left: 12px;  
	display: block;     
	margin-bottom: -0.75em;
} 
input, select, textarea {     
	display: inline;     
	position: relative;     
	left: 20em;     
	top: -.5em; 
}
.form_text {     
	display: inline;     
	position: relative;     
	left: 20em;     
	top: -.5em;
	background-color:#FFFFFF;
	border:thin;
	padding: 1px;
	font-size:14px;
}
#sbutt {
	padding: 1px; 
	border: #333333 1px solid; 
	background: #878787;
	color: #ffffff;
	top: 0.5em;
}
#sbutt_frame {
	padding: 1px; 
	border: #333333 1px solid; 
	background: #878787;
	color: #ffffff;
	top: -2em;
	left: 20em;
}
#message {
	color:#0000FF;
}
/* end forms */
/* underline table */
#underline_table table {
	margin: 0px auto;
	width: 100%;
	padding: 0;
	margin: 0;
}
#underline_table th {
	color: #fff;
	background-color:#333;
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	text-transform:uppercase;
	vertical-align:text-top;
}
#underline_table td {
	border-bottom: #999 1px solid; 
	margin: 0; 
	padding: 2px;
	font-size: 12px;
	vertical-align:top;
}
#underline_table th a:link {
	text-decoration : none;
	border-bottom-style : none;
	color:#FFFFFF;
}
#underline_table th a:visited {
	text-decoration : none;
	border-bottom-style : none;
	color:#FFFFFF;
}
#underline_table th a:hover {
	border-bottom: 1px solid;
	text-decoration : none;
	color:#FFFFFF;
}
/* end underline table */
#dateselect input,  #dateselect select, #dateselect textarea {     
	display: block;     
	position: relative;     
	left: 0em;     
	top: 0em;
}

#dateselect #sbutt {
	font-size:10px;
	padding: 1px; 
	margin-left: 5px;
	margin-bottom: 20px;
	border: #333333 1px solid; 
	background: #878787;
	color: #ffffff;
	font-family: Verdana, Helvetica, Sans-Serif;
}
#report_table th {
	color: #fff;
	background-color:#333333;
	border: #999 1px solid; 
	width: 100%; 
	margin: 1px; 
	padding: 2px; 
	font-size: 12px;
	text-transform:uppercase;
	vertical-align:text-top;
}
#report_table td {
	border: #999 1px solid; 
	width: 100%; 
	margin: 1px; 
	padding: 2px; 
	font-size: 12px;
	vertical-align:text-top;
}
.table_input {     
	display: block;     
	position: relative;     
	left: 0em;     
	top: 0em;
	border: #ccc 1px solid;
	background-color: #FFFF66;
	padding-left: 5px;
	width: 50px
}
/* table */
#table_style1 table {
	border-top: #7a7a7a 1px solid;
	border-right: #7a7a7a 1px solid;
	width: 90%; /* IE6 issue with 100% */
	margin: 0px 100px 0px 10px;
}
#table_style1 tr {
	background-color:#f9f9e8;
}
#table_style1 th {
	background-color:#7a7a7a;
	border-left: #7a7a7a 1px solid;
	border-bottom: #7a7a7a 1px solid;
	color:#fff;
	padding: 1px;
	font-size:12px;
	vertical-align:top
}
#table_style1 td {
	border-left: #7a7a7a 1px solid;
	border-bottom: #7a7a7a 1px solid;
	padding: 2px;
	font-size:12px;
	vertical-align:top
}
#table_style1 th a:link {
	text-decoration: none;
	border-bottom-style: none;
}
#table_style1 th a:visited {
	text-decoration: none;
	border-bottom-style : none;
}
#table_style1 th a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
	margin: 0px auto;
	width: 100%;
	padding: 0;
	margin: 0;
}
/* table  */
.confirm {
 	color: #f2632d; 
 	cursor: pointer;
}