@charset "utf-8";
/* CSS Document */
a:link              {
	color:#5A66AB;
	text-decoration:underline;
	font-weight: normal;
}
a:visited           {
	color:#5A66AB;
	text-decoration:none;
	font-weight: normal;
}
a:hover             {
	color:#336;
	text-decoration:underline;
	font-weight: normal;
}
a:active            {
	color:#5A66AB;
	text-decoration:underline;
	font-weight: normal;
}

.containerDivBG {
	background-image: url(../images/bgs/bgHome5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 850px;
	width: 100%;
}
.bgGradient {
	background-image: url(../images/bgs/gradientBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 850px;
}
.flashHolder {
	height: 850px;
	width: 984px;
	position: fixed;
}
.mainText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #369;
	font-weight: normal;
}
.bgGradient_nav {
	background-image: url(../images/bgs/navGradientBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 268px;
}
.subpageContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336;
	padding-left: 20px;
	padding-right: 20px;
}
.mainTextBold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #336;
	font-weight: bold;
}
.mainTextBoldTitles {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #369;
	font-weight: bold;
}
.dashedLine {
	border-top-style: none;
	height: 15px;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #369;
}
.rowSpacerHeight {
	height: 10px;
}
.mainTextBold16 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336;
	font-weight: bold;
}
.formButton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336;
	background-color: #FFF;
	padding: 1px;
	font-weight: bold;
	border: thin solid #5A66AB;
}
.formfields {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #369;
	font-weight: bold;
	border: thin dotted #369;
	padding-left: 5px;
	height: 25px;
	width: 200px;
	vertical-align: text-bottom;
	background-image: url(../images/bgs/titlesBG.jpg);
	background-repeat: repeat-x;
}
