﻿html, body 
{	
	background-color:white;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#layoutdiv
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

td, p, th, div
{
	font-size: 10pt; 
	font-family: arial, helvetica, verdana, sans-serif; 
	color: #545454;
	line-height:1.4em;
}

#contentdiv
{
	margin-top:18px;
	margin-bottom:30px;
}

h1
{
	font-size:2.2em;
	font-weight:bold;
	color:#232323;
}

h2
{
	font-size:1.6em;
	font-weight:bold;
	color:#0f52aa;
}

h3
{
	font-size:1.3em;
	font-weight:bold;
	color:#232323;
}

a
{
	color:#009ddc;
	text-decoration:none;
}

a:link, a:visited
{
	color:#009ddc;
	text-decoration:none;
}

a:hover
{
	color:#009ddc;
	text-decoration:underline;
}

#blueBorderNav
{
	border: 4px solid; 
	border-color:#0397d6;
}

.navimg
{
	border:solid 1px black;
}

sup
{
	color:Red;
}

/*
.subscriberLogin
{
	float:right;
	color:White;
	display:block;
	margin-top:20px;
}

a.subscriberLogin:link 
{
	color:White;
}

a.subscriberLogin:visited
{
	color:White;
}

a.subscriberLogin:hover
{
	color:White;
}
*/

#footerHR
{
	background-color:#0397d6;
	border:solid 1px black;
	width:701px;
	background-image:url('images/footerTile.jpg');
	background-repeat:repeat-x;
}

#footerText
{
	margin-top:15px;
	font-size:8pt;
	text-align:left;
}

.errorlabel
{
	color:Red;
}