@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0;
	margin-left: 0;
	margin-right:0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffcc;
/*	background-image:url(../Images/bg.gif); */
}

/*/ ------------------ HEADER PORTION --------------- /*/

.header {
	background-color: #669999;
	height: 46px;
	padding: 10px;
}

.hdr_img { 	margin-left: 20px; margin-right: 10px; }

.hdr_title {
	color:#EEEEEE; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom:3px;
}

.hdr_address { 
	color:#EEEEEE; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.teal { background-color:#669999; }

/*/ ------------------ SUB HEADER PORTION --------------- /*/

.subheader {
	background-color: #ffcc66;
	height:30px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 14px;
	padding-right: 8px;
	margin:0;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-style: italic;
	font-weight: bold;
}


/*/ ------------------ MENU PORTION --------------- /*/
.toc {
	background-color:#336666;
	border: 1px solid #336666;
	width: 153px;
	padding: 10px;
}

.teal_dk { background-color:#336666; }

.menutitle{
	cursor:pointer;
	margin-bottom: 0px;
	background-color:#336666;
	font-size:12px;
	font-family:Arial, Verdana, Helvetica, Helv; 
	font-weight:bold;
	color:#ffffff;
	width:140px;
	padding:1px;
	text-align:left;
	background:#336666;
	border:1px solid #336666;
}

.submenu{
	display: none;
	background-color:#336666;
	font-size:12px;
	font-family:Arial, Verdana, Helvetica, Helv; 
	font-weight:normal;
	color:#ffffff;
	width:140px;
	padding:1px;
	text-align:left;
	background:#336666;
	margin-bottom: 0.5em;
}

a.menu:link {color:#CCCCCC;font-weight:normal;text-decoration:none;font-size:12px}
a.menu:visited {color:#CCCCCC;font-weight:normal;text-decoration:none;font-size:12px}
a.menu:hover {color:#CCCCCC;font-weight:bold;text-decoration:none;font-size:12px}
a.menu:active {color: #FFCC99;font-weight:bold;text-decoration:none;font-size:12px}

/*/ ------------------ CONTENT PORTION --------------- /*/

#content {
	background-color:#FFFFcc;
	font-family:Arial, Verdana, Helvetica, Helv; 
	font-size: 12px;
	color:#000000;
	margin-left:35px;
	margin-right:45px;
}

#content .narrow {
	width: 70%;
}

#content p, td, th, li, dl, ul, ol, dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
}

#content dt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#content img { padding: 0; margin: 8px; border: 3px double #336666; }

#content h1 { font-size: 20px; font-weight:bold }
#content h2 { font-size: 18px; font-weight:bold }
#content h3 { font-size: 16px; font-weight:bold }

#content a:link, a:visited, a:active { color: #990033; text-decoration: underline; }

#content a.home:link {color: #336666; text-decoration: none; }
#content a.home:visited {color: #336666; text-decoration: none; }
#content a.home:hover {color: #336666; text-decoration: underline; }
#content a.home:active {color: #336666; text-decoration: underline; }

#content .center { text-align:center; }

#content .caption { font-size: 9px; font-style: italic; }

#content .footer { 
		font-size: 10px; 
		color: #336666; 
		text-align:center; 
		font-style:italic; 
		font-weight:bold;
		margin-top:30px;
}