@charset "utf-8";

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #272727;

	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

}

.twoColFixLtHdr #container { 

	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #272727;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.twoColFixLtHdr #header { 

	height: 117px;

	background: url(images/greystrip.jpg);

	background-position:right;

	background-repeat:no-repeat; 

	padding: 0;  /* 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. */

} 

.twoColFixLtHdr #header2 { 

	height: 117px;

	background: url(images/logo2.jpg);

	background-position:center;

	background-repeat:no-repeat; 

	padding: 0;  /* 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. */

}

.twoColFixLtHdr #header img{

	float:left;

}

.twoColFixLtHdr #header p{

	font-size:10px;

	font-style:italic;

	text-align:right;

	color: #C9A330;

	padding-right: 20px;

	padding-top: 10px;

}

.twoColFixLtHdr #sidebar1 {

	float: left; /* 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: #272727; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 15px 10px 15px 10px;

	font-size:12px;

	text-align:center;

	color: #C9A330;

}

.twoColFixLtHdr #sidebar1 ul li {

	text-decoration:none;

	border: 1px;

	border-color:#4C4C4C !important;

	border-bottom: 1px dotted;

	margin: 0;

	padding: 10px 0 10px 0;

	list-style: none;

}

.twoColFixLtHdr #sidebar1 .activepage{

	color: #FFF !important;

	list-style: url(images/Bio%20Bullet.jpg) !important;

	border-bottom: #4C4C4C 1px dotted !important;

}

.twoColFixLtHdr #sidebar1 ul li a:link {

	color: #C9A330;

	text-decoration:none;

}

.twoColFixLtHdr #sidebar1 ul li a:hover {

	color: #FFF !important;

	text-decoration:none;

}

.twoColFixLtHdr #sidebar1 ul li a:visited {

	color: #C9A330;

	text-decoration:none;

}

.twoColFixLtHdr #mainContent { 

	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

.twoColFixLtHdr #picture {

	width:488px;

	height:268px;

	border:#006600 12px solid;

	} 

.twoColFixLtHdr #picture2 {

	width:756px;

	height:420px;

	border:#006600 12px solid;

}

.twoColFixLtHdr #content {

	margin: 12px 0 0 0;

	width: 488px;

	height:auto;

	line-height: 16px;

	font-size:12px;

	font-style:italic;

	background: #4C4C4C;

	background-image:url(images/wmleaf.jpg);

	background-repeat:no-repeat;

	background-position: bottom right;

	color: white;

	text-align:left;

	padding: 12px;

	border: 1px dotted;

}

.twoColFixLtHdr #content2 {

	margin: 12px 0 0 0;

	width: 756px;

	height:auto;

	line-height: 16px;

	font-size:12px;

	font-style:italic;

	background: #4C4C4C;

	background-image:url(images/wmleaf.jpg);

	background-repeat:no-repeat;

	background-position: bottom right;

	color: white;

	text-align:left;

	padding: 12px;

	border: 1px dotted;

}

.twoColFixLtHdr #content h1 {

	line-height: 16px;

	font-size:14px;

	font-style:italic;

	text-align: left;

	}

.twoColFixLtHdr #content img {

	border: 1px solid;

}

.twoColFixLtHdr #footer { 

	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#272727;

}

.twoColFixLtHdr #footer a:link {

	color:white;

	text-decoration:none;

}

.twoColFixLtHdr #footer a:hover {

	color:#C9A330;

	text-decoration:none;

}

.twoColFixLtHdr #footer a:visited {

	color:white;

	text-decoration:none;

}

.twoColFixLtHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divsC9A330 */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	text-align:center;

	font-size:10px;

	color: #FFF;

}

.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;

}

.twoColFixLtHdr #container #mainContent #content h3 {

	color: #F60;

	font-weight: bold;

	font-size: 16px;

}

