html, body {
    height: 90%;
    width:100%;

}

body {
	align:left;
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  background-color:#ffffff;
  color:#000000;
  background:url('images/userimages/design/topbg.gif');
  background-repeat:repeat-x;
}

a {
	color:#005892;
}

a.menulinks {
  font-family: arial, helvetica, sans-serif;
  font-size:14px;
  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;
  text-align: left;
	min-height: 90%;
  height: auto;
  width:100%;
}

#top {
	background:url('images/userimages/design/top.jpg');
	background-repeat:no-repeat;
}

#content {
	font-size:12px;
}

#left {
	background:url('images/userimages/design/nav.gif');
	background-repeat:repeat-y;
	padding-left:10px;
	width:163px;
	_width:173px;
	vertical-align:top;
}

#left2 {
	background:url('images/userimages/design/navbottom.gif');
	background-repeat:no-repeat;
	height:29px;
}

#middle {
	vertical-align:top;
}

#right {
	vertical-align:top;
	background:url('images/userimages/design/rightmiddle.gif');
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:20px;
	width:234px;
	_width:264px;
	height:100%;
	font-size:11px;
}

#righttitle {
font-weight:bold;
font-size:18px;
text-align:center;
margin-bottom:20px;
}


.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;
  }


