body  {
	font: 100% Trebuchet MS;
	background: #fff;
	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: #361D02;
	border:0px;
}
a,  a:link, a:visited, a:hover, a:active, a:focus{
	border:0px;
	text-decoration: none;
	}
.twoColHybLt #photo a,  a:link, a:visited, a:hover, a:active, a:focus{
	border:0px;
	text-decoration: none;
	}
.twoColHybLt #container { 
	width: 810px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-decoration:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColHybLt #sidebar1 {
	text-decoration:none;
	float: left;
	height:550px;
	width: 300px; /* since this element is floated, a width must be given */
	margin:0 auto;
	padding: 15px 0px 0 5px; /* top and bottom padding create visual space within this div  */
	border: 0px;
}

.twoColHybLt #sidebar1 h1{
	font-size: 36px;
	text-decoration:none;
	font-family: Trebuchet MS;
	padding-left:20px;
	font-weight: bold;
	color: #330000;
	text-align: left;
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	
}
.twoColHybLt #sidebar1 h3, .twoColHybLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColHybLt #navbar {
	text-align:left;
	margin:0;
	padding:0;
	width:225px;
	float:left;

}
.twoColHybLt #navlinks li.subMenu a{
	
	color: #9f9076;
	}
.twoColHybLt #navlinks li.subMenu a:hover{
	
	color: #FF9900;
	}
.twoColHybLt #navlinks {
	margin:0px auto;
	padding:0px 0px 0px 20px;
	float:left;
	width: 100%;
	
}
.twoColHybLt #navlinks li{
	
	padding:0px 0px 0px 0px;
	text-align:left;
	color: #AF8E5F;
	font-size: 14px;
	font-weight:bold;
	list-style-type: none;
	text-decoration:none;
	
}

.twoColHybLt #navlinks #first {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	color: #330000;
	font-size: 14px;
	font-weight:bold;
	list-style-type: none;
	text-decoration:none;
	border-style: none;
	
}
/*.twoColFixLtHdr #navlinks {
	padding-bottom:8px;
}*/
.twoColHybLt #navlinks a {
	color:#330000;
	text-decoration:none;
}
.twoColHybLt #navlinks a:hover{
	color:#FF9900;
	backgroundcolor:#f8be80;
	list-style-type: none;
	text-decoration:none;
	}
.twoColHybLt #photo img{
	border:0px;
}

.twoColHybLt #photo a img{
	border:0px;
}

.twoColHybLt #photo a{
	text-decoration:none;
	border-style: none;
	border:0px;
	}
.twoColHybLt #photo {
float:left;
text-align:left;
margin:-55px auto;
padding:0px 0 0px 15px;
margin-left:0px;
margin-bottom:50px;
list-style-type: none;
text-decoration:none;
border:0px;
}		
#skyhook {
	text-align:left;
	margin: 35px 0 0 -40px;
	padding:0 30px 0 60px;
	width:225px;
	float:left;
 	
	
	background:#fff;
}
#skyhook ul{
	margin: 0 0 0 -20px;
	/*position:absolute;
	top:485px;*/
	padding:0px 0px 0px 20px;
	left: 323px;
}
#skyhook li{
	display: block;
	color:#361D02;
margin:0 auto;
padding:0px 0 0px 0;
	list-style-type: none;
	text-decoration: none;
	font-size:9px;
	text-align:left;
}

#skyhook li a{
	color:#FF9900;
margin:0 auto;
padding:0px 0 0px 0;
	list-style-type: none;
	text-decoration: none;
	font-size:9px;
	text-align:left;
} 
#skyhook li#copy{
	color:#361D02;
margin:0 auto;
padding:0px 0 0px 0;
	list-style-type: none;
	text-decoration: none;
	font-size:9px;
	text-align:left;
}
#skyhook 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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#flashcontent {
	text-align:center;
	margin:0px 0 0 305px;
	padding:55px 0 15px 0;
	/*padding-left:30px;
	/*margin: -20px 0 0 295px; /* 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 27px;  remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#flashcontent p{ 
	margin-bottom:0px;
	margin-top:0PX;
	padding:0px 0 0px 0;

font-size: 16px;
text-align:center;
}

/* Miscellaneous classes for reuse */
.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;
}

