body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #336699;
}

a:visited {
	color: #003366;
}

a:active {
	color: #6699cc;
}
	
th, td {
}

p, li, ol, ul, dd {
	font-size: 11pt;
}

dt {
	font-size: 11pt;
	font-weight: bold;
}

hr {
	color: #336699;
	background-color: #336699;
	height: 2px;
	border: 0;
}
	
h1 {
	font-size: 15pt;
	font-weight: bold;
	color: #003366;
	margin: 0;
	padding: 0;
}
	
h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #003366;
	margin: 0;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #003366;
	margin: 0;
        }

h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
	margin: 0;
}
	
h5 {
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	margin: 0;
}

h6 {
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
	margin: 0;
}

.theading {
	background-color: #336699;
	font-size: 10pt;
	font-weight: bold;
	color: #6699CC;
}

.theading a {
	color: #6699CC;
}

.tbody1, .tbody2, .tbody1noperm, .tbody2noperm {
	font-size: 10pt;
}
.tbody1 {
	background-color: #6699CC;
}

.tbody2 {
	background-color: #88BBEE;
}

.tbody1noperm, .tbody2noperm {
	color: #505050;
}

.tbody1noperm {
	background-color: #959595;
}

.tbody2noperm {
	background-color: #B6B6B6;
}

.teacherbox {
	background-color: #FFC86B;
	font-size: 10pt;
	margin-top: 1em;
}

.reminder {
	width: 50%;
	margin: auto;
	margin-bottom: 1em;
}

.reminderheading{
	background-color: #339966;
        font-size: 14pt;
        font-weight: bold;
        color: #66CC99;
	text-align: center;
	margin: 0;
	padding: 0.1em;
}

.reminderbody {
	background-color: #66CC99;
	margin: 0;
	padding: 0.5em;
}

.quizsum {
	font-size: 18pt;
	text-align: center;
}

.quizpiece {
	text-align: center;
}

.main {
	margin: 0;
        padding-top: 65px;
        z-index: 1;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 1em;
}

.pod {
	margin-bottom: 1.2em;
}

#podtitle {
	position: relative;
	top: -0.53em;
	left: -0.2em;	
	font-size: 15pt;
	font-weight: bold;
	color: #003366;
}

#poddesc {
	background: #6699CC;
	margin-top: 1em;
	width: 20em;
	height: 4.5em;
}

#poddesc p {
	text-align: center;
	margin: 0;
	font-size: 80%;
	padding-left: 1em;
	padding-right: 1em;
}

#teachertitle {
	position: relative;
	top: -0.53em;
	left: -0.2em;	
	font-size: 15pt;
	font-weight: bold;
	color: #D68000;
}

#teachertext {
	margin: 0px 10px 10px;
}

TD.pawntop {
	background-image: url(/pods/pawnpod/balloont.gif);
	background-repeat: repeat-x;
}

TD.pawnleft {
	background-image: url(/pods/pawnpod/balloonl.gif);
	background-repeat: repeat-y;
}

TD.pawnright {
	background-image: url(/pods/pawnpod/balloonr.gif);
	background-repeat: repeat-y;
}

TD.pawnbottom {
	background-image: url(/pods/pawnpod/balloonb.gif);
	background-repeat: repeat-x;
}

IMG.smallimage {
	vertical-align: middle;
}


/* Definition List that has the dt and the dd on the same line */
dl.sameline { 
	position: relative;
	margin: 0;
	padding: 0;
}
	
dl.sameline dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 3em;  /* or whatever we want it to be */
	margin: 0 0 0.5em 0;	/* match the dd */
}
		
dl.sameline dd {
	clear: right;
	margin: 0 0 0.5em 4em;	/* match the dt except for the left margin */
}
		
.clear {
	clear: both;
}

/* push subsequent content down the page, to prevent misalignment in Netscape 7.0 */
dl.sameline dd.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 90%;
}
		
.white {
	color: #fff;
}

.black {
	color: #000;
}

a.glossary {
	cursor: help;
}


.message {
	background-color: #6699cc;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em;
}

.messagehead {

}

.messagebody {
	background-color: #ffffff;
	padding: 0.5em;
}

.admininfo {
	color: #6699CC;
}
