@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* background-image:url(/images/camo.jpg); */
	background-color:#CCCC99;
	color: #003300;
	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 */
}
h1 {
	font-size:16px;
	color:#993300;
	padding-top: 10px;
}
h3 {
	font-size: 14px;
	color:#663300;
	}

.twoColFixLtHdr #container { 
	width: 800px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 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: 10px 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: 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin:0px;
}
.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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent h3 {
	color: #333300;
	font-size: 14px;
}
.twoColFixLtHdr #mainContent h4 {
	color: #336600;
	font-size: 14px;
}
.twoColFixLtHdr #mainContent a {
	font-size: 9px;
	color: #336600;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	font-size: 9px;
	color: #CC6600;
	text-decoration: underline;
}
.twoColFixLtHdr #infobox {
	float: right;
	width: 320px;
	padding: 2px;
}

/* =========== Footer Elements =========== */
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color:#666666;
}
.twoColFixLtHdr #footer a {
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #993300;
	text-decoration: underline;
}
/* ======== Foating Page Elements ========== */
.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;
	margin-bottom:0;
	
}
.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;
}
/*========= Navigation Menu Elements ============ */
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer451897797 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:800px;
	height:28px;
	text-align:left;
}

#MMMenuContainer0623202303_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0623202303_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:640px;
	top:0px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0623202303_0 {
/* This class defines things about menu MMMenu0623202303_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#555555;
	border:0px solid #555555;
	width:160px;
	height:28px;
}

.MMMIFVStyleMMMenu0623202303_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0623202303_0 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:160px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	height:18px;
}

#MMMenu0623202303_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0623202303_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenuContainer0623202303_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0623202303_0 a {
/* Controls the general apperance for menu MMMenuContainer0623202303_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	background-color:#996600;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0623202303_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0623202303_0 */
	color:#000000;
	background-color:#999900;
}
#MMMenuContainer0623202232_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0623202232_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:480px;
	top:0px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0623202232_1 {
/* This class defines things about menu MMMenu0623202232_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#555555;
	border:0px solid #555555;
	width:160px;
	height:28px;
}

.MMMIFVStyleMMMenu0623202232_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0623202232_1 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:160px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	height:18px;
}

#MMMenu0623202232_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0623202232_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenuContainer0623202232_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0623202232_1 a {
/* Controls the general apperance for menu MMMenuContainer0623202232_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	background-color:#996600;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0623202232_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0623202232_1 */
	color:#000000;
	background-color:#999900;
}
#MMMenuContainer0623202142_2 {
/* This ID is related to the master menu div for menu MMMenuContainer0623202142_2 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:320px;
	top:0px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0623202142_2 {
/* This class defines things about menu MMMenu0623202142_2's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#555555;
	border:0px solid #555555;
	width:160px;
	height:28px;
}

.MMMIFVStyleMMMenu0623202142_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0623202142_2 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:160px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	height:18px;
}

#MMMenu0623202142_2_Item_0 {
/* Unique ID for item 0 of menu MMMenu0623202142_2 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenuContainer0623202142_2 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0623202142_2 a {
/* Controls the general apperance for menu MMMenuContainer0623202142_2's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	background-color:#996600;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0623202142_2 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0623202142_2 */
	color:#000000;
	background-color:#999900;
}
#MMMenuContainer0623191217_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0623191217_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:160px;
	top:0px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0623191217_0 {
/* This class defines things about menu MMMenu0623191217_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:160px;
	height:28px;
}

.MMMIFVStyleMMMenu0623191217_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0623191217_0 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:160px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	height:18px;
}

#MMMenu0623191217_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0623191217_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0623191217_0_1 {
/* This class defines things about menu MMMenu0623191217_0_1's div. */
	position:absolute;
	left:160px;
	top:5px;
	visibility:hidden;
	background-color:transparent;
	width:160px;
	height:56px;
}

.MMMIFVStyleMMMenu0623191217_0_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0623191217_0_1 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:160px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	height:18px;
}

