	/* CSS global reset for all browsers */ 
	* {
		padding: 0;
		margin: 0;
	}


	/******* main *******/

	body, p {
		color:#000000 ;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 9pt ;
		font-weight:normal;
		line-height: 18px;
	}

	body {
		margin: 0;
		padding: 0;
 		background: #FFFFFF;
		border-top: 10px solid #444444;
	}




	h1 {
		padding: 5px 0px 7px 8px;
		margin: 12px 0 0 0;
		font-size:11pt ; 
		font-weight: bold;
		text-align: left;
		color: #ED9500;
		background: url(../images/body/bg_h1.gif) no-repeat;
	}
	h2 {
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0;
		font-size: 9pt;
		color: #ED9500;
	}
	h3 {
		padding-top: 15px;
		padding-bottom: 10px;
	}


	.spacer {

		clear: both;

	}
	.spacer_small {

		clear: both;
		height: 8px;
		overflow:hidden;

	}
	.spacer_1px {
		clear: both;
		height: 1px;
		overflow:hidden;
	}

	a, a:visited, a:active {
		color:#1C7DB0 ; 
		font-weight:normal; 
		text-decoration: underline;
	}



	a:hover {
		color:#189AD8 ; 
		text-decoration: underline;
	}

	.hide {
    		margin: 0; 
		padding: 0;
    		visibility: hidden;
		display: none;
	}

	.outerblock {
		width: 100%;
		overflow:hidden;
		display: block;
		clear: both;
	}

	.importanttext {
		color: #DA2B92;
		font-size: 8pt;
		line-height: 13px;
	}

	.boldpink {
		color: #DA2B92;
		font-weight: bold;
	}


	/*** see http://www.positioniseverything.net/easyclearing.html
   	for explanation of Tony Aslett's elegant hack ***/

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {
		/* display: inline-block; */
	}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */



	/******* form elements *******/
	form {
		margin:0;
	}

	input, textarea, .bginput, option, select {  
		font-family: Verdana, Arial; 
		font-size: 8pt;
		color : #000000;
		font-style: normal;
		vertical-align: text-bottom;
	}

	input, textarea {

	}

	.button { 
		font-weight: bold;
		padding: 0px 2px;
		font-size: 7.5pt;
	}


	

	/******* divs *******/

	#container { 
 		margin: 0 auto;
 		text-align: left;
 		width: 766px;
	}


	#top_border {
		background: url(../images/body/top_border_bg.gif) repeat-x;
	}
	
	#top { 		
		margin: 0 auto;
		width: 766px;
		height: 117px;
	}
	
	#top #logo {
		background: url(../images/body/logo.gif) no-repeat center left;
		height: 100%;
		float: left;
		width: 480px;
	}
	#homemap {
		background: url(../images/body/top_map.jpg) no-repeat center right;
		height: 117px;
		text-align: right;
		float: right;
		width: 230px;
	}

	#homemap a.home, #homemap a.home:visited, #homemap a.home:active {
		text-decoration: none;
		display: block;
		border: 1px solid #CBCBCB;
		background: url(../images/body/icon_home.jpg) no-repeat;
		width: 46px;
		height: 32px;
		float: right;
		margin-top: 5px;
	}

	#topnav_bg {
		height: 35px;
		background-color: #B5000A;
	}
	
	#topnav {
		margin: 0 auto;
		width: 766px;
		background: url(../images/body/bg_nav.jpg) no-repeat;
		height: 100%;
	}

	#topnav a, #topnav a:visited, #topnav a:active {
		text-decoration: none;
		font-weight: bold;
		color: #FFFFFF;
		font-family: Arial, verdana;
		font-size: 8pt;
		display: block;
		float: left;
		height: 23px;
		padding: 10px 20px 0px 20px;
		text-transform: uppercase;
		background: url(../images/body/nav_separator.gif) no-repeat 0px 14px;
	}
	
	#topnav a.nosep, #topnav a.nosep:visited, #topnav a.nosep:active {
		background: none;
	}	

	#topnav a:hover {
		color: #BB0105;
	}

	#topnav a.sel, #topnav a.sel:visited, #topnav a.sel:active {
		background-color: #636363;
		color: #FFFFFF;
	}

	#middlebanner {
		background-color: #D8D8D8;
		text-align: center;
		height: 290px;
	}
	#middlebanner #banner-content {
	 	margin: 0 auto;
 		width: 764px;
		border: 1px solid #000;
	}


	#footer {
		margin-top: 14px;
		font-size: 8pt;
		border-top: 1px dashed #AAA;
		padding-top: 6px;
		padding-bottom: 10px;
		text-align: center;
		color: #8F8989;
	}
	#footer a, #footer a:visited{
		color: #8F8989;
	}
	
