/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #6D98AE url(images/background.gif) center top repeat-y;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color:#000000;
	font-size:11px;
}
p {
	margin-top:0;
}
#wrapper {
	width:830px;
	margin:0 auto 0 auto;
	padding:10px;
}
#header {
	width:830px;
	height:120px;
	background:url(images/header.jpg);
	margin-bottom:20px;
}
#header .sub {
	font-size:18px;
	padding:0 0 0 120px;
}
#navigation {
	float:left;
	width:150px;
	margin-bottom:30px;
}
#navigation ul {
	margin:0;
	padding:0;
}
#navigation li {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li.parsons {
	margin-top:20px;
}
#navigation li a {
	padding:3px 10px;
	display:block;
	width:130px;
	text-decoration:none;
	color:#32607E;
}
#navigation li a:hover {
	background:url(images/nav.gif);
	color:#FFFFFF;
}
#content {
	float:left;
	padding:0 10px;
	width:660px;
	line-height:18px;
	margin-bottom:30px;
}
#content h2 {
	margin-top:0;
	font-weight:normal;
	font-size:16px;
}
#content h3 {
	clear:both;
	margin:0 0 .5em 0;
	font-size:12px;
}
#content h4 {
	clear:both;
	margin:0 0 .5em 0;
	font-size:12px;
	font-weight:normal;
}
#content ul {
	list-style:square;
}
#content img.right {
	float:right;
	margin:0 0 1em 10px;
}
#content .course {
	border-top:1px solid #6D98AE;
	padding:1em;
}
#content .onlinecourse {
	background:#E1F3F9;
	border-top:1px solid #6D98AE;
	padding:1em;
}
#content .blue {
	background:#E1F3F9;
}
#footer {
	clear:both;
	font-size:10px;
	line-height:16px;
	padding-left:10px;
}
.clear {
	clear:both;
}
a:link {
	color:#003366;
}
a:visited {
	color:#003366;
}
a:hover {
	text-decoration: none;
	color:#003366;
}
a:active {
	color:#003366;
}
