body 
{
	text-align: center;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
}
/*
 * Navigation styles
 */
a
{
	color: #A63C3C;
	color: #5C778C;
	color: #C63;
	color: #CC6633;
	font-family: Verdana, Sans-Serif;
	text-decoration: underline;
	vertical-align: middle;
}
a:hover
{
	color: #C4AD76;
	color: #CC9E86;
	color: #5C778C;
}

a.navs
{
	font-family: Verdana, Sans-serif;
	font-size: 7pt;
	text-decoration: none;
	color: #666666;
	color: #C63;
}

a.navs:hover
{
	color: #A63C3C;
	color: #5C778C;
}

div#topNavs
{
	padding-top: 5px;
}


/* top nav items */
.navtop
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.navtop li
{
	float: left;
	padding-right: 25px;
}
.navtop li a
{
	font-family: Verdana, Sans-serif;
	font-size: 7pt;
	text-decoration: none;
	color: #666666;
	color: #C63;
}
.navtop li a:hover
{
	color: #A63C3C;
	color: #5C778C;
}

.navtop li ul
{
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -1px;
	background-color:#F5F5F5;
	border:1px solid #E1E1E1;
}
.navtop li:hover ul,
.navtop li.hover ul
{
	display: block;
}
.navtop li ul li
{
	float: none;
	position: relative;
	padding: 5px;
}
.navtip li ul li a:hover
{
	background-color: #FFFFFF;
}


td.navsItem {
	height: 18px;
}

a.subNavsMenu
{
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
}
a.subNavsMenu:visited
{
	text-decoration: none;
}
a.subNavsMenu:hover
{
	text-decoration: none;
}

div.subNavLinks
{
}


/*
 * Page layout styles
 */
td#leftBG
{
	background-image: url(../cmsimages/leftBG.gif);
	background-position: top right;
	background-repeat: repeat-x;
}

td#rightBG
{
	background-image: url(../cmsimages/rightBG.gif);
	background-position: top left;
	background-repeat: repeat-x;
}


div#container 
{
	background-image: url(../cmsimages/pageContentBG.gif);
	background-repeat: repeat-y;

	text-align: left;
	margin: 0px auto;
	width: 777px;
	min-height: 250px;
	padding: 0px;
}

div#pageHeader
{
	margin: 0px;
	width: 777px;
	height: 131px;
	background-image: url(../cmsimages/pageHeaderBG.gif);
}

img#pageHeaderLogo {
	position: relative;
	top: 34px;
	left: 34px;
}

div#pageMenu
{
	width: 777px;
	height: 25px;
	background-image: url(../cmsimages/pageMenuBG.gif);
	background-repeat: repeat-y;
	padding-left: 25px;
	font-family: Verdana, Sans-Serif;
	color: #666666;
	text-transform: uppercase;
}

div#pageContent
{
	background-image: url(../cmsimages/pageContentTopBG.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-right: 40px;
}


div#pageImage {
	padding: 3px;
	border: 1px solid #DADADA;
	background-color: #F5F5F5;
	width: 285px;
}

div#pageContentRightColumn
{
	font-family: Verdana, Sans-serif;
	font-size: 8pt;
	color: #787878;		
	float: right;
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 10px;
}

div#pageContentRightColumn p
{
	text-align: center;
}


div#pageFooter
{
	background-image: url(../cmsimages/containerBG.gif);
	background-repeat: repeat-y;
	height: 30px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
}

div#copyRight
{
	float: left;
	text-align: left;
	width: 48%;

	font-family: Verdana, Sans-serif;
	font-size: 7pt;
	color: #BFBFBF;
}

div#pageFooterLinks
{
	float: right;
	text-align: right;
	width: 48%;

	font-size: 7pt;
	overflow: visible;
}

div#pageFooterLinks a
{
	/*color: #BFBFBF;*/
	margin-right: 10px;
}
div#pageFooterLinks a:hover
{
	/*color: #5C778C;*/
}
div#credits
{
	font-size: 7pt;
	clear:both;
	text-align: right;
	margin-right: 10px;
}




/*
 * HTML element styles
 */
h1
{
	font-family: Times New Roman, Serif;
	font-size: 18pt;
	color: #921010;
	color: #CC6633;
	font-weight: normal;
}
h2
{
	font-family: Times New Roman, Serif;
	font-size: 14pt;
/*	color: #921010; */
	color: #CC6633;
	font-weight: normal;
}

p, td
{
	text-align: left;
	line-height: 1.5em;
	font-family: Verdana, Sans-serif;
	font-size: 8pt;
	color: #000000;	
	color: #787878;	
	margin-top: 0;
	margin-bottom: 0;	
}
	




.tableheader
{
	padding: 4px;
	border-bottom: 1px solid #DADADA;
}


table.formTbl
{
}
table.formTbl td img
{ 
	padding: 0px;
	margin: 0px;
}
table.formTbl td
{
	text-align: center;
	vertical-align: middle;
}


table#calcResult
{
	background-color: #F5F5F5;
	padding: 5px;
	margin-top: 10px;
	width: 380px;
	border: 1px solid #DADADA;
}

table#calcResult td
{
	vertical-align: bottom;
	padding: 5px;
}

td.label
{
	text-align: right;
	font-weight: bold;
}

td.labelResult
{
	width: 210px;
	vertical-align: bottom;
}

td.numResult
{
	width: 100px;
	vertical-align: bottom;
	text-align: right;
}

input
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

