﻿body
{
	margin: 0px 0px 0px 0px;
	background-color: Transparent;
	font-family: Tahoma,Arial;
	font-size: 12px;
}


.pagename
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	border-bottom: solid 1px #666666;
}

.PageTitle
{
	font-weight: bold;
	color: #000000;
}

A:link
{
	text-decoration: underline;
	color: #3333cc;
}
A:visited
{
	text-decoration: underline;
	color: #3333cc;
}
A:active
{
	text-decoration: underline;
	color: #3333cc;
}
A:hover
{
	text-decoration: underline;
	color: #3333cc;
}
a img
{
	border: none;
}
.fieldlabel
{
	height: 22px;
	font-weight: bold;
	vertical-align: top;
	position: relative;
	top: 3px;
}
.field
{
	height: 22px;
	vertical-align: top;
	position: relative;
	top: 3px;
}

.fieldlabelsmall
{
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}







.main
{
	background-position: center top;
	background-image: url(/common/images/backgrounds/logo-watermark.jpg);
	background-repeat: no-repeat;
}
.centered
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.left
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 706px;
}
.right
{
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
.header
{
	min-width: 800px;
	background-image: url(../images/general/website-header.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

.footer
{
	text-align: right;
	min-width: 800px;
}


.mainMenu
{
	position: relative;
	top: 0px;
}


.button
{
	border-color: #888888;
	border-style: solid;
	border-width: 1px;
	background: #a9a9a9;
	color: black;
	background-image: url(../images/navigation/button_back.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 23px;
	padding: 3px 3px 3px 3px;
	font-size: 13px;
}
.button:hover
{
	background: #6c6c6c;
	background-image: url(../images/navigation/button_hover.gif);
	background-repeat: repeat-x;
}
.navigationMainMenuBar
{
	background-image: url(../images/navigation/navbar.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.PageDescription
{
	width: 800px;
}

.validator
{
	color: #ed1c24;
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
}
.radioButtonList label
{
	position: relative;
	top: -4px;
}
.validationSummary
{
	color: #ed1c24;
	font-weight: bold;
	font-size: 13px;
}
.StatementPanel
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 12pt;
	font-variant: small-caps;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #e7e7e7;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.StatementItem
{
	font-size: 10pt;
}

.StatementDetailsPanel
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: whitesmoke;
}
.textboxWatermark
{
	color: whitesmoke;
}

td.blogEntryHeader
{
	background-color: #6c6c6c;
	font-weight: bold;
	border: solid 1px silver;
	padding: 10px;
	color: White;
}
td.blogEntryBody
{
	background-color: whitesmoke;
	border: solid 1px silver;
	padding: 20px;
}
