a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

.backgroundmain { 
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image:url(images/home_image.png)
	
}
	
.background { 
	background-repeat:no-repeat;
	padding-top: 5px;
	padding: 10;
}
	
p {
	font-family: "Courier New", Courier, mono;
	font-weight: bolder;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}

p.body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}

.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}

.bodysmallaccent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	line-height: 16px;
}

br.space {
	font-size: 13px;
	line-height: normal;
}


.sidenav {
	float:right;
	position:relative;
	background-image:url("images/programs_nav.png");
	width:auto;
	height:auto;

}