@charset "utf-8";
body  {
	background: #ffffff;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align:left;
}

.bodytext  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align:left;
}

A:link {color: #000000; text-decoration:underline}
A:visited {color: #000000; text-decoration:underline}
A:active {color: #DAAA26; text-decoration:none}
A:hover {color: #DAAA26; text-decoration:underline}



h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #DAAA26;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #DAAA26;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #ffffff;
	padding-left: 0px;	
	  /* 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 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 10px 10px 4px; 
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 151px; /* 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: 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:solid;
	border-left-color:#000000;
	border-left-width:1px;
	} 
.twoColFixLtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
/*	width: 151px;*/
} 
.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 divs */
	padding: 0px 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;
}

img.floatRight { 
    float: right; 
    margin: 6px; 
}

img.floatLeft { 
    float: left; 
    margin: 6px; 
}





/* NAVIGATION */

#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000000;
	background-repeat: repeat-x;
		
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#nav {
	width: 777px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}
#nav a {
	display: block;
	text-decoration: none;
	padding: 5px 24px 5px 24px;
	border-right: 1px solid #000000;
	font-size: 1em;
	color: #FFFFFF;

}
#nav a.trigger {
	padding: 5px 10px 5px 16px;
	background-repeat: no-repeat;
	background-position: right center;
}
#nav li {
	float: left;
	

}
#nav li {
	position: relative;
}


/* hide from IE mac \*/
#nav li {
	position: static;
	width: auto;
}
/* end hiding from IE5 mac */

#nav li ul, #nav ul li  {
	width: 16em;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;	

}
#nav ul li a  {
	color: #FFFFFF;
	border-right: 0;
	padding: 5px 16px 5px 10px;

}
#nav li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;


}
#nav li:hover a, #nav a:focus,
#nav a:active, #nav li.over a {
	color: #000000;
	background-color: #DAAA26;

}
#nav li:hover ul, #nav li.over ul {
	display: block;
	border-top: 1px;
	border-color: #FFFFFF;
	
}
#nav li:hover ul a, #nav li.over ul a {
	color: #FFFFFF;
	background-color: #000000;
		
}
#nav ul a:hover {
	background-color: #DAAA26!important;
	color: #000000!important;
}
#nav li ul ul {
	margin: 0 0 0 16em;
}


