body {
	background:#fff;
	color:#606060;
	font-family: sans-serif;
	font-size:85%;
}

a:hover {
	text-decoration:underline;
}

h1 {
	margin-top: 35px;
	text-align: center;
	color: #480000;
}

h2 {
	margin-top: 50px;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #480000;
	font-size: 120%;
}

#navigation {
	margin-top: 15px;
	margin-left: 150px;
	margin-bottom: 10px;
	font-size:.9em;
}

#navigation a {
	color:#9a9a9a;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration:underline;
}

#logo {
	margin-top: 40px;
	margin-left: 150px;
}

#blurb {
	margin-top: 30px;
	margin-left: 200px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 30px;
	width: 800px;
}

#options {
	height: 320px;
	margin-left: 250px;
}

#options ul {
	font-size: 220%;
	line-height: 150%;
}

#options ul a {
	text-decoration: none;
	color: #6200B9;
	
}

#options ul a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 23px;
}

#wrapper ul {
	line-height: 25px;
}

#wrapper a {
	text-decoration: underline;
}

.choices {
	text-align: center;
	font-size: 130%;
}

.choices a {
	color: #480000;
}

.choices a:hover {
	color: #7A0000;
}

#descriptions {
	position: relative;
	display: block;
	line-height: 110%;
	width: 100%;
	height: 350px;
}

/* Thanks to Dan Cederholm for the rounded corners
   http://www.alistapart.com/articles/mountaintop/
 */

dl {
	background: #BB8C8C url(images/box_bottom.gif) no-repeat scroll left bottom;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 240px;
	position: absolute;
	left: 0px;
}

dl.programming101 {
	background: #D3C2C2 url(images/box_bottom.gif) no-repeat scroll left bottom;
	left: 280px;
	position: absolute;
}

dl.apcs {
	background: #C0C0C0 url(images/box_bottom.gif) no-repeat scroll left bottom;
	left: 560px;
	position: absolute; 
}

dt {
	background:#7A0000 url(images/box_top.gif) no-repeat scroll left top;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:120%;
	margin:0 0 10px;
	padding:10px;
}

.programming101 dt {
	background:#976565 url(images/box_top.gif) no-repeat scroll left top;
}

.apcs dt {
	background:#505050 url(images/box_top.gif) no-repeat scroll left top;
}

dd {
	background:transparent url(images/arrow.gif) no-repeat scroll 0 3px;
	color: #000000;
	font-family:Verdana,sans-serif;
	font-size:90%;
	margin:0 0 0 10px;
	padding:0 10px 10px;
}

#wrapper li {
	list-style-image: url(images/arrow.gif);
	margin-left: 20px;
}

.centered {
	display: block;
	margin: 0 auto;
}

.side_pic {
	border: 7px solid #ddd;
	margin-right: 20px;
	float: left;
	overflow: auto;
	margin-bottom: 20px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 2px solid #ddd;
	margin-top: 20px;
	clear: both;
	color:#9a9a9a;
	text-align: right;
	font-size: 11px;
}

#footer a {
	color: #797979;
}

#footer p {
	text-align: right;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}

.license {
	margin-bottom: 5px;
}

td {
	border-collapse: collapse;
	border: 1px solid #9a9a9a;
	padding: 5px;
}

h3 {
	margin-bottom: 0;
}

