* { padding: 0; margin: 0; }

ul {
	list-style: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
	}
	
ol {
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
	}

/* ----- FONT STYLES ----- */

a:link{
	text-decoration: none;
	color: #096620;
}
a:hover{
	text-decoration: none;
	color:#900000;
}
a:visited{
	text-decoration: none;
	color:#096620;
}
a:visited:hover{
	text-decoration: none;
	color:#900000;
}
a.selected{
	text-decoration: none;
	color:#900000;
}
p {
	margin: 5px 0px 5px 0px;
	text-align: justify;
}
h1 {
	color: #000000;
}
h2 {
	color: #000000;
}
h3 {
	color: #000000;
}
h6 {
	font-size: 11px;
	margin: 0px;
}
.center {
	text-align: center;
}

/* ----- LAYOUT STYLES ----- */

#logo {
	float: left;
	margin-right: 15px;
	border: 0px;
}

body{
	font:11px/20px Georgia,"Times New Roman",Times,serif;
	color:#666;
	background:#FFF;
	margin:0;
	padding:10px 0px 0px 0px;
}

#wrapper { 
	margin: 0 auto;
	width: 922px;
	background: #FFFFFF;

}
#header {
	color: #333;
	width: 902px;
	float: left;
	padding: 10px;
	height: 150px;
	margin: 10px 0px 0px 0px;
	background: #FFFFFF url(/resources/images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#leftcolumn { 
	color: #333;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 20px 10px;
	width: 182px;
	float: left;
}
#rightcolumn { 
	float: right;
	color: #333;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 110px 20px 10px;
	width: 580px;
	display: inline;
}
#footer { 
	text-align: left;
	border-top: solid 1px #000000;
	width: 902px;
	clear: both;
	color: #000;
	background: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 20px 10px;
}

/* TABLE STYLES */

td {
	padding: 15px;
}

.one {
	background-color: #dcded0;
}

.two {
	background-color: #b6bc98;
}

/* POPUP STYLES */

.class-info {
	position: relative;
	margin-left: 65px;
}
.class-info .class-info-popup {
	max-width: 300px;
	position: absolute;
	display: none;
	border: 2px solid #b6bc98;
	padding: 0px 10px 0px 10px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	background: #dcded0 url(../images/top-left-corner2.gif);
	background-repeat: no-repeat;
	z-index: 10000;
}
.class-info .class-info-popup td:first-child {
	color: #545454;
	text-align: right;
	vertical-align: top;
}
