﻿body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7f989d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #c2b59b;
}

a, a:visited{
	color: #ffffff;
	text-decoration:none;
	font-size:11px;
}

a:hover{
	text-decoration:none;
	border-bottom: 1px dashed;
}

.oneColFixCtrHdr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #474546;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	text-align:center;
	background: #7f989d; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color:#ffffff;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #474546;
}

.oneColFixCtrHdr #mainContent h1 {
	padding: 0 20px;
	color:#ffffff;
	font-weight:normal;
	font-size:20px;
}

.oneColFixCtrHdr #mainContent h2 {
	padding: 0 20px;
	color:#ffffff;
	font-weight:normal;
	font-size:16px;
}
.oneColFixCtrHdr #mainContent p {
	padding: 0 20px;
	font-size:12px;
	line-height:18px;
}
.oneColFixCtrHdr #footer {
	text-align:right;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#7f989d;
	color:#474546;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	line-height:14px;
}


.MS_MasterBody
{
	background:#474546;
}
.MSC_Body
{
	padding:10px;
	text-align:left;
	background:#474546;
	height:100%;
}

.MSC_SiteWidth,.MS_MasterHeader,.MS_MasterFrame,.MS_MasterGlobalLinks,.MS_MasterHeader,.MS_MasterPrimaryNav,.MS_MasterFooter,.MS_MasterTopAD,.MS_MasterBottomAD
{
	width:790px;
}

.BG_Light
{
        height:150px;
        width:790px;
	background-color:#7f989d;
}

.MS_MasterHeader
{
        background-image: url(/images/header.gif);
        background-repeat: no-repeat; 
        height:100px;
        width:790px;
	background-color:#7f989d;
}

.MSC_PrimaryNavLinkFrame-On
{
        background:#7f989d;
	white-space:nowrap;
	padding:5px 10px 5px 10px;
}
.MSC_PrimaryNavLink-On
{
	font-size:12px;
	text-decoration:none;
        color:#FFFFFF;
}
.MSC_PrimaryNavLink-On:hover
{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
        color:#FFFFFF;
}
.MSC_PrimaryNavLink-On:visited
{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
        color:#FFFFFF;
}

.MSC_FooterFrame
{
	background:#7f989d;
	color:#474546;
	padding:5px;
	text-align:right;
}

.MSC_PrimaryNavFrame
{
	background:#7f989d;
	width:100%;
	margin:1px 0px 5px 0px;
	text-align:center;
}
.MSC_PrimaryNavLink
{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
.MSC_PrimaryNavLink:hover
{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
.MSC_PrimaryNavLink:visited
{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}



.MSC_SecondaryNavLinkFrame-On
{
        background:#7f989d;
	white-space:nowrap;
	padding:5px 10px 5px 10px;
}
.MSC_SecondaryNavLink-On
{
	font-size:12px;
	text-decoration:none;
        color:#FFFFFF;
}
.MSC_SecondaryNavLink-On:hover
{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
        color:#FFFFFF;
}
.MSC_SecondaryNavLink-On:visited
{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
        color:#FFFFFF;
}

.MSC_SecondaryNavFrame
{
	background:#7f989d;
	width:100%;
	margin:1px 0px 5px 0px;
	text-align:center;
}
.MSC_SecondaryNavLink
{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
.MSC_SecondaryNavLink:hover
{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
.MSC_SecondaryNavLink:visited
{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}

.IWS_WH_PageLayoutTable{
        valign:top;
}


.MSC_FooterLink
{
	color:#ffffff;
	font-size:9pt;
	text-decoration:none;
        font-weight:normal;
}
.MSC_FooterLink:hover
{
	color:#ffffff;
	font-size:9pt;
	text-decoration:none;
        font-weight:normal;
}
.MSC_FooterLink:visited
{
	color:#ffffff;
	font-size:9pt;
	text-decoration:none;
        font-weight:normal;
}
.MSC_FooterLinkSpacer
{
	color:#ffffff;
	font-size:10pt;
}
.MSC_FooterText
{
	color:#ffffff;
	font-size:10pt;
}
