@charset "UTF-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color:#669ACC;
}

td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	}
	
a {
	color:#003399;
	text-decoration:none;
	}
	
a:hover {
	color: #FF9933;
	text-decoration:underline;
	
	}
	#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url(../Images/mm_arrow.gif) 14px 45% no-repeat;

	}
	
#navigation a:hover {
	background: #ffffff url(../Images/mm_arrow.gif) 14px 45% no-repeat;
	color:#FF9933;
	text decoration: underline;
	}

.taplist #container {
	width:1000px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFBC;
	
	
	
}


.taplist #header {
	background: #FFFFFF;  
	height: auto;
	width: auto;
	padding-top: 5px;
	background-color: #CCCCCC;	
	
} 
.taplist #header h1 {
	margin: 0; 
	padding: 10px 0;
	background-image: url(3px solid #cccccc);
}


#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("mm_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
	

.taplist #sidebar1 {
	float: left;
	width: 12em; 
	background: #ffffff; 
	padding: 8px 0;
	color: #000066;
	background-color: #FFFFBC;
}
.taplist #sidebar1 h3, .taplist #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.taplist #Rsidebar1 {
	float: right;
	width: 12em; 
	background: #ffffff; 
	padding: 8px 0;
	color: #000066;
	background-color: #FFFFBC;
	
}



.navText {
	font: 8px Verdana, Arial, Helvetica, sans-serif;
	color:#FF0066;
	line-height:8px;
	letter-spacing:.1em;
	text-decoration: none;
	}

.taplist #mainContent {
	margin: 0 13em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.taplist #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cccccc;
	font-size: x-small;
	background-color: #FFFFBC;
	border-top:thin;
	border-top-color:#669ACC;
	
} 
.taplist #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 */
}

/* 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;
}
