/*HTML styles */

body {
	margin: 15px 0px 0px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	/*background: url(images/page_bg.gif) #0A52A2 ;
	background-position: top ;
	background-repeat: repeat-x ;*/
	background: url(/images/page_bg.jpg) ;
	color: #000000 ;
}

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

table {
	border-collapse: collapse ;
}

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

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

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

h1 {
	font-size: 28px ;
	line-height: 30px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	color: #0A52A2 ;
	font-family: verdana ;
	margin-top: 0px ;
}

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

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

a:link {
	color: #0A52A2 ;
}

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

a:hover {
	color: #073870 ;
	text-decoration: none ;
}

/*Nav Styles*/

.button, .button_up {
	padding: 10px 10px 10px 30px ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	border-bottom: 1px solid #ffffff ;
	font-size: 18px ;
	letter-spacing: -1px ;
	font-weight: normal ;
}

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

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

a.link_nav:hover {
	color: #ffffff ;
	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 {
	padding: 15px ;
	margin-left: 1px ;
}

.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;
}

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

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

.info_bot {
	font-size: 10px ;
	letter-spacing: 1px ;
	padding: 15px 0px ;
	text-align: center ;
	color: #ffffff ;
}

.img_flt {
	float: right ;
	margin: 5px 5px 5px 15px ;
}