@charset "windows-1252";

body  {
	font: 90% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #fde9be;
	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: #4d483d;
	background-image: url(images/sub_bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #fde9be;
	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. */
	background-image: url(images/sub_bg_int.gif);
	background-repeat: repeat-y;
	padding: 0;
	border: none;
} 


.twoColFixLtHdr #header { 
	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. */
	margin: 0;
	background-color: #fde9be; 
} 
.twoColFixLtHdr #header img { 
	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. */
	margin: 0;
} 


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* 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-color: #f6e8c8;the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;  */
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(images/sub_nav_bg.jpg);
	background-repeat: no-repeat;
	display: inline;  /* fixes IE float drop-margin problem  */
}
.twoColFixLtHdr #sidebar1 h2 {
	margin: 0;
	padding: 12px 10px 9px 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #002469;
}
.twoColFixLtHdr #sidebar1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1em;
	color: #8c714d;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 li a {
	display: block;
	margin: 0;
	padding: 11px 10px;
	border-top: none;
	border-bottom: none;
	text-decoration: none;
	color: #8c714d;
}
.twoColFixLtHdr #sidebar1 li a:hover {
	display: block;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #d0b37f;
	border-bottom: 1px solid #d0b37f;
	text-decoration: none;
	color: #002469;
	/*background-color: #ffffff;*/
	background-image: url(images/sub_nav_bg_roll.png);
}
.twoColFixLtHdr #sidebar1 li.navStatic {
	display: block;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #d0b37f;
	border-bottom: 1px solid #d0b37f;
	color: #002469;
	/*background-color: #ffffff;*/
	background-image: url(images/sub_nav_bg_roll.png);
}
.twoColFixLtHdr #sidebar1 li.navNoLink {
	display: block;
	margin: 0;
	padding: 10px;
	border-top: none;
	border-bottom: none;
	color: #8c714d;
	/*background-color: #ffffff;*/
}
.twoColFixLtHdr #sidebar1 li ul li a {
	display: block;
	margin: 0;
	padding: 11px 18px 0 18px;
	border-top: none;
	border-bottom: none;
	text-decoration: none;
	color: #8c714d;
}
.twoColFixLtHdr #sidebar1 li ul li.navNoLinkSub {
	display: block;
	margin: 0;
	padding: 11px 18px 0 18px;
	border-top: none;
	border-bottom: none;
	text-decoration: none;
	color: #002469;
}
.twoColFixLtHdr #sidebar1 li ul li a:hover {
	display: block;
	margin: 0;
	padding: 11px 18px 0 18px;
	border-top: none;
	border-bottom: none;
	text-decoration: none;
	color: #002469;
	/*background-color: #ffffff;*/
	background: none;
}


.twoColFixLtHdr #mainContent {
	margin: 0;
	padding: 0;
	border: none;
	display: inline;  /* fixes IE float drop-margin problem  */
	 /* 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 */
} 
.compass { /* 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. */
	margin: 0;
	padding: 0;
	float: left;
}
.twoColFixLtHdr #mainContent table {
	padding: 0;
	margin: 0;
}

.twoColFixLtHdr #mainContent div.content {
	padding: 0 40px 0 320px;
	margin: 0;
}
.twoColFixLtHdr #mainContent div.Flashcontent {
	padding: 0 0 0 318px;
	margin: 0;
	background-color: #fcf3de;
}

.twoColFixLtHdr #mainContent div h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #002469;
	padding: 2em 0 1.5em 0;
	margin: 0;	
}
.twoColFixLtHdr #mainContent div h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #002469;
	padding: 1.5em 0 1.5em 0;
	margin: 0;	
}
.twoColFixLtHdr #mainContent div p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.75em;
	color: #4d483d;
	padding: 0 0 .75em 0;
	margin: 0;
}
#mainContent .content p a {
	color: #4d483d;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d483d;
}
#mainContent .content p a:link {
	color: #4d483d;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d483d;
}
#mainContent .content p a:visited {
	color: #4d483d;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d483d;
}
#mainContent .content p a:hover {
	color: #002469;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002469;
}
.twoColFixLtHdr #mainContent div .title {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: .8em;
	line-height: 1.75em;
	color: #002469;
	padding: 0 0 .75em 0;
	margin: 0;
}
.twoColFixLtHdr #mainContent div .title a {
	color: #002469;
	text-decoration:none;
	border-bottom:1px solid #002469;
}
.twoColFixLtHdr #mainContent div .title2 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.75em;
	color: #002469;
	padding: 0;
	margin: 0;
}
.twoColFixLtHdr #mainContent div ul {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #4d483d;
	padding: 0;
	margin: 0 0 2em 0;
}
.twoColFixLtHdr #mainContent div ol {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #4d483d;
	padding: 0;
	margin: 0 0 2em 0;
}
.twoColFixLtHdr #mainContent div ul li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	color: #4d483d;
	padding: 0;
	margin: 0 6em .25em 3em;
}
.twoColFixLtHdr #mainContent div ol li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	color: #4d483d;
	padding: 0;
	margin: 0 6em .25em 3em;
}
.twoColFixLtHdr #mainContent div ul ul {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.75em;
	color: #4d483d;
	padding: 0;
	margin: 0 6em .25em 1em;
}
.twoColFixLtHdr #mainContent div a {
	color: #002469;
}
	/*.twoColFixLtHdr #mainContent img {
	padding: 0;
	margin: 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;
}


.twoColFixLtHdr #footer {
	clear: both;
	margin: 0;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#fcf3de;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
} 
.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 */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #4d483d;
}



