@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/back.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 12px;
	color: #FFFFFF;
	float: left;
}

.indent {

         text-align: justify;
         text-indent: 10px;
         
         
}

.bindent {
         border-style: double; 
         border-width: 2pt;
         border-color: white; 
         text-align: justify;
         text-indent: 10px;
         
         
}


.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	border-top: 0px none;
	border-right: 1px solid #800000;
	border-bottom: 1px solid #800000;
	border-left: 1px solid #800000;
	padding: 0px;
} 
.twoColFixRtHdr #header {
	background: #000000;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 800px;
	border-width: 0;
	
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:  0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	height: auto;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent p.indent {

         text-align: justify;
         text-indent: 10px;
         
         
}




.twoColFixRtHdr #footer {
	font-size: 10px;
        padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	margin: 10px 0px 0px;
	border-top: thin solid #FFFFFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
               
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}





.roundedcornr_box_773878 {
	background: url(roundedcornr_773878_tl.png) no-repeat top left;
}
.roundedcornr_top_773878 {
	background: url(roundedcornr_773878_tr.png) no-repeat top right;
}
.roundedcornr_bottom_773878 {
	background: url(roundedcornr_773878_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_773878 div {
	background: url(roundedcornr_773878_br.png) no-repeat bottom right;
}
.roundedcornr_content_773878 {
	background: url(roundedcornr_773878_r.png) top right repeat-y;
}

.roundedcornr_top_773878 div,.roundedcornr_top_773878,
.roundedcornr_bottom_773878 div, .roundedcornr_bottom_773878 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_773878, .roundedcornr_bottom_773878 {
	margin-top: -19px;
}
.roundedcornr_content_773878 {
	padding: 0 15px;
}




img {
border:none;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}



#button {
	width: 200px;
	border-left: 1px solid #000;
	padding: 0 0 0 0;
	margin-bottom: 1em;
        margin-top: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #333333;
	color: #333;
	}


#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #fff;
		margin: 0;
		}


#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #808080;
		border-right: 10px solid #c0c0c0;
		background-color: #696969;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #c0c0c0;
		border-right: 10px solid #808080;
		background-color: #a9a9a9;
		color: #990000;
		}
.headshot {
	float: left;
}
.heads {
	float: left;
}
