@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9B0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;	
}
#MainContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#LogoArea {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	height: 96px;
}
#LogoTagline {
	position: absolute;
	left: 14px;
	top: 56px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

#HeaderPhotoArea {
	width: 100%;
}
#Taglines {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 96px;
	width: 570px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
#Taglines ul {
	margin-top: 4px;
}
#Taglines li {
	margin-bottom: 3px;
}



#Nav {
	background-color: #9D0000;
	background-image: url(images/NavBack.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 2.5em;
	width: 900px;
}
a:link.NavLinks, a:active.NavLinks, a:visited.NavLinks {
	float: left;
	background-color: #9D0000;
	background-image: url(images/NavBack.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
a:hover.NavLinks {
	background-image: url(images/NavBack_on.gif);
	background-repeat: repeat-x;
}

#ContentArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #000000;
	padding: 20px;
	background-color: #FFFFFF;
	position: relative;
}
#ContentAreaLeftColumn {
	width: 460px;
}
#ContentAreaRightColumn {
	float: left;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
}
.LifesavingSociety {
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 7px;
}


#Footer {
	background-color: #920000;
	background-image: url(images/FooterBack2.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BEBEBE;
	overflow: hidden;
	position: relative;
}
#Footer .FooterInner {
	margin-top: 3px;
	margin-left: 20px;
}

a:link.FooterLinks, a:active.FooterLinks, a:visited.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BEBEBE;
	text-decoration: none;
}
a:hover.FooterLinks {
	text-decoration: underline;
}
.InlineLogoRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #9F0000;
}
.InlineLogoBlack {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.PhotoRight {
	margin-bottom: 20px;
	margin-left: 20px;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 15px;
}
.CourseTable {
	width: 700px;
}
.TableHeader {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7C7C7A;
	text-align: center;
}
.TableCell {
	background-color: #FFFFFF;
	vertical-align: top;
}
.CourseTitle {
	font-size: 13px;
	font-weight: bold;
	color: #740000;
}

.SmallerText {
	font-size: 11px;
	line-height: 110%;
}
.NewHighlight {
	background-color: #FFFF00;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CBCBCB;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	width: 400px;
	text-align: right;
	position: absolute;
	top: 3px;
	right: 20px;
}
.HeaderNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	line-height: normal;
}
.WhyUsList li {
	font-size: 14px;
	line-height: 200%;
	font-weight: bold;
	list-style-image: url(images/bullet.gif);
}
.CourseTitleInline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.Footnote {
	font-size: 12px;
	color: #CCC;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	width: 900px;
}
.RegTableHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #810000;
	vertical-align: top;
}
.RegTableData {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F4F4F;
	vertical-align: top;
	font-size: 12px;
}
.FormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 90%;
}
.FormTable {
	border: 1px solid #4F4F4F;
}
.FormButton {
	font-size: 11px;
	font-weight: bold;
}
