/*indexStyles.css*/
body {
    background-color: #003366;
	background-image:
url(../img/bg.jpg);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin:15px 0 auto auto;
	padding:0;
}
#container {
	margin: auto;
	width: 760px;
}
#content {
	height: 410px;
}
#courseNav {
	float: right;
	height: 400px;
	text-align: center;
	width: 200px;
	margin:15px 3px auto auto;
}
#courseNav a {
	background-image: url(../img/nav.png);
	background-repeat:no-repeat;
	color: #000000;
	display: block;
	margin: 2px;
	padding: 3px;
	text-decoration: none;
}
#courseNav a:hover {
	color: #0066FF;
	text-decoration:none;
}
.navHeader {
font-weight:bold;
    width:180px;
	/*border:#333333 1px solid;*/
	margin-bottom: 5px;
	margin-left:3px;
	padding: 2px;
}
#footer {
	color: #FFFFFF;
	margin-top:5px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
}
#contentContainer {
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	height:500px;
	padding-top:5px;
}
* html #contentContainer {
	/*
	http://trond.ulseth.no/index.cfm/2007/10/18/Dealing-with-IE6-and-pngs--part-3
	http://reference.sitepoint.com/css/workaroundsfilters
	*/
	background-image:none;
	height: 100%;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg.png", sizingMethod="image");
}
* html #content {
	position:relative;
}
* html #courseNav {
	position:relative;
	float: right;
	height: 400px;
	text-align: center;
	width: 190px;
	margin:15px 4px auto auto;
}
* html #courseNav a {
text-decoration:none;
	background-image:none;
	width: 100%;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/nav.png", sizingMethod="image");
	color: #003366;
	display: block;
	margin: 2px;
	padding: 3px;	
}
#disclaimer {
	margin: 5px 0 0 0;
	color: #ffffff;
	text-align: center;
	font-size: .8em;
}
#disclaimer a {
	color: #ffffff;
	text-decoration:none;
}
#disclaimer a:hover {
	text-decoration: underline;