body  {
	background: #b2a393;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top:1px;
}
.twoColFixRtHdr #floatingContainer { 
	width: 160px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
} 
.twoColFixRtHdr #container { 
	width: 859px;  /* 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. */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	/*padding: 0 10px 0 20px;  /* 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. */
} 
.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: 10px 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: 196px; /* 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 */
	margin-right: auto; /* to center menu */
    margin-left: auto; /* to center menu */
	padding: 15px 10px;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 196px; /* 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 */
	height: 1730px;
	background: #ce9d5b; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.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: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent2{ 
	margin: 0 0px 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: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	line-height: 18px;
	color: #000000;
}
ul{ list-style: square; color:#892400;}
li{ line-height:22px; list-style:none;}

a {
	color: #892400;
	text-decoration: underline;
}
a.2{ color:#666666; font-family: Arial, Helvetica, sans-serif; font-size:12px;}

a.3 {
	color: #892400;
	text-decoration: underline; 
}

3.a{ color:#894200; text-decoration:underline; alink: #899785; vlink: 788942; font-weight:bold;
}

form {
	background-color: #ffffff;
}

.form2 { background-color:#e5d1b7;}

textarea{font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#996633; width:155px; height:120px;}
.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.questions1 { color:#5e1900; font:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold;}

.subtitle {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 200;
	color: #913311;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.style1 {
	color: #000000;
	font-weight: bold;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.mainTable { background-color:#FFFFFF; border: 1px solid; border-color:#892400;}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.subSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #42392F;
}
.style3 {
	color: #993300;
	font-weight: bold;
}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer734904763 {
/* 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:859px;
	height:192px;
	text-align:left;
}

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

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

.MMMIFVStyleMMMenu0112164337_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0112164337_0 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:136px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:130px;
	height:18px;
}

.MMMIVStyleMMMenu0112164337_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0112164337_0 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:136px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:130px;
	height:18px;
}

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

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

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

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

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

#MMMenu0112164337_0_Item_5 {
/* Unique ID for item 5 of menu MMMenu0112164337_0 so we can set its position */
	left:0px;
	top:120px;
}

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

#MMMenuContainer0112164337_0 a {
/* Controls the general apperance for menu MMMenuContainer0112164337_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:3px;
	background-color:#9a5830;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0112164337_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0112164337_0 */
	color:#ffffff;
	background-color:#cc6600;
}
#MMMenuContainer0112165218_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0112165218_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:223px;
	top:187px;
	visibility:hidden;
	z-index:300;
}

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

.MMMIFVStyleMMMenu0112165218_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0112165218_1 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:135px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:129px;
	height:18px;
}

.MMMIVStyleMMMenu0112165218_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0112165218_1 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:135px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:129px;
	height:18px;
}

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

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

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

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

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

#MMMenuContainer0112165218_1 a {
/* Controls the general apperance for menu MMMenuContainer0112165218_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:3px;
	background-color:#9a5830;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0112165218_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0112165218_1 */
	color:#ffffff;
	background-color:#cc6600;
}
#MMMenuContainer0112165648_2 {
/* This ID is related to the master menu div for menu MMMenuContainer0112165648_2 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:624px;
	top:187px;
	visibility:hidden;
	z-index:300;
}

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

.MMMIFVStyleMMMenu0112165648_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0112165648_2 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:84px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:78px;
	height:18px;
}

.MMMIVStyleMMMenu0112165648_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0112165648_2 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:84px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:78px;
	height:18px;
}

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

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

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

#MMMenuContainer0112165648_2 a {
/* Controls the general apperance for menu MMMenuContainer0112165648_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:3px;
	background-color:#9a5830;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0112165648_2 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0112165648_2 */
	color:#ffffff;
	background-color:#cc6600;
}
div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
 width:350px; height:400px;
}

