a:active,a:link,a:visited {
	color: #000080;
}

a:hover {
	color: #0099CC;
}

img {
	border: 0;
}

input[type="checkbox"],input[type="radio"],input[type="password"],input[type="text"],select,textarea
	{
	border: 1px solid #D0D0D0;
	padding: 3px;
	resize: none;
}

#container {
	width: 930px;
	height: auto;
	margin: auto;
	background: #ffffff;
	position: relative;
}

#content {
	text-align: left;
	min-height: 700px;
	padding-top: 20px;
	font-family: "Montserrat", Arial, Helvetica, sans;
	font-weight: medium;
	font-size: 0.9em;
}

#contentContainer {
	z-index: 0;
	width: 930px;
	float: left;
	padding-bottom: 20px;
}

#centerColumn, #doubleWideColumn {
	width: 700px;
	background-color: #FFFFFF;
	float: left;
	clear: both;
	padding: 10px 20px 10px 20px;
	box-shadow: 0 0 10px #5B6770;
}

#centerColumn ol li, #doubleWideColumn ol li, #GSAContainer ol li {
	list-style-type: decimal;
	margin: 10px 10px 10px 10px;
}

#centerColumn ol li ol li, #doubleWideColumn ol li ol li{
	list-style-type: lower-roman;
	margin: 10px 10px 10px 10px;
}

#centerColumn ul li, #rightColumn ul li, #doubleWideColumn ul li, #GSAContainer ul li {
	list-style-type: disc;
	margin: 10px 10px 10px 10px;
}

#centerColumn ul li ul li, #rightColumn ul li ul li, #doubleWideColumn ul li ul li{
	list-style-type: square;
	margin: 10px 10px 10px 10px;
}

.contactCell {
	padding: 5pt;
}

#didYouKnow {
	background-color: #FFCB00;
	color: #fff;
	font-family: "Poppins", Arial, Helvetica, sans;
	font-size: 26px;
	padding: 0 0 0 8px;
}

#doubleWideColumn { width: 680px; }

#tripleWideColumn {
	width: 740px;
	margin: auto;
	padding: 10px 20px 10px 20px;
	box-shadow: 0 0 10px #5B6770;
	min-height: 300px;
}

#footer {
	font: 0.7em "Poppins", Helvetica, Arial, sans;
	text-align: center;
	margin: 10px auto;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#header{ 
	height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#heroText {
	position: absolute;
	left: 65px;
	top: 300px;
	color: #ffffff;
	width: 522px;
	font-family: "Times New Roman", Arial, Helvetica, sans;
	font-size: 14px;
	z-index: 2;
}

#leftColumn {
	width: 920px;
	padding: 20px 0 0 20px;
}

#rightColumn {
	width: 173px;
	background-color: #fff;
	float: right;
}

#rightColumn p {
	padding: 0 14px;
	margin-bottom: 20px;
}

#rightColumn img {
}

#rightContent {
	margin-top: -25px;
	border-left: 1px solid #009681;
	border-right: 1px solid #009681;
	border-bottom: 1px solid #009681;
}

#rightContentHeader {
	color: #ffffff; 
	background: #009681;
	font: 20pt "Poppins", Arial, Helvetica, sans;
	font-weight: bold;
}

#tblContact {
	font: 10pt "Poppins", Arial, Helvetica, sans;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignTop {
	vertical-align: text-top;
}

.bold {
	font-weight: bold;
}

.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.fontSize8 {
	font-size: 0.8em;
}

.fontSize12 {
	font-size: 1.2em;
}

.headerText {
	color: #2B3A44;
	font: 16pt "Poppins", Arial, Helvetica, sans;
	font-weight: bold;
}

.hmsBlueText {
	color: #0099CC;
}

.hmsOrangeText {
	color: #FF6633;
}

.hmsMagentaText {
	color: #CB29F5;
}

.hmsPurpleText {
	color: #55206E;
}

.italic {
	font-style: italic;
}

.lblHeaderText {
	color: #1931E3;
	font-size: 1em;
	font-family: "Poppins", Arial, Helvetica, sans;
	font-weight: bold;
}

.lblHeaderTextLarge {
	color: #000080;
	font-size: 1.2em;
	font-family: "Poppins", Arial, Helvetica, sans;
	font-weight: bold;
}

.lytBody {
	background-color: #45555F;
	color: #525052;
	margin: 0;
	padding: 0;
	font: 10.5pt Arial, Helvetica, sans;
}

.orangeText {
	color: #FF4E00;
}

.tblContact {
	width: 100%;
	font: 10pt Arial, Helvetica, sans;
}

.tblContactCol {
	width: 50%;
	text-align: left;
	vertical-align: top;
}

.titleText {
	float: right; 
	margin-top: 8px; 
	color: #009681; 
	font: 30pt "Poppins", Arial, Helvetica, sans; 
	font-weight: bold;
}

/* styles for buttons */
.cancelbutton {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans;
	font-weight: bold;
	background-color: #EF1217;
	text-align: center;
	text-decoration: none;
	cursor: hand;
}

.resetbutton {
	color: #000000;
	font-family: Helvetica, Arial, sans;
	font-weight: bold;
	background-color: #e0e6e6;
	text-align: center;
	text-decoration: none;
	cursor: hand;
}

.submitbutton {
	color: #ffffff;
	font-family: Helvetica, Arial, sans;
	font-weight: bold;
	background-color: #700017;
	text-align: center;
	text-decoration: none;
	cursor: hand;
}