/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #3D5575;
	font-size:11px;
    line-height:17px;
    font-family:Verdana,Helvetica,Arial,sans-serif;
}

p { 
}


.nohilite:hover {
	background-color:#CCCCCC;
}

a:link { 
	font-size:11px;
    line-height:16px;
	font-weight:bold;
	color:#276AD1;
	text-decoration:none; 
}

a:hover { 
	font-size:11px;
    line-height:16px;
	font-weight:bold;
	/*background-color:#276AD1;*/
	color:#276AD1;
	text-decoration:underline; 
}

a:active { 
	font-size:11px;
    line-height:16px;
	font-weight:bold;
	color:#276AD1;
	text-decoration:none; 
}

a:visited { 
	font-size:11px;
    line-height:16px;
	font-weight:bold;
	color:#276AD1;
	text-decoration:none; 
}

a:visited:hover {
	/*background-color:#276AD1;*/
	color:#276AD1;
	text-decoration:underline; 
}


#title {
	position: absolute; 
	top: 0px; 
	left: 160px;
	width: 550px;
	height: 180px;
}

#leftnav {
	position: absolute; 
	top: 80px; 
	left: 0px;
	width: 140px;
	background-color: #FFFFFF;
	padding-left: 0px;
}

#selectornav {
	position: absolute; 
	top: 167px; 
	left: 15px;
	width: 140px;
	background-color: #FFFFFF;
	padding-left: 0px;
	font-size:10px;
}

.selected {
	font-size:11px;
    line-height:16px;
    font-family:Verdana,Helvetica,Arial,sans-serif;
	font-weight:bold;
	color:#658AC3;
	background-color:#FFFFFF;
	background-image:url(img/arrowbg.gif);
	text-decoration:none; 
}

#content {
	position: absolute; 
	top: 167px; 
	left: 160px;
	width: 550px;
}

#content2 {
	position: absolute; 
	top: 167px; 
	left: 20px;
	width: 690px;
}

.weekhead {
	position: relative;
	font-size:11px;
    line-height:15px;
	padding-top:9px;
    font-family:Verdana,Helvetica,Arial,sans-serif;
	width: 690px;
	background-color:#FFFFFF;
	background-image:url(img/weekbg.gif);
	background-repeat:no-repeat;
	color:#658AC3;
	font-weight:bold;
	float:none;
	clear: both;
}
.col1 {
	position: relative;
	float: left;
	clear: left;
	left: 140px;
	top: 20px;
	width: 255px;
	padding-bottom: 0px;
	text-align: left;
}
.col2 {
	position: relative;
	float: left;
	clear: right;
	left: 140px;
	top: 20px;
	width: 295px;
	padding-bottom: 0px;
	text-align: left;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-style: italic;
}

.clearcols {
	float: none;
	clear: both;
}

pre {
	font-size:10px;
    line-height:14px;
	font-family:Courier,"Courier New",Monaco,monospace;
}