/* CSS Document */

img {
	margin: 0;
	border: 0;
	padding: 0;
}
/*
body {
	margin: 50px 0 0 0;
	padding: 0;
	background: #fff url(../images/Background_tile.gif) repeat;
	color: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
*/

p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

a {
	color: #FFA00E;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}	

h1 {
	margin: 0;
	padding: 0;
	}
	
h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	font-weight: bold;
	line-height: 18px;
	margin: 4px 0 4px 0;
	padding: 0;
	}	

#wrapper {	
	width: 656px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/
  
#header {
	width: 656px;
	height: 106px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

#content {
	
	background: #fff;
	border-left: 5px solid black;
	border-right: 5px solid black;
	}

#nav {
	width: auto;
	height: 36px;
	margin: 0;
	padding: 0;
	background: #9A0000;
	}
	
#subnav {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 8px 0 8px 0;
	text-align: center;
	}

#subnav ul {
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	display: inline;
	list-style-type: none;
	}		

#subnav li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 4px 0 4px;
	display: inline;
	list-style-type: none;
	text-align: center;
	}
	
#subnav li a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	}
	
#subnav li a:hover {
	text-decoration: none;
	color: #FFA00E;
	}

#subnav_divider {
	width: auto;
	height: 11px;
	margin: 8px 0 0 0;
	padding: 0;
	background: url(../images/subnav_line.gif) repeat-x top;
	}
	
#sub_content {
	width: auto;
	height: auto;
	margin: 25px 0 0 0;
	padding: 0;
	}	
	
#sub_content-lt {
	float: left;
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	}
	
#sub_content-rt {
	float: right;
	width: 380px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	}					

.p_indent_1 {
   padding: 0;
    margin: 0 12px 12px 12px;
}

.p_indent_2 {
   padding-left: 24px;
}

.body_copy {
   margin: 0px 12px 12px 12px;
}

.first_p_on_page {
   margin: 12px 12px 12px 12px;
}

.final_p_on_page {
   margin: 0px 0px 12px 0px;
}

