html,body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(img/bgMain.gif);
	height: 100%;
}

#mainDiv {
	background-repeat: repeat-y;
	background-image: url(img/stripes.gif);
	height: 100%;
	width: 100%;
	background-position: 232px;

}

#mainDivSL {
	background-repeat: repeat-y;
	background-image: url(img/stripesSL.gif);
	height: 100%;
	width: 100%;
	background-position: 237px;

}
#mainDivPort {
	background-repeat: repeat-y;
	background-image: url(img/stripesPort.gif);
	height: 100%;
	width: 100%;
	background-position: 238px;

}
#subNav {
	padding-top: 14px;
	padding-right: 8px;
	padding-left: 9px;
	padding-bottom: 12px;
}
#content1 {
	padding-right: 14px;
	padding-left: 20px;
}
.lineBlueBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #44ABB9;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #322E1D;
	list-style-type: square;

}
.footerBG {
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFE138;
	padding-top: 20px;
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;

}
.lineOrangeBottom {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4800A;
}
.lineYellowBottom {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE138;
}
.nav {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B8B4A0;
}
.linkBlue {
	color: #44ABB9;
	text-decoration: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #D5D3C8;


}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #D5D3C8;

}
.footerBG a {
	color: #FFE138;
	text-decoration: none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 200px;
	background-color: #D5D3C8;


}
