﻿body 
{
	background-color:#c0c0c0;
	margin:0;
	font-family:Arial,Sans-Serif;
	font-size:12px;
}
.outerframe
{
    position:relative;
    width: 900px;
    margin: auto; 
}
div.repeatBG
{
    position:absolute;
    z-index:-2;
    background-image: url('images/BK_Repeat.png');
    background-repeat: repeat-y;
}
div.topnav
{
    position: relative;
    left: 535px;
    top: 75px;
    width:300px;
}
div.topnav, div.topnav a
{
    color: White;
    font-family: Myriad Pro;
    font-size: 10px;
    text-decoration: none;
    letter-spacing: 2px;
}
.tabs
{
    position: relative;
    left: 20px;
    top: 87px;
}
.bodyBG
{ 
    position: relative;
    background-image: url('images/topBG.png');
    background-repeat: no-repeat;
    width:900px;  	
}
div .content
{
    position:relative;
	z-index:10;
	top:130px;
    min-height:655px;	
	overflow:auto;
}
.footerBG
{   
    position:absolute;
    background-image: url('images/footerBG.png');
    background-repeat: no-repeat;   
    height:81px;
    width:900px;
}

a img
{
	border:0;
}
.heading1
{
    color: #810e1a;
    font-size: 17px;
}
.heading2
{
    color: #810e1a;
    font-size: 25px;
}
.heading3
{
    color: #ba7975;
    font-size: 25px; 
}
#logoImage
{
    float:left;
    padding-left:30px;
    padding-top:15px;
}
.tabbed_pages
{
    padding:0px 159px 200px 80px;
}
.recommendation_pages
{
    padding:15px 195px 200px 95px;
}
.health_pages
{
    padding:15px 239px 200px 95px;
}
.mgmt_pages
{
    padding:0px 239px 200px 95px; 
}
#programInfo ul, ol
{
    margin:0px;
}
#programInfo ol li, ul li
{
    padding-top:5px;
}
#faq ol li ul li
{
    list-style-type:lower-alpha;
}
.modalPopup 
{
	background-color:#ffffdd;
	border: 3px solid Gray;
	padding:3px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#myStatusTable td
{
     background-color: #e0d7c4;
     padding-left:10px;
     width: 1021px;
}
#myStatusTable td:first-child
{
     width: 1296px;
}
#myStatusTable tr:first-child td
{
     height: 42px; 
     font-size:14px; 
     color:White; 
     font-weight:bold; 
     background-color: #810e1a;
}


