/*used for PRINT  deleted NAV and made text #000000  */

body {
	background: #FFFFFF;
	width: 700px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	.rule-thick {
	font-size: 2px;
	background-color: #000000;
}
.rule-thin {
	font-size: 1px;
	background-color: #000000;
	}

h1 { 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #000000; 
	}

h2 { 
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #000000; 
	}

h3 {
	font-size: 14px;
	font-family: Arial, helvetica, san-serif;
	font-weight: bold;
	color: #000000;
	line-height: 4ex;
	margin-top: -1ex;
	margin-bottom: 0px;
	}

A:link {
	text-decoration: underline; 
	color: #204658; 
	} 

A:visited {
	text-decoration: underline; 
	color: #669999; 
	} 

A:active { 
	color: #CCCCCC; 
	} 

A:hover { 
	color: #3399cc; 
	} 

TH {
	width: 100px;
	padding: 0px;
	} 

.accent {
	background: #eeeeee;
	}

#navigation {
	display: none;
	}
	
#navigation ul {
	list-style: none;
	margin: 0 0 0 30;
	padding: 4px 0 4;
	}
	
#navigation li {
	display: inline;
	}
	
#navigation a:link, #navigation a:visited {
	padding: 3px 10px 2px;
	color: #FFFFFF;
	background-color: #204658;
	text-decoration: none;
	border: none #CCCCCC;
	margin: 0px;
	}

#navigation a:hover {
	color:#000000;
	background-color:#CCCCCC;
	}
	
/* LEFT NAV  */
	#navLeft {
	display: none;
	}
	
#navLeft ul {
	list-style: none;
	margin: 0 0 0 20;
	padding: 4px 0 4;
	left: 15px;
	}
	
#navLeft a:link{
	padding: 3px 10px 2px;
	background-color: transparent;
	text-decoration: none;
	border: 0px #CCCCCC;
	margin: 0px;
	color: #204658;
	}
	
#navLeft a:visited {
	padding: 3px 10px 2px;
	background-color: transparent;
	text-decoration: none;
	border: 0px;
	margin: 0px;
	}

#navLeft a:hover {
	border: 1px #CCCCCC;
	list-style-type: none;
	text-decoration: underline;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.banner {
	display: none;
}
.pageName {
	margin-top: 10px;
	position: relative;
	top: 10px;
	}
