* 
{
	margin: 0px;
	padding: 0px;
	border: none;
}

body 
{
	background: #c8d7dc url(../images/siteBG.jpg) repeat-x;
	color:#000000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
}

#content-wrapper
{
	width: 100%;
	height: 100%;
}

#headerBG
{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
}

#headerBG-left
{
	position: absolute;
	top: 0px;
	left: 0px;
	width:	13px;
	height: 13px;
	background-image: url(../images/topLeftBG.png);
	background-repeat: no-repeat;
}

#headerBG-repeat
{
	position: relative;
	top: 0px;
	width:auto;
	margin: 0px 13px 0px 13px;
	height: 13px;
	background-image: url(../images/topRepeatBG.png);
	background-repeat: repeat-x;
}

#headerBG-right
{
	position: absolute;
	top: 0px;
	right: 0px;
	width:	14px;
	height: 13px;
	background-image: url(../images/topRightBG.png);
	background-repeat: no-repeat;
}

#page-content
{
	position: absolute;
	top: 13px;
	width:100%;
	height: auto;
	background-color: transparent;
}

#page-leftBG
{
	width:	13px;
	height: 11px;
	background-image: url(../images/leftBG.png);
	background-repeat: repeat-y;
}

#page-rightBG
{
	width:	14px;
	height: 11px;
	background-image: url(../images/rightBG.png);
	background-repeat: repeat-y;
}

#footer
{
	width:100%;
	height:58px;
}

#footer-leftBG
{
	width:	13px;
	height: 125px;
	background-image: url(../images/bottomLeftBG.png);
	background-repeat: no-repeat;
}

#footer-repeatBG
{
	padding-top: 12px;
	font-size:	11pt;
	color: #363535;
	text-align: center;
	width:auto;
	height: 125px;
	background-image: url(../images/bottomRepeatBG.png);
	background-repeat: repeat-x;
}

/* Footer Links */
#footer-repeatBG a:link { color:#071840;text-decoration:none;font-size:10pt;}
#footer-repeatBG a:visited { color:#071840;text-decoration:none;font-size:10pt; }
#footer-repeatBG a:visited:hover { color:#163989;text-decoration:underline;font-size:10pt; } 
#footer-repeatBG a:hover { color:#163989;text-decoration:underline;font-size:10pt; }
#footer-repeatBG a:active { color:#071840;text-decoration:underline;font-size:10pt; }



#footer-rightBG
{
	width:	14px;
	height: 125px;
	background-image: url(../images/bottomRightBG.png);
	background-repeat: no-repeat;
}

#content
{
	background-color: #ffffff;
}

