body { 
	FONT-FAMILY:  "Trebuchet MS", Trebuchet, Arial,sans-serif;
	font-size: 12px; 
	color: #000000; 
	background-color: #006666;
	margin-top:10px; 
	margin-left:5px;
	margin-right:5px;
  	padding:0px; 
}

p{	
	margin-top:3px;
	margin-bottom: 3px;
	padding:0px;
}
p,li, div,td {  font-size: 12px}

h2 {  font-size: 14px;
	margin-top:3px;
	margin-bottom: 3px;
	padding:0px;


}
h1 {  
	font-size: 16px; 
	margin-top:3px;
	margin-bottom: 3px;
	padding:0px;

}


/* for the text under the logo */

h1.tagline {  
	font-size: 12px; 
	color: #FFFFFF;
}



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

img.pic_border{
	border:2px solid #525E5D;
}

/* for the breadcrumbs nav */
.main_header{
	background-color:#004439;
	font-size:12px;
	color:#ffffff;
	line-height:180%;
	padding-left:5px;
	font-weight:bold;
}
.main_header {  color: #ffffff; }
a.main_header:link { text-decoration: none; color: #ffffff; }
a.main_header:visited { text-decoration: none; color: #ffffff; }
a.main_header:hover { text-decoration: underline; color: #ffcc00; }
a.main_header:active { text-decoration: underline; color: #ffffcc; }

.session_status{
	font-size:12px;
	color:#ffffff;
}
a.session_status:link { text-decoration: none; color: #ffffff; }
a.session_status:visited { text-decoration: none; color: #ffffff; }
a.session_status:hover { text-decoration: underline; color: #ffcc00; }
a.session_status:active { text-decoration: underline; color: #ffffcc; }

.reversed {  color: #ffffff; }
a.reversed:link { text-decoration: none; color: #ffffff; }
a.reversed:visited { text-decoration: none; color: #ffffff; }
a.reversed:hover { text-decoration: underline; color: #A5A50D; }
a.reversed:active { text-decoration: underline; color: #ffffcc; }


.site_enhanced {  
	color: #000000;
	background-color: #ccff99;
	margin-bottom:5px;
	padding:3px; 
}

.site_link {  
	color: #000000;
	margin-bottom:5px;
	padding:3px; 
	font-size:12px;
}






/* for the main content area */
.main_content{
	background-color:#ffffff;
}
/* for inside the main contene area. Because IE is lame and doesn't know how to pad without shifting everything over!! */
.content_panel{
	
}

/* for the side boxes  */
.sidebox{
	margin-bottom:10px;
}
.sidebox_content{
	background-color:#ffffff;
	padding:5px;
	font-size:12px;
}




/* for the navbar at the top of the page */
table.nav{
	border-bottom:solid white 2px;
}

td.nav{
	border-left:2px solid white;
}
td.nav_r{
	border-left:2px solid white;
}


tr#nav a {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 150%;
	text-align: center;
	background:#001E44;

}
tr#nav a:hover  { 
	background: #20AC00; 

}
tr#nav a:visted { background: #20AC00; }
tr#nav a:active { background: #20AC00; }
tr#nav a#notes { background: #20AC00; }


.cat_name{
	font-size: 12px;
	font-weight:bold; 
	border-bottom:1px dotted #cccccc;
	line-height:150%;
	padding-left:3px;
}

.cat_name_old a{ text-decoration: none; color: 000; }
.cat_name_old a:visited { text-decoration: none; color: 000; }
.cat_name_old a:hover { text-decoration: underline; color: 000; }
.cat_name_old a:active { text-decoration: underline; color: 000; }


.cat_desc{
	background-color:#ffffff;
	font-size:12px;
	margin-bottom:15px;
	padding:3px;
}

.text_ret_msg{
	color: #00aa66;
	font-weight:bold;
	font-size:14px;
}
.text_err_msg{
	color: #ff0033;
	font-weight:bold;
	font-size:14px;
}




.header {  
	text-decoration: none;  
	font-weight: normal; 
	color:#000000;
	background-color:#DDF3E7;
	line-height:150%;
	padding-left:3px;
	margin-top:5px;
	margin-bottom:5px;
}
a.header:link { text-decoration: none; color: #333333; }
a.header:visited { text-decoration: none; color: #333333; }
a.header:hover { text-decoration: underline; color: #333300; }
a.header:active { text-decoration: underline; color: #333399; }

.required {text-decoration: none; font-style: bold
; color: #ff0000;  }
a.required:link { text-decoration: none; color: #FFFF00; }
a.required:visited { text-decoration: none; color: #990000; }
a.required:hover { text-decoration: underline; color: #0000ff; }
a.required:active { text-decoration: underline; color: #990000; }


/*captcha css*/
.brownbear  ul{
	list-style: none;
	padding: 10px;
}
.brownbear li{
	list-style: none;
	font-size:300%;
	margin: 0px;
	padding: 0px;
	display:inline;
}