body 
{
	width: auto;
	margin: auto;
	background-color: #00633B;
}
/*---------------Background Styles---------------*/
.PMMenuBgRepeat
{
	background-image: url(Images/Backgrounds/PMMenuBgRepeat.jpg);
	background-repeat: repeat-x;
}

.PMCenterLeftRepeat
{
	background-image: url(Images/Backgrounds/PMCenterLeftRepeat.jpg);
	background-repeat: repeat-y;
}

.PMCenterRightRepeat
{
	background-image: url(Images/Backgrounds/PMCenterRightRepeat.jpg);
	background-repeat: repeat-y;
}

.PMCenterBottomBg
{
	background-image: url(Images/Backgrounds/PMCenterBottomBg.jpg);
	background-repeat: no-repeat;
}

.PMCenterTopBg
{
	background-image: url(Images/Backgrounds/PMCenterTopBg.jpg);
	background-repeat: no-repeat;
}

.PMCenterContentBorder
{
	border: solid 1px #00633B;
	padding: 16px 16px 16px 16px;
}

.PMBanner
{
	background-image: url(Images/PMBanner.jpg);
	background-repeat: no-repeat;
}
/*---------------Home Page Styles---------------*/
.PMHomeH1
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #00633B;
}

.PMHomeH2
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #00633B;
}

.PMHomeText
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 18px;
    color: #000000;
}

a.PMHomeTextLink
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: underline;
    color: #000000;
}

a.PMHomeTextLink:Hover
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: underline;
    color: #00633B;
}
/*---------------Subpage Styles---------------*/
.PMSubH1
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #00633B;
}

.PMSubH2
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #00633B;
}

.PMSubText
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    color: #000000;
}

a.PMSubTextLink
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: underline;
    color: #000000;
}

a.PMSubTextLink:Hover
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: underline;
    color: #00633B;
}
/*---------------Footer Styles---------------*/
.PMFooterMenu
{
	padding-right: 4px;
}

.PMFooter
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
}

a.PMFooter:Hover
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
    color: #46166B;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
}

.PMFooterSep
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
    color: #ffffff;
}
/*--------------------------------------Secondary Styles-------------------------------------------*/
.PMsecondarynav_title
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;	
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-right: 0px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
	
.PMSecondaryNav
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;	
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	padding-left: 2px;
	padding-right: 0px;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
}

a.PMSecondaryNav:hover
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #025131;
	text-decoration: none;
	text-align: left;
	padding-left: 2px;
	padding-right: 0px;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
}

.PMSecondaryNav_sel
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #025131;
	text-decoration: none;
	text-align: left;
	padding-left: 2px;
	padding-right: 0px;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
}

.PMSecondaryNav_selNoHighlight
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;	
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
	padding-right: 0px;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
}

.PMSecondaryNav_sel2
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;	
	color: #025131;
	text-decoration: none;
	text-align: right;
	padding-left: 15px;
	display: block;
	text-transform: uppercase;
}

.PMSecondaryNavSubMenu, a.PMSecondaryNavSubMenu
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;	
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	padding-right: 0px;
	padding-left: 15px;
	display: block;
	padding-bottom: 4px;
	text-transform: uppercase;
}

a.PMSecondaryNavSubMenu:Hover
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;	
	color: #025131;
	text-decoration: none;
	text-align: left;
	padding-right: 0px;
	padding-left: 15px;
	display: block;
	padding-bottom: 4px;
	text-transform: uppercase;
}

.PMSecondaryNavSubMenu_sel
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;	
	color: #025131;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
	display: block;
	padding-bottom: 4px;
	text-transform: uppercase;
}

.PMTertiaryBackground
{
}

