body
{
	background-color: #E6E6E6;
}


.header 
{
	height: 65px;
		
}

.leftheader 
{
	background: url(./images/topleft.png) 0 0 no-repeat;	
	
}

.headerfill
{
	margin-left: 32px;
	background: url(./images/gradient-2px.png) 0 0 repeat-x;
}
.rightheader 
{
	background: url(./images/topright.png) 100% 0 no-repeat;
}

.windowContent
{
	margin-top: 10px;
	width: 100%;
	float: left;
	margin-right: -165px;
}

.content
{
	border: 2px solid gray;
	background-color: white;
	margin-right: 165px; 
	padding: 5px;
	font-family: verdana, arial;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.program
{
	border: 2px solid gray;
	background-color: white;
	margin-right: 165px; 
	padding: 5px;
	font-family: verdana, arial;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.program img
{
	float: left;
	padding: 5px;
}

.navigation
{
	margin-top: 10px;
	border: 2px solid gray;
	width: 155px;
	float: right;
	background-color: white;
}

.navigation ul
{
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

.navigation li
{
	text-align: center;
}

.navigation a:link, .navigation a:visited 
{
	display: block;
	width: 155px;
	height: 25px;
	font-family: verdana,arial;
	font-size: 1.0em;
	color: black;
	text-decoration: none;
}

.navigation a:hover
{
	background-color: #258CC7;
	color: white;
}



.footer {
	clear:both;
	text-align: center;
	font-family: verdana, arial;
	font-size: 0.8em;
}