@charset "utf-8";
/* CSS Document */

#main #right2{
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFF;
}
#main #right2 h1 {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#main #right2 h2 {
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding-top: 5px;
}


#main #right2 p {
	font-size: 11px;
	padding-top: 0px;
	margin-bottom: 5px;
}
#main #right2 #download {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}
#main #right2 #download p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main #content2 {
	background-color: #FFF;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#main #content2 h2 {
	color: #666;
	text-transform: uppercase;
}
#main #content2 h3 {
	text-transform: uppercase;
}
#main #content2 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
}

#main #content2 ol.roman {
	list-style-type: upper-roman;
}
#main #content2 ol.alphaCapIndent {
	list-style-type: upper-alpha;
}
#main #content2 .numberIndentPlus {
	list-style-type: decimal;
}


#main #content2 ol {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
}
#main #content2 li {
	margin-bottom: 6px;
}
#main #content2 ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}
#main #content2 blockquote {
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main #content2 .twoCol {
	vertical-align: top;
	width: 100%;
}
#main #content2 .twoCol th {
	background-color: #FFF;
	color: #235C27;
	vertical-align: top;
	font-size: 12px;
}
#main #content2 .threeCol th {
	color: #333;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
}
#main #content2 .grades {
	margin-left: 25px;
	text-align: center;
}
#main #content2 .grades th {
	font-size: 12px;
	color: #333;
	text-align: center;
	vertical-align: bottom;
}
#main #content2 .tests {
	text-align: left;
	margin-left: 25px;
	white-space: nowrap;
}
#main #content2 .alphaLower li {
	list-style-type: lower-alpha;
}
#main #content2 .alphaUpper li {
	list-style-type: upper-alpha;
}



.smallText {
	font-size: 10px;
}
.odd {
	background-color: #F0F0F0;
}