.MMMIVStyleMMMenu0623191217_0_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0623191217_0_1 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:160px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	height:18px;
}

#MMMenu0623191217_0_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0623191217_0_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0623191217_0_1_Item_1 {
/* Unique ID for item 1 of menu MMMenu0623191217_0_1 so we can set its position */
	left:0px;
	top:28px;
}

#MMMenu0623191217_0_1_1 {
/* This class defines things about menu MMMenu0623191217_0_1_1's div. */
	position:absolute;
	left:320px;
	top:10px;
	visibility:hidden;
	background-color:transparent;
	width:160px;
	height:28px;
}

.MMMIFVStyleMMMenu0623191217_0_1_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0623191217_0_1_1 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:160px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	height:18px;
}

#MMMenu0623191217_0_1_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0623191217_0_1_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0623191217_0_1_2 {
/* This class defines things about menu MMMenu0623191217_0_1_2's div. */
	position:absolute;
	left:320px;
	top:38px;
	visibility:hidden;
	background-color:transparent;
	width:160px;
	height:140px;
}

.MMMIFVStyleMMMenu0623191217_0_1_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0623191217_0_1_2 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:160px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	height:18px;
}

.MMMIVStyleMMMenu0623191217_0_1_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0623191217_0_1_2 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:160px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	height:18px;
}

#MMMenu0623191217_0_1_2_Item_0 {
/* Unique ID for item 0 of menu MMMenu0623191217_0_1_2 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0623191217_0_1_2_Item_1 {
/* Unique ID for item 1 of menu MMMenu0623191217_0_1_2 so we can set its position */
	left:0px;
	top:28px;
}

#MMMenu0623191217_0_1_2_Item_2 {
/* Unique ID for item 2 of menu MMMenu0623191217_0_1_2 so we can set its position */
	left:0px;
	top:56px;
}

#MMMenu0623191217_0_1_2_Item_3 {
/* Unique ID for item 3 of menu MMMenu0623191217_0_1_2 so we can set its position */
	left:0px;
	top:84px;
}

#MMMenu0623191217_0_1_2_Item_4 {
/* Unique ID for item 4 of menu MMMenu0623191217_0_1_2 so we can set its position */
	left:0px;
	top:112px;
}

.MMMenuItemSpanMMMenu0623191217_0_1 {
/* The span class definition so we can make sure that arrows and menu text in menu MMMenu0623191217_0_1 look correct */
	float:left;
	width:143px;
}

.MMArrowStyleMMMenu0623191217_0_1 {
/* This class allows us to position the submenu arrows for menu MMMenu0623191217_0_1 */
	position:absolute;
	left:144px;
	top:10px;
}

.MMMenuItemSpanMMMenu0623191217_0 {
/* The span class definition so we can make sure that arrows and menu text in menu MMMenu0623191217_0 look correct */
	float:left;
	width:143px;
}

.MMArrowStyleMMMenu0623191217_0 {
/* This class allows us to position the submenu arrows for menu MMMenu0623191217_0 */
	position:absolute;
	left:144px;
	top:10px;
}

#MMMenuContainer0623191217_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0623191217_0 a {
/* Controls the general apperance for menu MMMenuContainer0623191217_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	background-color:#996600;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0623191217_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0623191217_0 */
	color:#000000;
	background-color:#999900;
}
#MMMenuContainer0623190855_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0623190855_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0623190855_1 {
/* This class defines things about menu MMMenu0623190855_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:158px;
	height:28px;
}

.MMMIFVStyleMMMenu0623190855_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0623190855_1 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:158px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:148px;
	height:18px;
}

#MMMenu0623190855_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0623190855_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenuContainer0623190855_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0623190855_1 a {
/* Controls the general apperance for menu MMMenuContainer0623190855_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	background-color:#996600;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0623190855_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0623190855_1 */
	color:#000000;
	background-color:#999900;
}
