@charset "utf-8";
body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCC;
	background-image: url(Images/bkgnd1.png);
	background-repeat: repeat;
	margin: 0;
}

a:link, a:visited {
	color: #0000CC;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-left: 0px;
	line-height: 130%;
}

p.topform {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 10px;
	display: block;
	width: 300px;
	margin-left: 140px;
	}
	
h1 {
	text-align: left;
	font-size: 2.5em;
	color: #716C6C;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 26px;
}
h2 {
	color: #CC0033;
	font-weight: bold;
	font-size: 1.6em;
}
h3 {
	font-size: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	background-color: #CCCCCC;
	text-align: center;
	line-height: 150%;
	margin-right: 20px;
	margin-bottom: 20px;
}
h4 {
	font-size: 1.2em;
}


th {
	text-align: center;
	font-size: 1.4em;
}
#mainContent #links {
	font-size: 12px;
}

blockquote {
	margin-top: 0px;
	font-size: 1.4em;
	text-align: justify;
	color: #CC0033;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
}
ul.zoll {
	font-size: 1.2em;
	line-height: 150%;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
}
p.features {
	margin-bottom: 0px;
	font-weight: bold;
}








#container  {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #879198;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 


#header  {
	background-color: #CCCCCC;
	background-image: url(Images/headerbkgrnd4.jpg);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 2px;
	font-weight: bold;
} 


#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

.topright {
	text-align: right;
	color: #dbdbdb;
	font-size: 11px;
	letter-spacing: 0.7px;
	display: block;
	float: right;
	width: 400px;
	line-height: 180%;
	padding-bottom: 4px;
}

.topright a  {
	text-decoration: none;
	color: #dbdbdb;
}

.topright a:hover  {
	color: #ffffff;
}

#header #logo {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 5px;
}
#header  #logo  img  {
	border:none;
}
.tagline {
	font-size: 1.1em;
	line-height: 100%;
	color: #CC0033;
	text-align: right;
	margin-left: 599px;
	margin-top: 56px;
	float: none;
	clear: right;
	font-weight: bold;
	font-style: italic;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-left: 0px;
}
#navcontainer   {
	width: 210px;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 250%;
	margin-left: 0px;
	padding-left: 0px;
}



#navcontainer li {
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	width: 175px;
}

#navcontainer a
{
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 0px;
}
#navlist  a:link, #navlist  a:visited
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
}
#navlist    a:hover  
{
	color: #CC0033;
	font-weight: bold;
	text-decoration: none;
}

#active a:link, #active a:visited, #active a:hover
{
	color: #CC0033;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url(Images/heart.gif);
	background-position: left center;
}

#mainContent  {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 215px;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 0px;
	margin-top: 35px;
} 


#footer  {
	background-color: #999;
	background-image: url(Images/footerbkgrnd.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1.3em;
	text-align: center;
	color: #CC0033;
}
.spacing {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.spacebox {
	height: 150px;
}


.leftaligned {
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}


.rightaligned {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	padding-left: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.centered {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.smaller {
	font-size: 1.1em;
	font-weight: bold;
}
.reqd {
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 0px;
	border-bottom-style: none;
	color: #666666;
}


.spacer {
	clear: left;
}
.highlight {
	color: #CC0033;
	font-weight: bold;
}
p.shortcuts {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#container #mainContent .shortcuts a img {
	padding-right: 10px;
	padding-left: 10px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul#courselisting    {
	list-style-type: none;
	padding-left: 0px;
	font-size: 1.4em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
}
.calimage {
	float: right;
	padding-top: 25px;
	padding-right: 35px;
	border: none;
}
#faq {
	font-size: 1.3em;
	list-style-type: none;
	padding-left: 0px;
}
.question {
	font-weight: bold;
	background-image: url(Images/qbullet.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 15px;
	font-size: 1.1em;
	padding-bottom: 4px;
}

.answer {
	padding-left: 30px;
	background-image: url(Images/abullet.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-right: 15px;
}
#regnform {
	font-size: 1.2em;
	padding: 5px;
	border: thin solid #333333;
}



#formcontent {
	text-align: left;
	font-size: 0.9em;
}
#thankyoucontent {
	font-weight: normal;
	text-align: center;
	padding: 10px;
	margin: 25px;
}
#thanks  {
	font-style: italic;
	font-size: 1.8em;
	color: #666666;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#register   {
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	line-height: 120%;
	font-size: 1.3em;
	margin-left: 0px;
	padding-top: 0px;
}

#classes {
	font-size: 1.2em;
	line-height: 130%;
	text-align: center;
	margin: 0px;
}
.xtraspace {
	height: 50px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}



.clrrt {
	clear: both;
	padding-top: 5px;
	margin-top: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#setclass {
	line-height: 150%;
	text-align: center;
	width: 500px;
	border-collapse:collapse;
}
#setclass td {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-collapse: collapse;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
table#prices {
	width: 600px;
	border: thin solid #000000;
	border-collapse:collapse;
	font-size: 1.2em;
	line-height: 150%;
	text-align: center;
}
table#prices  th[scope="col"] {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	font-size: 1.2em;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #A8AFB5;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}
table#prices .coursealign {
	text-align: right;
	padding-right: 10px;
}

table#prices .highlightrow {
	background-color: #D1D5D8;
}


table#prices    th[scope="row"] {
	text-align: right;
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1em;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
table#prices td {
	text-align: right;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#water li  {
	font-size: 1.4em;
	padding-bottom: 5px;

}
.footnote {
	font-weight: lighter;
	padding-left: 10px;
	padding-right: 20px;
}
.footnote2 {
	font-size: .7em;
	color: #000;
}

.coursetitle {
	padding-bottom: 3px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #cc0033;
	margin-top: 0px;
	padding-top: 3px;
	background-color: #DBDDDF;
	padding-left: 10px;
	line-height: 150%;
}
.cards {
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}

.courseinfo {
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

table#upcoming {
	width: 625px;
	border-collapse:collapse;
	font-size: 1.1em;
	line-height: 125%;
	text-align: center;
	border: thin solid #000000;
}
table#upcoming tr td.reglink {
	text-align: center;
	background-color: #D1D5D8;
	font-weight: bold;
	line-height: 150%;
	padding: 0;
}

td.reglink a {
	text-decoration: none;
	color: #CC0033;
}

table#upcoming  th[scope="col"] {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #A8AFB5;
	color: #333;
	text-align: center;
	padding-right: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
}

table#upcoming .highlightrow {
	background-color: #D1D5D8;
}


table#upcoming    th[scope="row"] {
	text-align: right;
	padding-left: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1em;
}
#upcoming #footnote {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	line-height: 145%;
	color: #333;
	background-color: #A8AFB5;
}
#notes ul {



}
#notes li {
	font-size: 1.2em;
	line-height: 125%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#top        {
	font-size: 1.4em;
	background-color: #A8AFB5;
	padding: 10px;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


table#upcoming td {
	text-align: right;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-collapse: collapse

.courseinfo .footnote a {
	color: #333333;
}
#info {
	float: left;
	font-size: 1.4em;
}
.bottom  {
	margin-right: auto;
	margin-left: auto;
	color: #666 !important;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
}
.bottom a  {
	text-decoration: none !important;
	color: #666 !important;
}
