/*HTML styles */

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

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

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 18px ;
	line-height: 20px ;
	letter-spacing: -1px ;
	font-weight: normal ;
	color: #e5e5e5 ;
	margin-top: 0px ;
}

h2 {
	font-size: 14px ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

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

a:link {
	color: #e5e5e5 ;
}

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

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

/*Nav Styles*/

.button, .button_up {
	text-align: center ;
	background-image: url(images/nav_bg.gif) ;
	background-position: center ;
	border-right: 1px solid #0F293A ;
}

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

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #ffffff ;
	text-decoration: none ;
	font-size: 10px ;
	font-family: verdana ;
	font-weight: bold ;

}

a.navLink: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 ;
}

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

/*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;
}


.holder {
	width: 860px ;
	margin: auto ;
}
