body {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	text-align: center;
}

/* basic structure */

#container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
}

#logo {
	width: 450px;
	padding: 5px;
	position: relative;
	top: -40px;
}

#navigationLeftStyle {
	width: auto;
	height: 40px;
	margin-right: 500px;
	position: relative;
	top: 75px;
	z-index: 1;
}

#navigation {
	width: 945px;
	height: 30px;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	top: -40px;
}

#content {
	width: 945px;
	padding: 5px;
	position: relative;
	z-index: 1;
	top: -40px;
	min-height: 100px;
}

.sidenav {
	float: left;
	width: 220px;
	padding: 5px;
	margin: 5px 25px 10px 5px;
}

#footer {
	width: 940px;
	height: 24px;
	padding: 8px;
	margin-top: 10px;
	position: relative;
	z-index: 2;
	top: -40px;
}

#footerRightStyle {
	width: auto;
	height: 40px;
	margin-left: 750px;
	position: relative;
	z-index: 1;
	top: -80px;
}

/* colors */

.baseColor {
	background-color: #AABBFF;
}

.firstColor {
	background-color: #333348;
}

.secondColor {
	background-color: #1F141F;
}

.fourthColor {
	background-color: #EADFA6;
}

.fifthColor {
	background-color: #EAEAFF;
}

/* links */

#logo a img {
	border: 0px;
}

a {
	color: #5757BF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #AA9F36;
}

.screenshot a img {
	border: 1px #EADFA6 solid;
}

/* top bar */

.popupMenu {
	z-index: 4;
	position: absolute;
}

ul {
	margin: 5px;
	list-style-type: none;
	padding: 0;
}

#navigation ul li {
	float: right;
	font: 12pt verdana;
	margin-left: 75px;
	text-align: right;
}


#navigation ul li .popupMenu ul {
	width: auto;
}

#navigation ul li .popupMenu ul li {
	text-align: left;
	float: none;
	padding: 5px;
	margin: 0;
}

.sidenav ul li {
	font-weight: bold;
	margin-top: 5px;
}

.sidenav ul li:hover {
	background-color: #EADFA6;
}

/* news items */

/*	<div class='newsItem'>
		<div class='newsHeader'>Site's Up!</div>
		<div class='newsPostData'>
			<div class='newsPostedBy'>Zach Lome</div>
			<div class='newsPostedOn'>2/2/2010</div>
		</div>
		<div class='newsContent'>
			The site is now operational. Obviously.
		</div>
	</div>*/

.newsItem {
	border-left: 1px dashed #AABBFF;
	border-bottom: 1px dashed #AABBFF;
}

.newsHeader {
	font-weight: bold;
	font-size: 24px;
}

.newsPostedBy {
	float: left;
	font-weight: bold;
}

.newsPostedOn {
	font-size: 10px;
	font-style: italic;
	margin-left: 25px;
	float: left;
	padding-top: 6px;
}

.newsContent {
	clear: both;
}

/* programs */

.programData {
	margin: 5px 0px 5px 5px;
}

.programData dt {
	float: left;
	width: 110px;
	font-weight: bold;
}

.screenshot {
	float: right;
}

/* content */

.subContent ul {
	list-style-type: disc;
	margin-left: 20px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}
