@charset "utf-8";

* {
	margin:  0px;
	padding:  0px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #edeeee;
		color:#1a1a1a;
}
.mainTable {
	background-color: #FFFFFF;
}
.borderLeft {  
	background-image: url('images/borderLeft.gif');
	background-repeat: repeat-y;
	}
.borderRight {  
	background-image: url('images/borderRight.gif'); 
	background-repeat: repeat-y;
}
#header {
	width: 780px;
	margin: auto;
	padding: 0px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	text-align: left;
}
.textTrail{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	vertical-align: bottom;
	padding: 0px 0px 10px 0px;
}
.textTrailLink{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	padding-left: 0px;
	color: #65849C;
	text-decoration: none;
}

#content {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#1a1a1a;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	margin: auto;
	width: 512px;
	height: auto;
	padding: 25px 0px 40px 0px;
	font-size: 12px;
}

#content p{
	border: 0px solid #BFBFBF;
	white-space: normal;
	width: 500px;
	padding: 0px 0px 10px;
	line-height: 16px;/**/
	color:#1a1a1a;
	height: auto;
}
#content p img{
	padding: 5px 10px 0px 0px;
}
#content a{
	margin: 0px 0px 0px 0px;
	/*line-height: 25px;*/
	color: #d22028;
	text-decoration: none
}
#content a:hover{
	text-decoration: underline;
	color: #d22028;
}
#content td{
	color:#1a1a1a;
	/*vertical-align: top;*/
}
#content li{
	padding: 0px 0px 0px 0px;
	/*line-height: 25px;*/
	list-style-type: circle;
		line-height: 16px;/**/
}
.contentTitle {
	font-size: 16px;
	color:#1a1a1a;
	font-family: Georgia, Tahoma;
	margin: 10px 0px 0px 0px;
}
.subTitle {
	font-size: 14px;
	color:#1a1a1a;
	font-family: Georgia, Tahoma;
	margin: 10px 0px 0px 0px;

}
.subTitleHome {
	font-size: 14px;
	color:#1a1a1a;
	font-family: Georgia, Tahoma;
	margin: 0px 0px 0px 0px;
		text-align: right;

}
#footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	}
.footerBG{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
}
#search {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;

}

#rightNav{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	height: auto;
	padding: 20px 0px 0px 0px;
	
	top: auto;
	text-align: left;
}
#howTo{
	height: 200px;
	padding: 20px 0px 0px 20px;
	top: auto;
	text-align: left;
	background-image: url('images/HowTo.jpg');
	background-repeat: no-repeat;
 line-height:20px;
 vertical-align: top;
	
}

#navcontainer
{
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	width: 244px;
	height: auto;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: auto;
}



.navlist {
	margin: 0px 0px 0px 10px;
	list-style-type: none;
	width: 197px;
	border: 0px solid #990000;

}

ul a{
	background-image: url('images/Nav.gif');
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	font-family: Georgia, Tahoma;
	font-size: 12px;
	color: #65849C;
	text-align: left;
	
}

.navSel{
	background-image:  url('images/NavSelected.gif');
	color: #3F3F3F;	
}
.navSelPerent{
	background-image: url('images/Nav.gif');
	color: #3F3F3F;	
}
.navHasChild{
	background-image: url('images/NavHasChildren.gif');

}
.navChild{
	background-image: url('images/Nav.gif');
	padding-left: 60px;
}
.navChildSel{

	background-image:  url(images/NavSelected.gif);
	padding-left: 60px;
	color: #3F3F3F;

}

.scheduleTable{
    margin-left:0px;
	border: solid 1px gray;
}
.scheduleTableHeader{
    font-weight: bold;
	background: #BFBFBF;
}
. textSpacer{
	height: 100px;
	border: 1px dotted #000000;
}

.topLinksSpacer{
	height: 25px;
	width:986px;
	text-align: right;
	padding: 0px 20px 0px 0px;
}

.topLinks{
	text-decoration: none;
	color: #294a68;
	padding: 0px 1px 0px 1px;

}
#linksDivider{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
	text-align: right;
	margin: 0px 0px 20px;
	
}

#linksDivider a{
	font-size: 12px;
	color: #65849C;
	line-height: 20px;

}
#linksDivider a:hover{
	text-decoration: none;
	color: #d22028;
}

.homeDivider{
	border-bottom: 1px solid #BFBFBF;
}