/* Links */
a:link { color:#ef3023;text-decoration:none;font-size:11pt;}
a:visited { color:#ef3023;text-decoration:none;font-size:11pt; }
a:visited:hover { color:#163989;text-decoration:underline;font-size:11pt; } 
a:hover { color:#163989;text-decoration:underline;font-size:11pt; }
a:active { color:#ef3023;text-decoration:underline;font-size:11pt; }


#siteSearch
{
	width:119px;
	position: relative;
}
#searchBox
{
	width:	119px;
	height: 24px;
	background-image: url(../images/site-search-box.png);
	background-repeat: no-repeat;
	text-align:center;
	overflow:hidden;
}

#mainNav
{
	margin: 5px;
	height: 26px;
	width: 100%;
	background-color: #163989;
	color: #ffffff;
	clear:both;
	text-align:left;
}

/* Links */
#mainNav a:link { color:#ffffff;text-decoration:none;font-size:9pt;}
#mainNav a:visited { color:#ffffff;text-decoration:none;font-size:9pt;}
#mainNav a:visited:hover { color:#ffffff;text-decoration:underline; font-size:9pt;} 
#mainNav a:hover { color:#ffffff;text-decoration:underline;font-size:9pt;}
#mainNav a:active { color:#ffffff;text-decoration:underline;font-size:9pt; }

#homeSearch
{
	height: 26px;
	width: 90%;
	margin-left: 50px;
	background-color: #ef3023;
	color: #ffffff;
	font-size:10pt;
	clear:both;
	text-align:left;
}

/* Links */
#homeSearch a:link { color:#ffffff;text-decoration:none;}
#homeSearch a:visited { color:#ffffff;text-decoration:none;}
#homeSearch a:visited:hover { color:#ffffff;text-decoration:underline; } 
#homeSearch a:hover { color:#ffffff;text-decoration:underline;}
#homeSearch a:active { color:#ffffff;text-decoration:underline; }

#mainNavRight
{
	height: 26px;
	width: 10px;
	background-color: #163989;
	position: absolute;
	top: 93px;
	right: 5px;
	text-align:left;
}

#homeSearchRight
{
	height: 26px;
	width: 10px;
	background-color: #ef3023;
	position: absolute;
	top: 124px;
	right: 5px;
}

#home-lead
{
	width:906px;
	height: 233px;
	overflow:hidden;
	margin: 10px auto;
}

#home-lead-left
{
	width: 27px;
	height: 233px;
	background-image: url(../images/home-lead-leftBG.png);
	background-repeat: no-repeat;
	float:left;
}

#home-lead-repeat
{
	width: 831px;
	height: 213px;
	background-image: url(../images/home-lead-repeatBG.png);
	background-repeat: repeat-x;
	float:left;
	padding: 10px;
	font-size: 10pt;
}

#home-lead-right
{
	width: 28px;
	height: 233px;
	background-image: url(../images/home-lead-rightBG.png);
	background-repeat: no-repeat;
	float:right;
}

.content-box
{
	overflow:hidden;
	width: 297px;
	height: 232px;
}


.contentBox-header
{
	width: 267px;
	height: 23px;
	background-image: url(../images/contentBox-headerBG.png);
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 14px 10px 0px 20px;
	text-align: left;
}

.contentBox-body
{
	width: 277px;
	height: 170px;
	background-image: url(../images/contentBox-footerBG.png);
	background-repeat: no-repeat;
	padding: 10px;
	text-align: left;
}

#contentBox-map
{
	width: 277px;
	height: 170px;
	background-image: url(../images/contentBox-mapBG.png);
	background-repeat: no-repeat;
	padding: 10px;
	text-align: left;
}

	.ExpandedCssClass .rpText
	{
		color: white !important;
	}
	.cssClass .rpText
	{
		color: red !important;
	}
	.ExpandedCssClass 
	{
		background-image: url(../images/leftNavBG-on.png);
		background-repeat: no-repeat;	
	}
	.cssClass
	{
		background-image: url(../images/leftNavBG.png);
		background-repeat: no-repeat;
	}
li
{
	margin-left:30px;
}

.dropDown ul li
{
	list-style: none;
	margin: 0px;
}



h1
{
	color: #494848;
	font-size: 14pt;
}

#homePageNews
{
	width: 275px;
	height: 140px;
	font-size: 8pt;
	border: solid 1px #999999;
	overflow: hidden;
	color: #999999;
}

/* Links */
#homePageNews a:link { color:#ef3023;text-decoration:none;font-size:8pt;}
#homePageNews a:visited { color:#ef3023;text-decoration:none;font-size:8pt; }
#homePageNews a:visited:hover { color:#163989;text-decoration:underline;font-size:8pt; } 
#homePageNews a:hover { color:#163989;text-decoration:underline;font-size:8pt; }
#homePageNews a:active { color:#ef3023;text-decoration:underline;font-size:8pt; }

.trackInputBG
{
	overflow:hidden;
	width: 140px;
	height: 22px;
	background-image: url(../images/trackSearchBG.png);
	background-repeat: no-repeat;
}
.trackInput
{
	background-color: Transparent;
	font-size:10pt;
	color: #163989;
	width: 120px;
	margin: 3px auto;
}

#searchBox .siteSearch
{
	background-color: Transparent;
	font-size:9pt;
	color: #163989;
	width: 80px;
	margin: 3px auto;
	position: absolute;
	left: 10px;
}

#searchBar
{
	margin: 5px;
	height: 26px;
	width: 85%;
	background-color: #163989;
	color: #ffffff;
	clear:both;
	text-align:left;
}
#searchBarRight
{
	height: 26px;
	width: 15px;
	background-color: #163989;
	position: absolute;
	top: 155px;
	right: 5px;
	text-align:left;
}

#homePageResults
{
	width: 275px;
	height: 120px;
	font-size: 8pt;
	border: solid 1px #999999;
	overflow: hidden;
	color: #999999;
}

/* Links */
#homePageResults a:link { color:#ef3023;text-decoration:none;font-size:8pt;}
#homePageResults a:visited { color:#ef3023;text-decoration:none;font-size:8pt; }
#homePageResults a:visited:hover { color:#163989;text-decoration:underline;font-size:8pt; } 
#homePageResults a:hover { color:#163989;text-decoration:underline;font-size:8pt; }
#homePageResults a:active { color:#ef3023;text-decoration:underline;font-size:8pt; }

.breadcrumbs
{
	font-size: 9pt;
	color: #666666;
	margin-left: 200px;
}

/* Breadcrumbs Links */
.breadcrumbs a:link { color:#ef3023;text-decoration:none;font-size:9pt;}
.breadcrumbs a:visited { color:?ef3023;text-decoration:none;font-size:9pt; }
.breadcrumbs a:visited:hover { color:#163989;text-decoration:underline;font-size:9pt; } 
.breadcrumbs a:hover { color:#163989;text-decoration:underline;font-size:9pt; }
.breadcrumbs a:active { color:#ef3023;text-decoration:underline;font-size:9pt; }

.searchDD
{
	border: solid 1px #666666;
}

.MasterTable_Web20 A:link { COLOR: #163989; font-size:9pt; }
.MasterTable_Web20 A:hover { FONT-SIZE: 9pt; COLOR: #ef3023 }
.MasterTable_Web20 A:visited { COLOR: #163989; font-size:9pt; }
.MasterTable_Web20 A:visited:hover { FONT-SIZE: 9pt; COLOR: #ef3023 }
.MasterTable_Web20 A:active { FONT-SIZE: 9pt; COLOR: #ef3023 }


.siteMapTable
{
	border: solid 1px #163989;
	width: 100%;
}

.siteMapTable a:link { color:#ef3023;text-decoration:none;font-size:8pt;}
.siteMapTable a:visited { color:#ef3023;text-decoration:none;font-size:8pt; }
.siteMapTable a:visited:hover { color:#163989;text-decoration:underline;font-size:8pt; } 
.siteMapTable a:hover { color:#163989;text-decoration:underline;font-size:8pt; }
.siteMapTable a:active { color:#ef3023;text-decoration:underline;font-size:8pt; }

.tracksTable
{
	position:absolute;top:180px; margin:auto;
	font-size:8pt;
}

.tracksTable a:link { color:#ef3023;text-decoration:none;font-size:8pt;}
.tracksTable a:visited { color:#ef3023;text-decoration:none;font-size:8pt; }
.tracksTable a:visited:hover { color:#163989;text-decoration:underline;font-size:8pt; } 
.tracksTable a:hover { color:#163989;text-decoration:underline;font-size:8pt; }
.tracksTable a:active { color:#163989;text-decoration:underline;font-size:8pt; }

#footer-content 
{
    width: 100%;
}

#footer-copy 
{
    text-align: right; width: 60%; padding-right: 10px;
}

#footer-image 
{
    text-align: left; padding-top: 5px;
}