.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 2;
}

.largebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 2;
}

.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 2;
	font-variant: small-caps;
	text-decoration: underline;
}

.faq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 2;
	font-weight: bold;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #99CCFF;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: light;
	text-align: center;
	font-style: italic;
	color: #666666;
}

.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	color: #5C7870;
}

.title {
	background-color:#BFD2F0;
}
	
.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.sidebar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	font-variant: normal;
}

.ul{
	list-style: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 4;
	padding-left: 1em;
}

.table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #5C7870;
	margin-left: 4;
	margin-right: 4;
}


	
/* -----------------------start navigation styles------------------------------------*/
#navcontainer ul { /* main menu */
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of main menu items */
	background-color:#B3C0C0;
	border-top:8px solid #838281;
	border-bottom:8px solid #838281;
	}
	
#navcontainer ul li {
	position: relative;
	align: left;
	}
	
#navcontainer li ul { /* sub menu */
	position: absolute;
	right: 190px;
	width: 170px;
	top: 0;
	display: none;
	margin-left:0;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	background: #B3C0C0; 
	}
	
#navcontainer ul li a { /* styles for main menu items */
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px 10px; 
	text-align: right;
	margin-left:0;
	}
	
#navcontainer ul li a:hover { /* hover styles for main menu items */
	color: #838281; 
	background: #B3C0C0; 
	
	 } 
	 
#navcontainer li ul li a { /* styles for sub menu items */
	padding: 5px 10px; 
	background: #B3C0C0 url(images/subnav_background.gif) repeat-y left bottom;
	border-left:3px solid #999999;
	border-right:1px solid #999999;
	} 
	
#navcontainer li ul li a:hover { /* styles for sub menu item hovers */
	background: #B3C0C0;
	color:#838281;
	} 
#navcontainer li:hover ul, #navcontainer li.over ul { /* This shows the sub menu in compliant browsers */
	display: block;
	} 
	
#navcontainer ul li a.moremenu { /* styles for main menu items that have sub menus */
	background: /* url(images/expanded_menu.gif) no-repeat 175px 50% */ #B3C0C0; 
	display: left;
}

#navcontainer ul li a.moremenu:hover { /* hover styles for main menu items that have sub menus */
	background: /* url(images/expanded_menu_over.gif) no-repeat 175px 50% */ #B3C0C0;
	display: left;
}

/* ---------------------------------Start Fix IE.-----------------------------*/
/* This hack makes the entire block area clickable. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 1%; }

	text-transform: uppercase;
	