/* Begin CSS Drop Down Menu */


#menuh-container
	{	
		height: 35px;
		background-color: #B5000A;
		
	}

#menuh
	{
		margin: 0 auto;
		width: 766px;
		background: url(../images/body/bg_nav.jpg) no-repeat;
		height: 100%;
	}
		
#menuh a
	{
	display:block;
	white-space:nowrap;
	margin:0;
	
	font-family: Arial, verdana;	
	height: 23px;
	padding: 10px 20px 0px 20px;
	text-transform: uppercase;
	background: url(../images/body/nav_separator.gif) no-repeat 0px 14px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;	
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
		color: #BB0105;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
		background: none;
	}
#menuh a.sel, #menuh a.sel:visited
	{
		color: #75050B;
	}
	/* not used in this site  - attaches side-arrow to all parents 
#menuh a.parent, #menuh a.parent:hover 	
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	*/

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;

	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:0;
	background: #B5000A;
	border: 1px solid #000;
	margin: 0 0 0 9px;
	}
	
#menuh ul ul a
	{
	height: auto;
	padding: 2px;
	background: none;
	}
#menuh ul ul a:hover
	{
	color: #888;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
	
	
	
	
	
	
	
	#main {
		float: right;
		width: 570px;
	}
	
	#container ul {
		list-style-type: disc;
    	padding-left: 2em;
		padding-top: 10px;
    	margin-left:0;
	}

	#container ol {
    		padding-left: 3em;
		padding-top: 5px;
    		margin-left:0;
	}
	
	#container ul ul {
		list-style-type: circle;
		padding-bottom: 6px;
	}
	#container li {
		padding-bottom: 3px;
	}

	#main img {
		border: 1px solid #000;
	}



	#leftmenu {
		margin-top: 15px;
		float: left;
		width: 170px;
		background: #F9F9F8 url(../images/body/bg_subnav.gif) repeat-y;
	}
	#leftmenu #leftmenu_top, #leftmenu #leftmenu_bottom {
		width: 100%;
		background: url(../images/body/bg_subnav_top.gif) no-repeat;
		height: 35px;
		overflow: hidden;
	}
	#leftmenu #leftmenu_bottom {
		background: url(../images/body/bg_subnav_bottom.gif) no-repeat bottom left;
		
	}
	
	#leftmenu a, #leftmenu a:visited, #leftmenu a:active {
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
		color: #636161;
		font-size: 8pt;
		display: block;
		padding: 7px 28px 8px 5px;
		text-align: right;
		font-family: Arial;
		line-height: 14px;
	}
	#leftmenu a:hover {
		color: #000000;
	}
	#leftmenu a.sel, #leftmenu a.sel:visited, #leftmenu a.sel:active {
		color: #BB0105;
		background: url(../images/body/subnav_arrow.gif) no-repeat 153px 10px;
	}



	/******* general *******/
	img.image_floatright {
		float: right;
		margin-left: 10px;
		border: 1px solid #000;
	}
	img.noborder {
		border: none;
	}
	img.addmargintop {
		margin-top: 15px;
	}
	img.addmarginbottom {
		margin-bottom: 20px;
	}
	
	
	
	.compact_text {
		line-height: 15px;
	}
	.small_text {
		font-size: 8pt;
	}
	.center_img {
		text-align: center;
		font-size: 8pt;
	}
	.center_img img {
		border: 1px solid #555;
	}
	.backtotop {
		text-align: right;
		background-color: #EEE;
		padding: 0px 10px;
	}
	
	/******* database *******/

	.error {
		padding: 15px;
		background: #F9DAEC;
		margin-bottom: 5px;
		color: #FF0000;
		font-size: 8pt;
		font-weight: bold;
	}
	#main .error ul {
		padding-top:2px;
	}
	.success {
		padding: 15px;
		background: #E7E7E7;
		font-size: 13pt;
		margin-bottom: 5px;
	}
	.success_small {
		padding:5px 0px;
		color: #00AA00;
		font-size: 11pt;
		font-weight: bold;
	}

	
	