h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}
h1 {
	font-size: 13px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
	font-style: italic;
}
body {
	background-color: #CCCCCC;
	height: 2001px;
	margin: 0px;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #808080;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#PageCenteringDIV
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
	background-color: #ffffff;
	text-align: left;
	border-left: solid 10px #f99543;
	border-right: solid 10px #f99543;
	border-top: none;
	border-bottom: none;
}
#PageBannerDIV
{
    background-image: url("Images/centric_banner.jpg");
    background-repeat: no-repeat;
    height: 140px;
    width: 100%;
}
#PageMiddleDIV
{
    float: left;
}
#PageContentDIV
{
    width: 680px;
    float: left;
}
#PageNavigationDIV
{
    width: 220px;
    float: left;
    height: 100%;
    color: #808080;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
    text-decoration: none;
}
.NavHeaderDIV
{
    width: 220px;
    height: 18px;
    background-image: url("Images/nav_bar_header.gif");
    background-repeat: no-repeat;
}
.NavHeaderDIV div
{
    padding-right: 20px;
}
.NavLinkDIV 
{
    width: 220px;
    height: 33px;
    background-image: url("Images/nav_bar_link.gif");
    background-repeat: no-repeat;
}
.NavLinkDIV a
{
    line-height: 29px;
    padding-right: 20px;
}
.NavFiller
{
    background-image: url(Images/nav_bar_filler.gif);
    background-repeat: repeat-y;
    width: 220px;
    height: 1678px;
}
.PlaceHolderContent
{
    margin-top: 3px;
    font-size: 11px;
    margin-left: 20px;
    color: #808080;
    margin-right: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


