html, body
{
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	color: Black;
	background-color: #58595b;
	text-align: center;
	font-size: 11px;
}


.Center 
{
    margin: 0 auto;
}

.BG_Table {
	width: 100%;
	text-align: center;
	background-color:#e0ebf0;
}

.BG_Top 
{
    background-image: url(/images/Main_Layout/MainBG_01.jpg);
    background-repeat: repeat-x;
    text-align: center;
    vertical-align: top;
    height: 650px;
}
.BG_Bottom
{
    background-image: url(/images/Main_Layout/MainBG_02.jpg);
    background-repeat: repeat-x;
    background-color: #58595b;
    height: 200px;
    vertical-align: top;
    padding-top: 13px;
}

.BGFrame_Center 
{
    background-color: White;
    text-align: center;
    vertical-align: top;
    height: 620px;
    width: 885px;
}
.BGFrame_TopLeft 
{
    background-image: url(/images/Main_Layout/BG-Frame_04.png);
    background-repeat: repeat-y;
    vertical-align: top;
}
.BGFrame_TopRight 
{
    background-image: url(/images/Main_Layout/BG-Frame_05.png);
    background-repeat: repeat-y;
    vertical-align: top;
}
.BGFrame_BottomCenter 
{
    background-image: url(/images/Main_Layout/BG-Frame_07.png);
    background-repeat: repeat-x;
}

.MainTable 
{
    width: 885px;
    height: 507px;
}

.SubpageMainTD 
{
    height:500px;
}
.SubContentTD 
{
    padding-left:15px;
    padding-right:15px;
    padding-bottom:20px;
    vertical-align:top;
}
.SubContentDiv 
{
    padding-left:30px;
}

.PdfLink_TD 
{
    background-image: url(/Images/Common/pdf.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 5px;
}


.Footer_TD 
{
    background-color: #464646;
    width: 890px;
}
.FooterTitleTD
{
    padding-top: 3px;
    padding-bottom: 3px;
}
.Footer_Top 
{
    background-image: url(/images/Footer/Footer-Frame_02.png);
    background-repeat: repeat-x;
}
.Footer_Left
{
    background-image: url(/images/Footer/Footer-Frame_04.png);
    background-repeat: repeat-y;
}
.Footer_Right
{
    background-image: url(/images/Footer/Footer-Frame_06.png);
    background-repeat: repeat-y;
}
.Footer_Bottom
{
    background-image: url(/images/Footer/Footer-Frame_08.png);
    background-repeat: repeat-x;
}

.FooterPDF {
    background-image: url(/images/Common/pdf_small.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:17px;
    padding-right:20px;
}



.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.modalBackground_2 
{
	background-color: Transparent;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup {
	background-color: Transparent;
	border-width:0px;
	border-style:solid;
	padding:3px;
}

.ModalCloseTD 
{
    text-align:right;
    padding-right:10px;
}
.ModalPopupMainDiv 
{
    overflow:auto;
    padding-right:10px;
    height:300px;
}


.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    background-color:White;
    border: 2px solid black;
    padding: 6px 10px 10px 10px;
    font-family:Verdana;
    font-size:8px;
    font-weight:bold;
}