body
{
	background-color:White;
	font-family:Sans-Serif;
}

tr.h0 th
{
	background-color:#73945a;
	color:White;
}

tr.r0 td
{
	background-color:#cfcfcf;
	color:Black;
}
tr.r0 a:link
{
	color:Black;
	font-weight:bold;
}
tr.r0 a:visited
{
	color:Black;
	font-weight:bold;
}

tr.r1 td
{
	background-color:#73945a;
	color:Black;
}
tr.r1 a:link
{
	color:Black;
	font-weight:bold;
}
tr.r1 a:visited
{
	color:Black;
	font-weight:bold;
}

td.td_center
{
	text-align:center;
}

/* Styling for an HTML banner. */
.Banner
{
	background-color:#cfcfcf;
	background-image:url("/App_Themes/Nat/Images/banner_bground.gif");
	background-repeat:no-repeat;
	height:250px;
	width:800px;
}

/* Styling for a banner link. */
.BannerLink
{
	background-color:#ff3300;
	padding:10px;
	text-align:center;
}
.BannerLink a:link
{
	color:White;
	font-weight:bold;
	text-decoration:none;
}
.BannerLink a:visited
{
	color:White;
	font-weight:bold;
	text-decoration:none;
}
.BannerLink a:active
{
	text-decoration:underline;
}
.BannerLink a:hover
{
	text-decoration:underline;
}

/* Styling for the Client loging 'button' */
.ClientLogin
{
	background-color:#73945a;
	padding:0.2cm 0.2cm 0.2cm 0.2cm;
	text-align:center;
	width:93.5%;
}
.ClientLogin a:link
{
	color:White;
	text-decoration:none;
}
.ClientLogin a:visited
{
	color:White;
	text-decoration:none;
}
.ClientLogin a:active
{
	text-decoration:underline;
}
.ClientLogin a:hover
{
	text-decoration:underline;
}

/* Styling for the right-hand content column on pages */
.ContentBar
{
	border-left:solid 2px Silver;
	float:right;	
	padding:0.1cm 0.1cm 0.1cm 0.1cm;
	width: 20%
}

/* Styling for the page content container */
.ContentContainer
{
	float:left;
	overflow:auto;
	padding:0.5cm 0cm 0.5cm 0cm;
	width:78%;
}

/* Styling for the company headlines box on the home page */
.ContentNews
{
	font-size:9pt;
	padding:0.1cm 0.1cm 0.1cm 0.1cm;
	width:94.5%;
}
.ContentNews a:link
{
	color:#73945a;
	font-weight:bold;
	text-decoration:none;
}
.ContentNews a:visited
{
	color:#73945a;
	font-weight:bold;
	text-decoration:none;
}
.ContentNews a:active
{
	text-decoration:underline;
}
.ContentNews a:hover
{
	text-decoration:underline;
}

/* Styling for standard page headers */
.Header
{
	color:Orange;
	font-weight:bold;
}

/* Styling for the main menu container */
.MainMenu
{
	position:absolute;
	right:0.3cm;
	top:1.45cm;
}

/* Styling for the leaf items on the main menu */
.MenuLeaf a:link
{
	color:#73945a;
	font-weight:bold;
	text-decoration:none;
}
.MenuLeaf a:visited
{
	color:#73945a;
	font-weight:bold;
	text-decoration:none;
}
.MenuLeaf a:active
{
	text-decoration:underline;
}
.MenuLeaf a:hover
{
	text-decoration:underline;
}

/* Styling for Modal Popup */
.ModalPopup
{
	background-color:#ffffcc;
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	padding:3px;
	width:300px;
}

/* Background when the modal popup is displayed */
.ModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* Styling for the page header */
.PageHeader
{
	background-color:#73945a;
	background-image:url("/App_Themes/Nat/Images/p_header.png");
	background-repeat:no-repeat;
	height:211px;
	width:100%;
}
.PageHeaderText
{
	color:White;
	font-weight:bold;
	float:right;
	font-size:20pt;
	padding-right:0.5cm;
	padding-top:2cm;
}

/* Styling for the site branch map on sub pages */
.SiteBranch
{
	height:25px;
	padding:0.1cm 0.1cm 0.1cm 0.5cm;
}
.SiteBranch a:link
{
	color:#73945a;
	font-weight:bold;
	text-decoration:none;
}
.SiteBranch a:visited
{
	color:#73945a;
	font-weight:bold;
	text-decoration:none;
}
.SiteBranch a:active
{
	text-decoration:underline;
}
.SiteBranch a:hover
{
	text-decoration:underline;
}

/* Styling for the Toll Free Sales/Support number */
.TollFreeNumber
{
	font-size:10pt;
	font-weight:bold;
	color:Gray;
}

/* Styling for the menu at the top right of the site */
.TopMenu
{
	font-size:small;
	position:absolute;
	right:0.5cm;
	top:0.5cm;
}
.TopMenu a:link
{
	color:Orange;
	font-weight:bold;
	text-decoration:none;
}
.TopMenu a:visited
{
	color:Orange;
	font-weight:bold;
	text-decoration:none;
}
.TopMenu a:active
{
	text-decoration:underline;
}
.TopMenu a:hover
{
	text-decoration:underline;
}