body {
	background-color:#ccc;
	z-index:0; 
}

#header {
	background:#fff url(/media/images/sar_header.png) 0 0 no-repeat;
	height:150px;
	min-height:150px;
}

#bg {
	background:#fff url(/media/images/content.png) 0 0 repeat-y;
	padding-top:20px;
	padding-bottom:20px;
}

#nav {
	background:#fff url(/media/images/content.png) 0 0 repeat-y;	
}

#sidebar{
	font-size: 12px;
	border: 1px solid gray;
	text-align: center;
}

#sidebar h3{
	padding-top: 5px;
}

#footer {
	background:#ccc url(/media/images/footer.png) 0 0 no-repeat;
	height:30px;
	min-height:30px;
}

#copyright{
	text-align:center;
}

.stripe{
  background-color: #E0E0E0; 
}

.pos{
  color: #0A0;
}

.neg{
  color: #C00;
}

table.tbl_bord {
	border: 1px solid black;
	border-spacing: 2px;	
	border-collapse: collapse;
	background-color: white;
}
table.tbl_bord th {
	border: 1px solid black;
	padding: 3px;	
}

table.tbl_bord td {
	border: 1px solid black;
	padding: 3px;	
}

.no_border a{
	border: 0;
	text-decoration: none;
}

.ans_title{
	font-weight: bold;
	color: #F00;
}

.slideshow {	
	position: relative; 
	z-index: 8;
}

.stripe{
	background-color: #CCC;
}

.tbl{
	border: 1px solid black;	
}

.tbl th{
	border: 1px solid black;	
}

.tbl td{
	border: 1px solid black;	
}

.td_lft{
	text-align: left;
	padding-left: 5px;
}

.td_cen{
	text-align: center;
}

.td_rht{
	text-align: right;
	padding-right: 5px;
}

.bold{
	font-weight: bold;
}

.req{
	color: #F00;
	font-weight: bold;	
}
form{
	width: 780px;
}

hr{
	width: 780px;
	background-color: #BBB;
	height: 2px;
}

ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 870px;
	background: #222;
	font-size: 1.2em;
	background: url(/media/images/sartopnav_bg.gif) repeat-x;	
	z-index: 1;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	position: relative; 
	z-index: 1;
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	z-index: 1;
}
ul.topnav li span { 	
	height: 35px;
	z-index: 1;	
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} 
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
	z-index: 1;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; 
	border-bottom: 1px solid #444; 
	clear: both;
	width: 170px;
	z-index: 1;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(/media/images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	z-index: 1;
}
html ul.topnav li ul.subnav li a:hover { 
	background: #222 url(/media/images/dropdown_linkbg.gif) no-repeat 10px center;
	z-index: 1;
}

.validate_error{
	color: red;
	font-style: italic;
	
}

input.validate_error{
	border: 1px solid red;	
}