/* CSS Document */
body {
	margin: 0px;
	font-family: Tahoma, Arial, serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(http://www.rescueinstruction.com/site_graphics/logobg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.navcell {
	background-color: #000066;
	width: 180px;
	padding: 10px 0 10px 0;
}
.bodycell {
	width: 580px;
	padding: 10px 0 10px 0;
}
.bodycell h1 {
	margin-left: 10px;
	color: #000066;
	font-size: 26px;
	font-weight: normal;
}
.bodycell p {
	margin-left: 20px;
	text-align: justify;
}
.bodycell p strong {
	color: #990000;
}
.copycell {
	background-color: #000066;
	padding: 6px 0 6px 0;
	color: #ffffff;
}
h1 {
	margin-left: 10px;
	color: #000066;
	font-size: 26px;
	font-weight: normal;
}
p {
	margin-left: 20px;
	margin-right: 20px;
}
.footer {
	padding: 6px 0 6px 0; }
.border { border: 1px solid #999; }

/* Menu cell ------------------------------------ */
.navmenu {margin: 10px 6px 10px 14px;}
.navmenusub {margin-left: 20px;}

.navmenu a {
	color:#fff;
	font-size: 16px;
	text-decoration:none;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif; }
.navmenu a:visited {color:#fff;text-decoration:none;}
.navmenu a:hover {color:red;text-decoration:none;}
.navmenu a:active {color:#fff;text-decoration:none;}

.navmenusub a {
	color:#fff;
	font-size: 12px;
	text-decoration:none;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif; }
.navmenusub a:visited {color:#fff;text-decoration:none;}
.navmenusub a:hover {color:red;text-decoration:none;}
.navmenusub a:active {color:#fff;text-decoration:none;}

/* Guarantee formatting ---------------------------- */
span#header1 {color: #006;font-weight:bold;font-size:16px;}
span#header2 {color: #006;font-weight:bold;font-size:18px;}
span#header3 {color: #000;font-weight:bold;font-size:16px;}
span#header4 {color: #006;font-weight:bold;font-size:26px;}
span#header5 {color: #900;font-weight:bold;font-size:22px;}
p#guarantee {text-align:center;font-size:12px;margin-left:30px;margin-right:30px;}

/* Table for 2004 course schedule ------------------------ */
.title {
	width: 380px;
	padding-bottom: 6px;
}
.title #blue { color: #0000cc; }
.date #blue { color: #0000cc; }
.date {
	width: 180px;
	padding-bottom: 4px;
}
.coursenote {
	background-color: #FFFFCC;
	border: 1px solid black;
	padding: 10px;
}
.coursenote #blue { color: #0000cc; }

/* Contact Us form ------------------------------------------ */
.label {
	width: 180px;
	padding-bottom: 6px;
}
.form {
	width: 380px;
	padding-bottom: 6px;
}
#required { color: red; }

/* Course listings ------------------------------------------- */
.listing {
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid black;
}
.listing .header {
	padding: 4px;
	background-color: #900;
	color: #ffffff;
	font-weight: bold;
}
.listing .list {
	padding: 4px;
}

/*  Courses --------------------------------------------------------- */
#back {margin-left:10px;margin-bottom:10px;}
#cat { font-size: 20pt; font-weight: bold; color: #CCCCCC;margin-left:10px; }
#title {color: #000066; font-weight: bold;font-size:14pt;margin-left:10px;}
#hours {color: #990000; font-weight: bold;font-size:10pt;margin-left:10px;}
#students {color: #990000;font-size:10pt;margin-left:10px;}
#pre {color: #990000; font-size: 9pt;font-style:italic;margin-left:10px;}
#desc {margin:20px;text-align:justify;}
#cnote {font-size:10pt;color:#006;margin:20px;text-align:justify;}