﻿a:link      {  text-decoration: none; }
a:active   	{  text-decoration: none; }
a:visited   {  text-decoration: none; }
a:hover		{  text-decoration: underline; }

.headerCellStyle
{
	width: 720px; 
	height: 170px;
}
.contentTable
{
    width: 100%;
    height: 21px;
    margin-left: 15px;
}
.navCellStyle
{
    width: 177px;
}
.contentCellStyle
{
    font-weight: bold;
    padding-right: 35px; 
    text-align: left;
}

.bodyStyle 
{
	/*font-size: xx-large;*/ 
	font-family: Arial, Helvetica, sans-serif; 
	background: url('siteBack.png') repeat-x #ffffff; 
	background-position: top center;
}

.siteHeader
{
	background: url('siteheader.png') no-repeat; 
	width: 720px;
}

.contentStyle
{
	/*background: url('contentBack.png') repeat-y;*/
	background-position: top center;
}

/*============ Font ==================*/
.Heading
{
	color: #518f91; 
	font-weight: bold; 
	font-size: 40px; 
	font-family: Arial, Helvetica, sans-serif;
}
.SubHeading
{
	color: #00437C; 
	font-weight: bold; 
	font-size: x-large; 
	font-family: Arial, Helvetica, sans-serif;
}
.StandardFont
{
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif;
}

/*========== Navigation ==============*/
.selectedNav
{
	color: #516691; 
	font-size: large; 
	font-weight: bold; 
	background-position: center; 
	margin-bottom: 5px; 
	height:25px; 
	width: 177px; 
	background:url('selectedNav.png') no-repeat;
}
.selectedNav a 
{ 
	color: #FFFFFF; 
	display: block; 
	padding: 1px 15px 4px 13px; 
	border-bottom: 1px solid #D6D6D6; 
	text-align: left;
}
.selectedNav a:hover 
{ 
	color: #516691; 
}

.normalNav
{
	color: #516691; 
	font-size: large; 
	font-weight: bold;
	margin-bottom: 5px; 
	height:25; 
	width: 177px;
}
.normalNav a 
{ 
	color: #516691; 
	display: block; 
	padding: 1px 15px 4px 13px; 
	border-bottom: 1px solid #D6D6D6; 
	text-align: left;
}
.normalNav a:hover 
{ 
	color: #516691; 
}

.selectedSubNav
{
	color: #516691;
	font-size: medium;  
	font-weight: bold; 
	margin-bottom: 5px; 
	margin-left: 15px;
	height:25px; 
	width: 162px; 
	background:url('selectedSubNav.png') no-repeat;
}
.selectedSubNav a 
{ 
	color: #FFFFFF; 
	display: block; 
	padding: 1px 15px 4px 13px; 
	border-bottom: 1px solid #D6D6D6; 
	text-align: left;
}
.selectedSubNav a:hover 
{ 
	color: #516691; 
}

.normalSubNav
{
	color: #247e86; 
	font-size: medium; 
	font-weight: bold;
	margin-bottom: 5px; 
	margin-left: 15px;
	height:25; 
	width: 162px;
}
.normalSubNav a 
{ 
	color: #247e86; 
	display: block; 
	padding: 1px 15px 4px 13px; 
	border-bottom: 1px solid #D6D6D6; 
	text-align: left;
}
.normalSubNav a:hover 
{ 
	color: #247e86; 
}

body {
}
