@charset "UTF-8";
/* CSS Document */

body {
	background-color: #001278;
}

#backgroundShading {
	background-image: url(AppletHelpImages/sides.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 850px;
	position: relative;
	width: 100%;
}

#backgroundShadingLong {
	background-image: url(AppletHelpImages/sides.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 850px;
	position: relative;
	width: 100%;
}

#mainContent {
	background-image: url(AppletHelpImages/mainPage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 850px;
	position: relative;
	width: 767px;
}




#mainContentLong {
	background-image: url(AppletHelpImages/mainPage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 2100px;
	position: relative;
	width: 767px;
}

#mainContentLong2 {
	background-image: url(AppletHelpImages/mainPage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1600px;
	position: relative;
	width: 767px;
}

#mainContentLong3 {
	background-image: url(AppletHelpImages/mainPage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1100px;
	position: relative;
	width: 767px;
}

#mainContentLong4 {
	background-image: url(AppletHelpImages/mainPage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 910px;
	position: relative;
	width: 767px;
}


#mainContentLong5 {
	background-image: url(AppletHelpImages/mainPage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 3000px;
	position: relative;
	width: 767px;
}


#pageBackground {
	background-image: url(AppletHelpImages/page_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 6px;
	min-height: 250%;
	position: relative;
	width: 767px;
	margin-left: 20px;
}


#pageBackgroundLong {
	background-image: url(AppletHelpImages/page_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 6px;
	min-height: 2650px;
	position: relative;
	width: 767px;
	margin-left: 20px;
}



#pageBackgroundShort {
	background-image: url(AppletHelpImages/page_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 6px;
	min-height: 1500px;
	position: relative;
	width: 767px;
	margin-left: 20px;
}

#pageBackgroundShort2 {
	background-image: url(AppletHelpImages/page_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 6px;
	min-height: 1100px;
	position: relative;
	width: 767px;
	margin-left: 20px;
}


#content {
	display: block;
	position: absolute;
	top: 150px;
	left: 50px;
	width: 658px;
}
.midPage {
	background-image: url(AppletHelpImages/page_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.TextLabels {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	position: relative;
	text-align: left;
}

.questionText {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	left: auto;
	position: relative;
	text-align: left;
}
.questionTextCenter {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	position: relative;
	text-align: center;
}

.blackText {
	color: #000000;
	font-style: italic;
}

.err_msg {
	font-style: italic;
}

.specific_instr {
	margin-bottom: 10px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.buttonIndent {
	padding-left: 30px;
}
.HeaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #003399;
}
.ButtonAlign {
	width: 75px;
}
