body
{
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Gray;
	height: 2100px;
}
#page
{
	width: 800px;
	margin: 0 auto 0 auto;
	border: 1px solid navy;
	height: 100%;
}
#headerstripe
{
	background: url(../images/header_stripe.gif) repeat-x top;
	height: 10px;
}

.navigation
{
	text-align: center;
}

.navigation a
{
	text-decoration: none;
}

/* Left half of the content section */
#left
{
	width: 455px;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
#smalllogo
{
	margin-left: 10px;
	margin-bottom: 10px;
}
#largelogo
{
	margin-bottom: 10px;
}
#leftcontent
{
	margin-left: 1px;
	padding-top: 5px;
	margin-top: -5px;
	margin-bottom: -5px;
	padding-bottom: 5px;
	width: 477px;
	background: #6EA8E3;
	color: #FFF;
}
.leftitem
{
	width: 445px;
	margin-left: 20px;
	margin-top: 5px;
}
.leftitemheader
{
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	background: url(../images/blue_bullet_large.gif) no-repeat left;
	font-size: medium;
}
.leftitem p
{
	margin-top: 5px;
}
.leftitem ul
{
	
}
.leftitem li
{
	list-style: url(../images/blue_bullet_small.gif);
}
.prereq
{
	font-weight: bold;
	font-size: small;
}

/* Right half of the content section */
#right
{
	padding-bottom: 10px;
	width: 250px;
	margin-left: 500px;
}
.rightitem
{
	width: 224px;
	margin: 10px auto 0 auto;
	padding-bottom: 12px;
	background: url(../images/orange_bottom.gif) no-repeat bottom;
}
.rightitemheader
{
	width: 224px;
	color: #FFF;
	text-align: center;
	background: #E09A3E url(../images/orange_top.gif) no-repeat top;
	font-weight: bold;
	font-size: medium;
	padding-bottom: 5px;
	padding-top: 5px;
}
.rightitemcontent
{
	border-left: 1px solid #E09A3E;
	border-right: 1px solid #E09A3E;
}
.rightitemcontent table
{
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #E09A3E;
}
.rightitemcontent p
{
	margin: 0 5px 0 5px;
	padding-top: 10px;
}
.rightitemcontent ul
{
	margin-bottom: 12px;
	margin-right: 5px;
}
.rightitemcontent li
{
	list-style-image: url(../images/orange_bullet.gif);
	margin-top: 10px;
}
.lightorangebg
{
	background: #FBECD9;
	font-weight: bold;
}
.rightitem h3
{
	margin-left: 5px;
}
