/* CSS Document */

body {
	margin: 0px;
	border: 0px;
	background-image: url(images/backdrop.gif);
	background-repeat: repeat-y;
}
.admin {
	margin: 0px;
	border: 0px;
	background-image: url(images/backdrop_admin.gif);
	background-repeat: repeat-y;
}
form {
	margin: 0px;
	border: 0px;
}

.header {
	height: 83px;
	width: auto;
	background-color: #FFFFFF;
}

#headerLeft {
	height: 83px;
	width: auto;
	float: left;
	text-align: left;
}
.headerLeftContent{
	margin-top: 15px;
	margin-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	letter-spacing: 0.05em;
	color: #000000;
}
.headerLeftContent a:link {  text-decoration: none; color: #000000}
.headerLeftContent a:visited {  text-decoration: none; color: #000000}
.headerLeftContent a:active {  text-decoration: underline; color: #4F03A9}
.headerLeftContent a:hover {  text-decoration: underline; color: #4F03A9}

.headerIntro{
	margin-bottom: 15px;
	margin-left: 189px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight:bold;
	letter-spacing: 0.05em;
	color: #4F03A9;
}
#headerRight {
	height: 83px;
	padding-right: 15px;
	width: auto;
	float: right;
	text-align: right;
}

.menuBar {
	position:absolute;
	top: 83px;
	left: 0px;
	width: 166px;
	height: 26px;
	background-color: #DCCDEE;
}

.mainContent {
	width: 100%;
}

#mainContentheaderBar {
	height: 22px;
	background-color: #B08DD8;
	border-bottom: 4px solid #FFFFFF
}

.mainContentSurround {
	width: 970px;
}

#mainContentLeft{
	padding-left: 166px;
	width: 432px;
	clear: both;
	float: left;
}
#mainContentRight{
	margin-top: 15px;
	width: 372px;
	clear: right;
	float: left;
}

.contentHeader {
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #4F03A9;
}
.contentHeaderNoPad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #4F03A9;
}
.contentBody {
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 14px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}

.contentBody p{
	margin-bottom: 16px;
	margin-top: 0px;
}
.contentEmphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4F03A9;
	font-weight: bold;
}
.contentBody a:link {  text-decoration: underline; font-weight: bold; color: #4F03A9}
.contentBody a:visited {  text-decoration: underline; font-weight: bold; color: #4F03A9}
.contentBody a:active {  text-decoration: underline; font-weight: bold; color: #B08DD8}
.contentBody a:hover {  text-decoration: underline; font-weight: bold; color: #B08DD8}

hr {
	color: #4F03A9;
	height: 1px;
	margin-bottom:16px;
}

.formfield {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4F03A9;
}

.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4F03A9;
}
.wcontentBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4F03A9;
	font-weight: normal;
}

.wcontentBody a:link {  text-decoration: none; font-weight: bold; color: #4F03A9}
.wcontentBody a:visited {  text-decoration: none; font-weight: bold; color: #4F03A9}
.wcontentBody a:active {  text-decoration: underline; font-weight: bold; color: #4F03A9}
.wcontentBody a:hover {  text-decoration: underline; font-weight: bold; color: #4F03A9}

.adminHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4F03A9;
	font-weight: bold;
	vertical-align:baseline;
}
.adminDetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	font-weight: normal;
	vertical-align:baseline;
}