.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: 18px;
}

.fltrt2 {
	float: right;
	width: 320px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 18px;
}
.centerIt {
	text-align: center;
}
.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;
}



/*  DROP DOWN MENU CSS BEGINS */

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

#FWTableContainer1216190310 {
/* 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:950px;
	height:25px;
	text-align:left;
}

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

#MMMenu0611212836_0 {
/* This class defines things about menu MMMenu0611212836_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#d0b37f;
	border:1px solid #d0b37f;
	width:93px;
	height:85px;
}

.MMMIFVStyleMMMenu0611212836_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0611212836_0 */
	border-top:1px solid #e9d8b5;
	border-left:1px solid #e9d8b5;
	border-bottom:1px solid #d0b37f;
	border-right:1px solid #d0b37f;
	width:93px;
	height:29px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:79px;
	height:15px;
}

.MMMIVStyleMMMenu0611212836_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0611212836_0 */
	border-top:0px;
	border-left:1px solid #e9d8b5;
	border-bottom:1px solid #d0b37f;
	border-right:1px solid #d0b37f;
	width:93px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:79px;
	height:15px;
}

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

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

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

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

#MMMenuContainer0611212836_0 a {
/* Controls the general apperance for menu MMMenuContainer0611212836_0's items, including color and font */
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8c714d;
	text-align:left;
	vertical-align:middle;
	padding:6px;
	background-color:#e9d8b5;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0611212836_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0611212836_0 */
	color:#002469;
	background-color:#f1e6cb;
}
#MMMenuContainer0611213153_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0611213153_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:467px;
	top:25px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0611213153_1 {
	/* This class defines things about menu MMMenu0611213153_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#d0b37f;
	border:1px solid #d0b37f;
	width:202px;
	height:141px;
}

.MMMIFVStyleMMMenu0611213153_1 {
	/* This class determines the general characteristics of the menu items in menu MMMenu0611213153_1 */
	border-top:1px solid #e9d8b5;
	border-left:1px solid #e9d8b5;
	border-bottom:1px solid #d0b37f;
	border-right:1px solid #d0b37f;
	width:142px;
	height:29px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:188px;
	height:15px;
}

.MMMIVStyleMMMenu0611213153_1 {
	/* This class determines the general characteristics of the menu items in menu MMMenu0611213153_1 */
	border-top:0px;
	border-left:1px solid #e9d8b5;
	border-bottom:1px solid #d0b37f;
	border-right:1px solid #d0b37f;
	width:142px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:188px;
	height:15px;
}

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

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

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

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

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

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

#MMMenuContainer0611213153_1 a {
/* Controls the general apperance for menu MMMenuContainer0611213153_1's items, including color and font */
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8c714d;
	text-align:left;
	vertical-align:middle;
	padding:6px;
	background-color:#e9d8b5;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0611213153_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0611213153_1 */
	color:#002469;
	background-color:#f1e6cb;
}
#MMMenuContainer0611213412_2 {
/* This ID is related to the master menu div for menu MMMenuContainer0611213412_2 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:603px;
	top:25px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0611213412_2 {
/* This class defines things about menu MMMenu0611213412_2's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#d0b37f;
	border:1px solid #d0b37f;
	width:149px;
	height:57px;
}

.MMMIFVStyleMMMenu0611213412_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0611213412_2 */
	border-top:1px solid #e9d8b5;
	border-left:1px solid #e9d8b5;
	border-bottom:1px solid #d0b37f;
	border-right:1px solid #d0b37f;
	width:149px;
	height:29px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:135px;
	height:15px;
}

.MMMIVStyleMMMenu0611213412_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0611213412_2 */
	border-top:0px;
	border-left:1px solid #e9d8b5;
	border-bottom:1px solid #d0b37f;
	border-right:1px solid #d0b37f;
	width:149px;
	height:28px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:135px;
	height:15px;
}

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

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

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

#MMMenuContainer0611213412_2 a {
/* Controls the general apperance for menu MMMenuContainer0611213412_2's items, including color and font */
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8c714d;
	text-align:left;
	vertical-align:middle;
	padding:6px;
	background-color:#e9d8b5;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0611213412_2 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0611213412_2 */
	color:#002469;
	background-color:#f1e6cb;
}

