﻿html, body, *
{
	font-size: 10pt;
	font-family: Calibri, Arial
}

a
{
	color: #434343;
	font-weight: bold;
	text-decoration: none;	
}

a:hover
{
	color: #30517C;
	text-decoration: underline;
}

.EntirePage
{
width: 100%;
height:100%;
padding: 0px 0px 0px 0px;
}

.ContentPane
{
width:85%;
}

.ProgramsTable
{
width: 75%;
}

.ProgramHeaders
{
font-weight:bold;
background-color:#E0E0E0;
}

.programDesc
{
width: 45%;
}

.programImageButton
{
width: 18px;
}

.Header
{
	background-color:Transparent;
	background-image:url('../Images/HeaderBG_sm.jpg');
	background-repeat:repeat-x;
	height: 24px;	
	color: White;
	text-align: center;
	text-decoration: none;	
	vertical-align: middle;	
}

.Header tr td
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	height: 20px;
	vertical-align: middle;
}

.Header tr td :hover
{
	border: solid 1px black;
	color: Black;
	background-color: White;
	height: 20px;
	width: 100%;
	vertical-align: middle;
}

.Header *
{
	color: White;	
	text-decoration: none;	
}

.sideNav
{
	width: 50%;	
}

.Button
{
	font-size: 10pt;
	font-family: Calibri, Arial;
	color: #434343;
	background-color: White;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	vertical-align:text-top;
}

.Button:hover
{
	color: #30517C;
	text-decoration: underline;
	cursor: pointer;
}
