body {
	background: #FFFFFF;
	margin: 50px 0px 7px 0px;
	color: #003366;
}

hr
{
	color:#83bde8;
	background:#83bde8;
	size:1px;
	height:1px;
	border:0;
}

img.GeneralImage { border:0; }

img.GeneralImageLeft
{
	float:left;
	margin-right:12px;
}

img.GeneralImageRight
{
	float:right;
	margin-left:12px;
}

.leftborder {
	background-image: url(images/leftline.jpg);
	background-repeat: repeat;
}

.rightborder {
	background-image: url(images/rightline.jpg);
	background-repeat: repeat;
}

.contentnormal {
	padding:20px 20px 20px 20px;
}

.contentnormal, .contentnormal td, .contentnormal th,
.contentedit, .contentedit td, .contentedit th
{
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	line-height: 14px;
	letter-spacing: 1px;
}

.photopane
{
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}
.photopane img { display:block; }

.contentnormal b, .photopane b,
.contentnormal strong, .photopane strong
{
	font-weight:bold;
	font-size:11px;
}

.contentnormal h1, .contentEdit h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	letter-spacing: 4px;
	line-height: 23px;
	text-transform:uppercase;
	margin:15px 0px 30px 0px;
}
.contentnormal h1 span, .contentEdit h1 span
{
	display:none;
}
.contentnormal h1 img, .contentEdit h1 img
{
	display:inline;
}

.contentnormal h2, .contentEdit h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4978A2;
	text-decoration: none;
	letter-spacing: 1px;
}

.contentnormal h3, .contentEdit h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	letter-spacing: 1px;
}

.contentnormal th
{
	font-weight:bold;
	font-size:11px;
	padding:5px 10px 5px 0px;
	text-align:right;
	vertical-align:top;
}

.contentnormal th.nopad
{
	padding:0px 10px 5px 0px;
}

.contentnormal td
{
	padding:0px 0px 5px 0px;
}

.contentnormal img
{
	margin:0px;
}

.table td
{
	padding-left:5px;
	padding-right:5px;
}

.table th
{
	text-align:left;
	vertical-align:bottom;
	padding-left:5px;
	padding-right:5px;
}

.contentnormal ul
{
	margin-left:15px;
	list-style-type:none;
	list-style-image:url(images/bullet.gif);
}

.contentnormal li
{
	margin-bottom:7px;
	padding-left:15px;
}

.errorMessage
{
	color:Red;
}

.photopane img
{
	margin-bottom:20px;
}

.footerBar
{
	background:url(images/footer.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

a:link,a:hover,a:visited,a:active  {
	font-weight: bold;
	color: #CC3366;
	text-decoration: none;
}
a:hover
{
	color: #CC0033;
	text-decoration:underline;
}