﻿body
{
	
	/* background-color: #0169b6; */
	/* background-color: #284f74; */
	background-color: #015ea3;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #000033;
}
	
div.page
{
	
	width: 100%;
	text-align: center;
}

div.background
{
	
	width: 970px;
	margin: 0 auto;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	text-align: center;
}
	
div.centered
{
	
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

div.header
{
	
	width: 950px;
	height: 180px;
}

div.menubar
{
	width: 950px;
	height: 25px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.menubar
{
	margin: 0px;
	float: left;
	display: block;
}

div.titleblock
{
	
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 50px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-size: 35pt;
	font-weight: bold;
	color: White;
}

div.mainblock
{

	margin: 0px;
	padding: 0px;	
	width: 950px;
	border: none;
	background-color: Transparent;
}

div.leftblock
{
	
	margin: 0px;
	margin-top: 10px;
	float: left;
	width: 700px;
}

div.leftblockpad
{
	
	margin: 0px;
	width: 690px;
	height: 3px;
	border: 1px solid #000099;
	background-color: #000099;
}

div.innerleftblock
{
	
	margin: 0px;
	width: 700px;
	background-image: url(../images/bodyshadow.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

div.innerleftblockmasthead
{
	
	margin: 0px;
	padding: 0px;
	width: 690px;
	border: 1px solid #000099;
	background-color: #000099;
	color: White;
	font-family: Arial, verdana, helvetica, Sans-Serif;
	font-size: 10pt;
}

div.bodyblock
{
	
	margin: 0px;
	width: 690px;
	border: 1px solid white;
	background-color: White;
	background-color: #FFFFE8;
}

div.bodyscript
{
	
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

div.bodytext
{
	
	margin: 3px;
	padding: 7px;
	border: 1px solid #BBBBBB;
	border: 1px solid #B8B870;
}

div.rightblock
{
	
	margin-top: 60px;
	height: 1600px;
	width: 245px;
	float: right;
	text-align: left;
}

div.whiteblock
{
	
	margin: 0 auto;
	margin-top: 10px;
	width: 215px;
	border: 1px solid gray;
	background-color: #EEEEEE;
	text-align: center;
	padding: 5px;
}

div.footerblock
{
	
	margin-top: 25px;
}

div.footer
{
	
	margin-top: 5px;
	width: 950px;
	text-align: center;
	background-color: Transparent;
}

.footermenu
{
	
	color: White;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

a.footermenu:link
{
	
	text-decoration: none;
}

a.footermenu:visited
{

	text-decoration: none;
}

a.footermenu:hover
{
	
	text-decoration: underline;
}

a.footermenu:active
{
	
	text-decoration: none;
}

.copyright
{
	color: White;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}

a.copyright:link
{
	
	text-decoration: none;
}

a.copyright:visited
{

	text-decoration: none;
}

a.copyright:hover
{
	
	text-decoration: underline;
}

a.copyright:active
{
	
	text-decoration: none;
}

table.form
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

th.form
{
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: right;
}

td.form
{
}


h1 
{
	
	font-size: 16pt;
	font-weight: bold;
}

h2 
{
	
	font-size: 12pt;
	font-weight: bold;
}

h3
{
	font-size: 12pt;
	font-weight: normal;
}

input[type=text].Subscribe
{
	
	border: none;
	background-color: Transparent;
}

input[type=image].Subscribe
{
	
	border: none;
}

a.Subscribe:link, a.Subscribe:visited, a.Subscribe:hover, a.Subscribe:active
{
	
	font-weight: bold;
	font-size: 14pt;
	color: White;
	text-decoration: none;
}


/* Policy class overrides */

hr.Policy
{
	
	border: 1px solid #DDDDDD;
	border-style: solid;
}


/* Blox class overrides */

div.Blox
{
	
	margin-left: 10px;
}


/* GoogleMap class overrides */

input[type=text].GoogleMap
{
	
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	border: 1px solid black;
	width: 400px;
}

/* Block items are standard across the site */

table.blockitem
{
	border-collapse: collapse;
	border: solid 1px #92B0DD;
	margin-top: 10px;
	margin-bottom: 10px;
}
					
th.blockitem
{
	border: solid 1px #92B0DD;
	background-color: #E2EAF8;
	color: navy;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
					
td.blockitem
{
	padding: 5px;
}

td.blockthumbnail
{								/* Special <td> case for thumbnails on the photo pages */
	padding: 5px;
	width: 33%;
	text-align: center;
}
