﻿#PageWrapper
{
	width: 802px;
	height: 592px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/Master/subpage-back.jpg) no-repeat; 
	z-index: 1;
	font-family: Verdana, Sans-Serif;
	font-size: 9pt;
	padding-bottom:35px;
}

#YFC
{
	width: 283px;
	height: 89px;
	float: left;
}

#YFC img
{
	float: left;
}

#YFCRight
{
	float: right;
}

#imgLogo
{
	float: left;
	clear: left;
}

#PageMenu
{
	clear: left;
	font-family: Book Antiqua, Times New Roman, Serif;
	font-size: 10pt;
	float: left;
	margin-left: 26px;
	text-align: right;
	width: 125px;
	z-index: 2;
}

.DMMenu ul li
{
	float: left;
	text-align: right;
}

.DMMenu a, .DMMenu a:hover, .DMMenu a:visited
{
	color: #0E070F;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
	z-index: 3;
}

.DMMenu a:hover
{
	border-bottom: 3px solid #999893;
}

.DMMenu ul ul
{
	border-left: 1px solid #999893;
	left: 100%;
	width: 128px;
	margin-left: -3px;
}

.DMMenu ul ul:hover
{
	display: none;
}

.DMMenu ul ul li
{
	margin-top: 105px;
	text-align: left;
	padding-left: 5px;
	font-size: 12pt;
}

.DMMenu ul ul li a
{
	color: #A1349D;
}

#dvMainContentArea
{
	float: right;
	clear: none;
	width: 465px;
	min-height: 480px;
	_height:480px;
	margin-top: -100px;
}

#mcCover
{
	float: right;
	clear: both;
	position: relative;
	top: -224px;
}

#mcCover img
{
	float: right;
}

a.InnerButton
{
    background: transparent url('../images/Buttons/buttonRight.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.InnerButton:active
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.InnerButton span
{
    background: transparent url('../images/Buttons/buttonLeft.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.InnerButton:active span
{
   background-position: bottom left;
   padding: 6px 0 4px 18px; /* push text down 1px */
}