.htmlTable
{
}

.htmlTable P
{
	font-size: 11px;
}

.htmlTable UL
{
	font-size: 11px;
}

.htmlTable DIV
{
	font-size: 11px;
}

.htmlTable TABLE
{
	font-size: 11px;
}

.htmlTable .tablecorner
{
	background-attachment: fixed;
	background-image: url(../uploads/images/tablecorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #336699;
	height: 28px;
	vertical-align: middle;
}

.htmlTable A
{
	font-size: 11px;
	font-weight: bold; 
	color: #1E4A7F;
	text-decoration: none;

}
.htmlTable A:Hover
{
	text-decoration: underline;
}

.htmlTable DT
{
	font-size: 11px;
}
.htmlTable DD
{
	padding: 3 0 3 0;
	padding-left: 3em;
	color: #4573b3;
	font-weight: bold;
	font-size: 11px;
}
th.programHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E4A7F;
	font-weight:bold;
}
#programOptions {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
}
/* Homepage stylings */
#homeWrapper {
	width: 100%;
	text-align: center;
}
#homeContainer {
	width: 590px;
	margin-left: 270px;
	margin: auto;
	text-align: left;
}
#homeMasthead {
	width: 100%;
	height: 285px;
	padding-top: 10px;
	background-image: url(../media/images/homepage/masthead-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#mastheadList {
	font-family: "Century Gothic", Arial;
	color: #d2f7ff;
	list-style-type: none;
}
#mastheadList li {
	padding-bottom: 5px;
}
#mastheadTextBox {
	position: relative;
	width: 175px;
	left: 25px;
	padding: 4px 8px 4px 8px;
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	font-weight: bold;
	background: transparent url(../media/images/homepage/fff-trans.gif);
	float: left;
}
#progChoicesBox {
	position: relative;
	float: right;
	right: 12px;
}
#qBox {
	background-color: #FFFFFF;
	border: 1px solid #6ea7e8;
	width: 90%;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	padding: 4px;
}
#mastheadBlurb {
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 10px;
}
#horizontalMenu {
	padding-top: 10px;
}
.bText {
	font-weight: bold;
	color: #d2f7ff;
	font-size: 12px;
}
.plainTxt {
	color: #FFFFFF;
}
p {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	font-weight: normal;
}
.divStyle {
	width: 590px;
	height: auto;
	background-color: #e5ebf1;
	padding: 0;
	border: 1px solid #6ea7e8;
	margin-top: 5px;
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	font-weight: normal;
}