body
{
	margin: 0px;
	background-color: #fc6;
}

/* Main Menu */ 

.MainMenu_MenuContainer {  
background-color: #039; 
} 

.MainMenu_MenuBar { 
cursor: pointer; 
cursor: hand; 
height:16; 
} 

.MainMenu_MenuItem { 
cursor: pointer; 
cursor: hand; 
color: #039; 
font-family: Arial, Helvetica; 
font-size: 12px; 
font-weight: 700;
font-weight: bold; 
font-style: normal;
border-left: #333333 0px solid; 
border-bottom: #333333 0px solid; 
border-top: #333333 0px solid; 
border-right: #333333 0px solid;  
} 

.MainMenu_MenuIcon { 
cursor: pointer; 
cursor: hand; 
background-color: #9cf; 
text-align: center; 
width: 15; 
height: 21; 
border-left: #333333 0px solid; 
border-bottom: #333333 0px solid; 
border-top: #333333 0px solid; 
} 

.MainMenu_SubMenu { 
z-index: 1000; 
cursor: pointer; 
font-family: Arial, Helvetica; 
cursor: hand; 
color: #039; 
background-color: #9cf; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
border-bottom: #039 1px solid; 
border-left: #039 1px solid; 
border-top: #039 0px solid; 
border-right: #039 1px solid; 
} 


.MainMenu_MenuItemSel { 
background-color: #69f; 
font-family: Arial, Helvetica; 
cursor: pointer; 
cursor: hand; 
color: #930; 
} 

.MainMenu_MenuArrow { 
font-family: webdings; 
font-size: 12px;
color: #06f; 
cursor: pointer; 
cursor: hand; 
border-right: #333333 0px solid; 
border-bottom: #333333 0px solid; 
border-top: #333333 0px solid; 
} 

.MainMenu_RootMenuArrow { 
font-family: webdings; 
font-size: 12px;
color: #06f;
cursor: pointer; 
cursor: hand; 
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #039;
}


/* Header Styles */
.NavigationRow
{
	background-color: #039;
	padding: 0px;
}

.PostNavRow
{
	background-color: #9cf;
}

/* Pane Styles */
.ContentPane
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
}
.LeftPane
{
	background-color: #ffc;
	border: 10;
}
.RightPane
{
	background-color: #fc6;
	height: 100%;
}
/* Font Styles */
.MainNavigation
{
	color: #fc6;
	font-family: Arial, Helvetica; 
	font-size: 12px;
	font-weight: 700;
	font-weight: bold;
	background-color: #039;
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
}
.PhoneNumber
{
	color: #039;
	font-family: Arial, Helvetica; 
	font-size: 12px;
	font-weight: 700;
	font-weight: bold; 
}
.ActiveTabFont
{
	background-color: #69f; 
	font-family: Arial, Helvetica; 
	cursor: pointer; 
	cursor: hand; 
	color: #930;
}


.SignInNav
{
	color: #039;
	font-family: Arial;
	font-size: 11px;
	font-weight: 500;
	font-weight: normal;
	background-color: Transparent;
}

a.SignInNav:link, a.SignInNav:active, a.SignInNav:visited, a.SignInNav:hover
{
	color: #039;
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	font-weight: bold;
	background-color: Transparent;
}

.OtherTabs
{
	color: #039;
	font-family: Arial;
	font-size: 11px;
	font-weight: 500;
	font-weight: normal;
	background-color: Transparent;
}

a.OtherTabs
{
	color: #039;
	font-family: Arial;
	font-size: 11px;
	font-weight: 500;
	font-weight: normal;
	background-color: Transparent;
}
A.OtherTabs:link {
    text-decoration:    none;
    color: #039;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #039;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #039;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: #039;
}

.ReadMoreLink
{
	color: #033;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	font-weight: bold;
}

a.ReadMoreText:link, a.ReadMoreText:active, a.ReadMoreText:visited, a.ReadMoreText:hover
{
	color: #033;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	font-weight: bold;
}

.FooterLinks {
	color: #fc6;
	font-family: Arial;
	font-size: 11px;
	font-weight: 500;
	font-weight: normal;
	background-color: Transparent;
}

a.FooterLinks:link, a.FooterLinks:active, a.FooterLinks:visited, a.FooterLinks:hover {
	color: #fc6;
	font-family: Arial;
	font-size: 11px;
	font-weight: 500;
	font-weight: normal;
	background-color: Transparent;
}

/* Default Content Font Classes */
.DcHeader
{
	color: #600;
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
	font-weight: bold;
}

/* Side Box Font Classes */
.Title
{
	color: #000;
	font-family: Arial;
	font-size: 12px;
	font-weight: 700;
	font-weight: bold;
}
.RedTitle
{
	color: #900;
	font-family: Arial;
	font-size: 12px;
	font-weight: 700;
	font-weight: bold;
}

