html, body {
    height: 90%;

}

body {
	align:center;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  background-color:#ffffff;
  color:#000000;
}

a {
	color:#005892;
}

a.menulinks {
  font-family: arial, helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  text-decoration:none;
  font-weight:bold;
}

a.submenulinks {
  font-family: arial, helvetica, sans-serif;
  font-size:18px;
  color:#000000;
  text-decoration:none;
  line-height:40px;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 790px;
	min-height: 90%;
  height: auto;
}

#address {
	margin-left:248px;
	margin-top:-50px;
	padding-bottom:20px;
	font-size:10px;
}

#phone {
	margin-left:632px;
	margin-top:-20px;
	font-size:15px;
	font-weight:bold;
}

#top {
	background:url('images/userimages/design/logo.gif');
	background-repeat:no-repeat;
	height:24px;
}

#butleft {
	background:url('images/userimages/design/button-left.gif');
	width:8px;
	height:40px;
}

#butmid {
	background:url('images/userimages/design/button-mid.gif');
	height:40px;
	width:82px;
}

#butright {
	background:url('images/userimages/design/button-right.gif');
	width:8px;
	height:40px;
}

#greyleft {
	position:relative;
	background:url('images/userimages/design/grey-left.gif');
	width:8px;
	height:68px;
}

#greymid {
  margin-top:-68px;
	background:url('images/userimages/design/grey-middle.gif');
	margin-left:8px;
	padding-left:620px;
	padding-top:35px;
	width:148px;
	_width:766;
	height:33px;
	_height:68px;
}

#greymid a{
	font-size:10px;
	color:#000000;
}

#greyright {
	margin-top:-68px;
	margin-left:776px;
	background:url('images/userimages/design/grey-right.gif');
	width:8px;
	height:68px;
}

#content {
	font-size:12px;
}

p, td, li {
	      font-size:12px;
	    }

.classthumb {
    width:75px;
    height:60px;
    border:1px solid black;
    padding:2px;
}

.classthumbtd {
    width:440px;
    padding-left:10px;
}

.mainclassimage (
    border: 1px solid black;
  }
  
#grey {
  	background-color:#cccccc;
  }


