/* Sets the Body BgColor and BgImage and Margins */
img.l {float: left; PADDING-RIGHT: 5px; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; PADDING-TOP: 0px}

img.r {float: right; PADDING-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 0px}

body {
	background-color: #b7bbc1;
	background-image: url(../images/bgfade.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

/* Sets the Main Text Style for the website */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #47505a;
	text-decoration: none;
}
td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #47505a;
	text-decoration: none;
}
td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #79c8ec;
	text-decoration: none;
}
td a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #47505a;
	text-decoration: none;
}

/* Sets Color, Text, Border for Main TextBoxes */
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #47505a;
	text-decoration: none;
	border: 1px solid #d5d7da;
	background-color: #f4f5f6;
}

/* Sets Color, Text, and Spacing for HeaderBars */
.headerbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #d5d7da;
	text-decoration: none;
	background-color: #272f36;
	background-image: url(../images/bgheaderbolt.gif);
	background-repeat: no-repeat;
	text-indent: 19px;
}

/* Sets Color, Text, and Spacing for SubheadBars */
.subheadbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	background-color: #aeb1b7;
	background-image: url(../images/bggrayheaderbolt.gif);
	background-repeat: no-repeat;
	text-indent: 19px;
}

/* Sets the Bottom Navigation Attributes */
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.bottomnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.bottomnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.bottomnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #e44134;
	text-decoration: none;
}
.bottomnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

/* Sets Header Text Style for News Section */
.newsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #bd292e;
	text-decoration: none;
}
.newsheader a {
	color: #bd292e;
	font-weight: bold;
	text-decoration: none;
}
.newsheader a:hover {
	color:#5a9cba;
	font-weight: bold;
	text-decoration:none;
}

/* Sets Text and Border Style for Form Fields */
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #272f36;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #47505a;
	padding: 3px;
}

/* Sets the Border, Background, Text, and Padding Attributes for the Classes Input Fields */
.classesbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #272f36;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #47505a;
}

/* Sets the Text Attributes for Headers in Blue Box Areas */
.blueboxheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #d5d7da;
	text-decoration: none;
}

/* Sets the Text Attributes for the Emergency Number */
.emergencytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #e44134;
	text-decoration: none;
}

/* Sets the text style for the SideNav in Blue Boxes */
.smallsidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.smallsidenav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.smallsidenav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.smallsidenav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #79c8ec;
	text-decoration: none;
}
.smallsidenav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

/* Sets Text Attributes for Blue Header */
.blueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #5a9cba;
	text-decoration: none;
}

/* Sets Text Attributes for Side Blue Box Text */
.blueboxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #d5d7da;
	text-decoration: none;
}

/* Sets Text Attributes for Side White Box Red Text */
.whiteboxred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #bd292e;
	text-decoration: none;
}

/* Sets Text and Border for Side White Box Areas */
.whitebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #47505a;
	text-decoration: none;
	border: 1px solid #d5d7da;
}

/* Sets Text Attributes for the Main Text Headers */
.mainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #bd292e;
	text-decoration: none;
}
.mainheader a {
	color: #bd292e;
	text-decoration: none;
}
.mainheader a:hover {
	color:#5a9cba;
	text-decoration:none;
}

/* Sets the Text Style, Indent, and Hit Area for Sidenav Button */
.sidenavbutton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-indent: 17px;
	padding: 2px;
}
.sidenavbutton a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-indent: 17px;
	padding: 2px;
}

/* Sets Blue Color for Body Text */
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5a9cba;
	text-decoration: none;
}
.bluetext a {
	color: #5a9cba;
	text-decoration: none;
}
.bluetext a:hover {
	color: #bd292e;
	text-decoration: none;
}

/* Sets Size and Color for Member Training "Required" */
.bluetextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5a9cba;
	text-decoration: none;
}
.bluetextsmall a {
	color: #5a9cba;
	text-decoration: none;
}
.bluetextsmall a:hover {
	color: #bd292e;
	text-decoration: none;
}
