/*HTML styles */

body {
	margin: 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	background: #ffffff ;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #000000 ;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

p, li, div, td {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

#heading1 {
	background: url(/images/h1bg.gif) ;
	background-position: center ;
	padding: 8px 15px ;
	border-bottom: 1px solid #ffffff ;
}

h1 {
	font-size: 22px ;
	line-height: 24px ;
	font-weight: normal ;
	color: #ffffff ;
	margin: 0px ;
	letter-spacing: -2px ;
}

h2 {
	font-size: 18px ;
	line-height: 20px ;
	font-weight: normal ;
	letter-spacing: -1px ;
}

h3, .inline_h {
	font-size: 13px ; 
	font-weight: bold ;
	letter-spacing: -1px ;
}

a:link {
	color: #0E411F ;
}

a:active, a:visited {
	color: #666666 ;
}

a:hover {
	color: #197337 ;
}

/*Nav Styles*/

.button, .button_up {
	background-image: url(images/button_bg.gif) ;
	background-position: center ;
	padding: 8px 12px 8px 16px ;	
	font-size: 13px ;
	font-family: verdana ;
	font-weight: bold ;
	letter-spacing: -1px ;
	border-bottom: 1px solid #ffffff ;
}

.button_up {
	background-image: url(images/button_up.gif) ;
}

a.nav_link:link, a.nav_link:active, a.nav_link:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.nav_link:hover {
	color: #ffff00 ;
	text-decoration: underline ;
}

/*Template Styles*/

#container {
	width: 980px;
	margin: auto;
}

#page_top {
	background-color: #090;
	height: 150px; 
}

#info_bar {
	background-color: #009;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#page_body_div {
}

#page_body_table {
	width: 100%;
}

#nav_cell {
	background-color: #000;
	vertical-align: top;
	width: 250px;
}

#content_cell {
	vertical-align: top;
	background-color: #fff;
}

#content {
	border-top: 1px solid #999999 ;
	padding: 15px ;
}

.foot, a.foot:link, a.foot:visited {
	color: #fff; 
}

/*Misc Standard Styles*/

.required {
	text-align: center;
	color: #900;
}

.even_row, .row_0 {
	background-color: #eee;
}

.odd_row, .row_1 {
	background-color: #fff;
}

.good {
	color: #070;
}

.bad {
	color: #900;
}


.top_button, .top_button_up {
	background-image: none ;
	background-position: center ;
	padding: 10px ;
	text-align: center ;
	border-left: 1px solid #D7D7D7 ;
	border-right: 1px solid #BFBFBF ;
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

.top_button_up {
	background-image: url(images/info_up.gif) ;
}

a.top_link:link, a.top_link:active, a.top_link:visited {
	color: #666666 ;
	text-decoration: none ;
}

a.top_link:hover {
	color: #0E411F ;
	text-decoration: underline ;
}

.box_holder {
	border: 1px solid #15552B ;
	padding: 1px ;
	background: #ffffff ;
	margin-bottom: 10px ;
}

.box_head {
	background: url(images/box_head.gif) ;
	background-position: center ;
	font-family: verdana ;
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #ffffff ;
	border-bottom: 1px solid #ffffff ;
	padding: 5px 10px ;
}

.box_text {
	padding: 10px ;
}

.info_bot {
	padding: 15px 0px ;
	text-align: center ;
	font-size: 10px ;
	color: #666666 ;
}

a.link_bot:link, a.link_bot:active, a.link_bot:visited {
	color: #666666 ;
	text-decoration: none ;
}

a.link_bot:hover {
	text-decoration: underline ;
}

.float {
	float: right ;
	margin: 0px 0px 5px 20px ;
}
.border {
	border: 1px solid #176933 ;
	background: #fff ;
	padding: 1px ;
}