@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

hr {
	color: #ffffff;
	border-bottom: thin solid #004b8d;
}

.bodyGreen {
	background-color: #8cc63f;
}

.bodyWhite {
	background-color: #ffffff;
}

#menuStrip_green {
	position: absolute;
	width: 259px;
	left: 0px;
	top: 0px;
	height: auto;
	z-index: 1;
	background-image: url(menuStrip_greenmatte_noLogo.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#menuStrip_white {
	position: absolute;
	width: 259px;
	left: 0px;
	top: 0px;
	height: auto;
	z-index: 1;
	background-image: url(menuStrip_whitematte_noLogo.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#menuButtons {
	position: absolute;
	width: 172px;
	left: 4px;
	top: 220px;
	height: 343px;
	z-index: 2;
}

#contentHolder {
	position: absolute;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#content {
	position: relative;
	height: auto;
	width: auto;
	left: 0px;
	top: 32px;
	padding-right: 10px;
	z-index: 2;
	overflow: hidden;
}

#bottomLine {
	position: relative;
	z-index: 0;
	top: 50px;
	height: 30px;
	left: 0px;
	width: auto;
	background-color: #8CC63F;
}

#sizer {
	position: absolute;
	height: 27px;
	width: 140px;
	top: 12px;
	z-index: 1;
	right: 12px;
}

.whiteText {
	color: #FFFFFF;
	font-size: 11pt;
	line-height: 100%;
}

.blueText {
	color: #004b8d;
	font-size: 11pt;
	line-height: 102%;
}

.blueTextHeader {
	color: #004b8d;
	font-size: 12pt;
	font-weight: bold;
}
.formElement {
	background-color: #FFFFFF;
	border: thin solid #004b8d;
}

.fixWidth {
	width: 350px;
}

.fixWidthSmall {
	width: 130px;
}

.alignRight {
	text-align: right;
}