﻿html
{
	overflow-y: scroll;
}

body
{
	padding: 0px;
	margin: 0px;
	background: #DCDEE0;
	color: #000;
	font-family: Helvetica; 
	font-size: 16px;
}

a img { border: 0px; }

a { color: #000; text-decoration: underline; font-weight: bold; }

img.bordered { border: solid 2px #000; }
img.floatRight { float: right; }
img.floatLeft { float: left; }

table.mainSite
{
	background: #FFF;
	position: relative;
	border-collapse: collapse;
	margin: auto;		/* this centers the main table */
	width: 930px;
	max-width: 930px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: justify;
}

h1
{
	font-family :Helvetica CE;
	font-weight: bold;
	font-size: 22px;
	font-variant: small-caps;
}

/* Header Styles */

td.navigationText
{
	font-family:Arial;
	font-size: 14px;
	font-variant:small-caps;
	vertical-align: bottom;
	text-align: center;
}

td.headerLogoText
{
	font-family: Garamond;
	font-size: 33px;
	font-variant:small-caps;
}

table.headerImages
{
	background: #0D3F6E;
	border: solid 12px #0D3F6E;
	width: 100%;
	height: 152px;
	white-space: nowrap;
}

td.pageHeader 
{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
 }

td.pageBody
{
	vertical-align: top;
}

table.headerContent
{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}

table.bodyContent
{
	width: 100%;
}

td.content
{
	height: 100%;
	vertical-align: top;
	padding-right: 12px;
}

.ServiceHeader
{
	color: #8c4322;
	font-family: Monotype Corsiva;
	font-size: 20px;
	font-weight:bold;
}

tr.altRow { background: #E4E4E4; }

a.headerLink { color: #000; text-decoration: none; padding-top: 1px; }
a.headerLink:hover { border-top: solid 3px #0D3F6E; text-decoration: none; }
a.curPage { border-top: solid 3px #0D3F6E; color: #000; text-decoration: none; padding-top: 1px; }

/* End Header Styles */

/* Footer Styles */

td.pageFooter
{
	color: #000;
	text-align: center;
	vertical-align: middle;
	padding: 9px 10px 11px 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	border-top: solid 3px #0D3F6E;
}

a.footerLink { color: #000; text-decoration: none; font-weight: bold; }
a.footerLink:hover { text-decoration: underline; }

/* End Footer Styles */

.fontStandout
{
	color: #FD8A1F;
}

img.center
{
	display: block;
	margin: auto;
}

.center
{
	text-align: center;
}

.heading
{
	font-size: 18px;
}

.rightNewsArea
{
	width: 242px;
	padding: 0px 12px 12px 12px;
	background-color: #0D3F6E;
	background-image: url(/Images/Graidient.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
	color: #FFFFFF;
	font-family:Book Antiqua;
	font-size: 14px;
	}
	
.newsAreaHeading
{
	font-size: 18px; 
	font-family:Helvetica LT;
	font-weight: bold;
}