body {
	background-color:#FFEBC1;
	font-family: impact, sans-serif;
	}
	
a:link {
	color:#0099CC;
	text-decoration:none;
	}
a:visited {
	color:#0099CC;
	text-decoration:none;
	}
a:hover {
	color:#660066;
	text-decoration:none;
	}

.spacer {
	width:800px;
	margin: 0 auto;
	padding: -2px;
	}

#container {
	width:800px;
	height:auot;
	margin: 0 auto;
	}
	
#header {
	width:100%;
	height:150px;
	background-color:#339999;
	}
	
h1 {
	font-size:50px;
	color:#CCCCCC;
	margin: 15px 0 0 20px;
	}
	
h2 {
	font-size:26px;
	color:#D9F2FF;
	margin: 0 0 0 60px;
	}

h3 {
	font-size:22px;
	color:#006699;
	margin: 5px 0 0 5px;
	}
	
p {
	font-size:12px;
	color:#333333;
	margin: 5px 10px 10pt;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	}
		
#horiznav {
	float:right;
	margin-right:30px;
	}
#horiznav a{
	font-family: impact, sans-serif;
	text-decoration:none;
	color:#CCCCCC;
	margin: 0 5px 0 5px;
	}
#horiznav a:hover {
	border-bottom: 3px solid #999999;
	}

#horiznav a:active {
	color:#999999;
	border-bottom: 3px solid #CCCCCC;
	}
	
#vertinav {
	background-color:#FFFFEA;
	width:200px;
	height:100%;
	float:left;
	}
	
#vertinav ul {
	list-style: none;
	display:inline;  
	}
#vertinav li a{
	margin:0 0 0 5px;
	color:#666666;
	text-decoration:none;
	}

#vertinav li a:hover {
	color: #006699;
	}

.news_title {
	padding: 25px 3px 3px;
	margin-top: 25px;
}

.middle-column-img-left{
	float: left;
	margin: .5em 0.7em -0.3em 0em;
}

.middle-column-img-right{
	float: right;
	margin: .5em 0.5em -0.3em;
}

.vertinavheader {
	font-size:22px;
	color:#2C5858;
	padding-left: 0px;
	}
	

#vertinavcontent {
	margin-left:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

#content {
	background-color:#E6FFEF;
	float:right;
	width:600px;
	margin-bottom: 10px;
	}

#highlight {
	background-color:#FFFFE1;
	float:none;
	border: 1px solid #0000FF;
	padding: .2em;
	margin: 1.5em 1em 1em 1.5em;	
	}

.highlight {
	font-family: "Comic Sans MS", "Book Antiqua", "Courier New";
	color: #003333;
}	

.popup {
background-color: #eff7df;
border: solid 1px #b0c38b;
color: #59624a;
padding: 6px;
position: absolute;
font-size: 0.95em;
line-height: 120%;
}

a.toolTip{
text-decoration:underline;
border-bottom:1px dotted #317082;
}

a:hover .toolTip {
border-bottom:1px dotted #317082;
color: #8B7B73;
}

/* Print Styles for printing */

@media print {
	#banner {
		background-color: #fff;
		color: #000;
		border-bottom: #000 1px solid;
	}

	#header h1 {
		color: #000;
		font-size: 16px;
	}

	#vertinavheader {
		font-size: 16px;
	}

	#content {
		display: none;
	}

	#centercontent {
		width: 100%;
		border: 0px none;
	}
}

	
