* {
  padding: 0px;
  margin: 0px;
}
h1 {
  font-family: arial;
  padding-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
p {
  font-family: arial;
  text-indent: 15px;
  margin-bottom: 15px;
}
p.noindent {
  text-indent: 0px;
}
p.noindentormargin {
  text-indent: 0px;
  margin-bottom: 0px;
}
a:link, a:visited, a:active, a:hover { text-decoration: underlined; }
a:link { color: blue; }
a:visited { color: purple; }
a:active { color: red; }
a:hover { color: red ; }
table.classschedule {
  margin-bottom: 15px;
}

#wrapper {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#banner {
  background-image: url("../images/site/global/banner.gif");
  background-position: top left;
  background-repeat: no-repeat;
  width: 700px;
  height: 125px;
}

#navigation {
  background-image: url("../images/site/global/navigation.gif");
  background-position: top left;
  background-repeat: no-repeat;
  width: 150px;
  height: 500px;
  float: left;
}
#navigation p {
  text-indent: 0px;
  margin-bottom: 0px;
}
#navigation img, #navigation a {
	display: block;
	border: 0px;
}
#contentwrapper {
  background-image: url("../images/site/global/contentwrapperbackground.gif");
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 550px;
  float: left;
}

#content {
  background-image: url("../images/site/global/contentbackground.gif");
  background-position: top center;
  background-repeat: no-repeat;
  width: 550px;
  margin-bottom: 100px;
}
#content p, table, form, h2, h3, h4, h5, h6 {
  margin-left: 70px;
  margin-right: 70px;
}
#content label, #content textarea {
	margin-left: 20px;
	margin-right: 20px;
}

#end {
  width: 100%;
  float: left;
  text-align: center;
}

#endcap {
  width: 780px;
  text-align: center;
  font-size: 10px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

#sitemap {
  width: 780px;
  text-align: center;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#sitemap p {
  text-indent: 0px;
  margin-bottom: 0px;
}

.col1 {
  width: 120px;
  padding-left: 10px;
}

.col2 {
  width: 160px;
}

.col3{
}

#endstatement {
  width: 780px;
  text-align: center;
  font-size: 9px;
  margin-left: auto;
  margin-right: auto;
}
#endstatement p {
  text-indent: 0px;
  margin-bottom: 0px;
}