#topsection {
background: #FFFFFF;
height: 90px; /*Height of top section*/
padding: 0px;
}

#topbar {
	clear: right;
	background: #990000 url(online-class-graphics/red-bar.gif) repeat-x;
	height: 23px;
	padding-top: 7px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
}

#contentwrapper {
float: left;
width: 100%;
background-color: #FFFFEA;
}

#contentcolumn {
	margin-right: 200px;
	background-color: #FFFFEA;
	padding: 7px;
}

#rightcolumn {
	background: #FFFFFF;
	float: left;
	width: 184px;
	height: auto;
	padding: 7px;
	margin-left: -200px;
	border-bottom: 2px outset #0000CC;
	border-left: 2px outset #0000CC;
}

#footer {
clear: left;
width: 100%;
background: #330000;
color: #FFFFFF;
text-align: center;
padding: 5px 0px;
margin-right: -400px;
border: 1px solid #3399FF;
}


.page {
margin-right: 80px;
margin-left: 80px;
margin-top: 10px;
margin-bottom: 30px;
}

.sidebar {
	background-color: #DDDDFF;
	float: right;
	width: 35%;
	margin-left: 10px;
	padding: 5px;
	margin-right: 20px;
	border: 2px outset #00CC00;
}

.introbox{
width: 250px;
height: 140px;
background-color: #FFFFFF;
margin: 5px;
float: left;
padding: 10px;
text-align: center;
border: 2px outset #CC0000;
}

.classbox{
width: 250px;
height: 140px;
background-color: #FFFFFF;
margin: 5px;
float: right;
padding: 10px;
text-align: center;
border: 2px outset #CC0000;
}

.boxwrapper{
width: 580px;
margin-left: auto;
margin-right: auto;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
}

body {
	background-color: #000066;
	background-image:  url("online-class-graphics/acp_left_banner.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000066;
	margin:0;
	padding:0;
}

h1 {
font-family: "Times New Roman", Times, serif; 
font-size: 24px; 
color:#CC0000; 
line-height: 28px;
margin-top: 0px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
color: #6666EE;
font-size: 18px;
font-weight: bold;
line-height: 22px;	  
margin-top: 0px;
margin-top: 0px;
font-style: italic; 
}

h3 {
font-family: Arial, Helvetica, sans-serif;
color:#6666EE;
font-size: 14px;
font-weight: normal;
font-style: italic;
line-height: 16px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000066;
	font-style: normal;
}

.exponent {
	font-variant: normal;
	font-size: 10px;
	vertical-align: super;
}

.toplinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.toplinks a:visited {
	color: #FFFFCC;
	text-decoration: none;
}

.toplinks a:active {
	color: #FF0000;
	text-decoration: underline;
}

.toplinks a:hover {
	color: #99CCFF;
	text-decoration: underline;
}

.footlinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.footlinks a:visited {
	color: #FFFFCC;
	text-decoration: none;
}

.footlinks a:active {
	color: #FF0000;
	text-decoration: underline;
}

.footlinks a:hover {
	color: #99CCFF;
	text-decoration: underline;
}


.ltblue {
color: #6666EE;
}
.red {
color: #FF0000;
}
.green {
color: #006600;
}
.orange {
color: #FF9900;
}
.blue {
color: #000099;
}
.green {
color: #006600;
}
.purple {
color: #660066;
}
