
a {
color:#666666;
text-decoration:none;
}
a:hover{
color:#999999;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:justify;
}
td.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-right:40px;
}
.border {
border: 1px #666666 solid;
}
.footer {
font-size:8px;
}
a.current:link {
    color : red;
}
		/*this is the css for the vertical version*/
		.title{
			width: 157px;
			height: 1.2em;
			padding: .1em 1px;
			padding: 2px;
			background-color:#C2C2BB;
			color:#FFFFFF;
			font-weight:bold;
		}
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid #FFFFFF;
			width: 158px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			margin-left:0px;
		}
		.vertical li a{
			display: block;
			width: 157px;
			text-decoration: none;
			height: 1.2em;
			padding: .1em 1px;
			border: 1px solid #FFFFFF;
			border-top: 0px;
			padding: 2px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.6em;
			margin-left: 157px;
		}
		
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		
		/*Plus code*/
		.plus a span{
			padding-left: 0px;
		}
		/*colors for menu*/

		.blackwhite li a{
			background-color: #E1E1D9;
			color: black;
			border-color: #FFFFFF;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			border-color: #FFFFFF;
		}
		.blackwhite ul{
			border-color: #FFFFFF;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}