/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #3D5575;
	font-size:11px;
    line-height:17px;
    font-family:Georgia,serif;
    text-align: center; 
    margin: 0; 
}

p { 
}

#all {
	width: 862px; padding: 0px; margin: 0px auto; text-align: left; background-color: #fff; 
}

.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; */
	float: left;
	padding-top: 0px; 
	padding-left: 20px;
	width: 550px;
	height: 180px;
}

#leftnav {
	/*position: absolute; */
	padding-top: 83px;
	width: 140px;
	background-color: #FFFFFF;
	padding-left: 0px;
	float: left;
}


#selectornav {
	/*position: absolute; */
	float: left;
	padding-top: 0px; 
	margin-left: 20px;
	width: 120px;
	background-color: #FFFFFF;
	font-size:10px;
}

.selected {
	font-size:11px;
    line-height:16px;
    font-family:Georgia,serif;
	font-weight:bold;
	color:#658AC3;
	background-color:#FFFFFF;
	background-image:url(img/arrowbg.gif);
	text-decoration:none; 
}

#content {
	/*position: absolute; */
	float: left;
	padding-top: 7px; 
	padding-left: 160px;
	width: 550px;
}

#content2 {
	/*position: absolute;*/ 
	float: left;
	padding-top: 7px; 
	padding-left: 20px;
	width: 690px;
}

.weekhead {
	position: relative;
	font-size:11px;
    line-height:15px;
	padding-top:3px;
    font-family:Georgia,serif;
	width: 690px;
	background-color:#FFFFFF;
	background-image:url(img/weekbg.gif);
	background-repeat:no-repeat;
	color:#658AC3;
	font-weight:bold;
	float: left;
	clear: both;
}
.col1 {
	position: relative;
	float: left;
	clear: left;
	left: 140px;
	top: 10px;
	width: 275px;
	padding-bottom: 0px;
	text-align: left;
}
.col2 {
	position: relative;
	float: left;
	clear: right;
	left: 140px;
	top: 10px;
	width: 275px;
	padding-bottom: 0px;
	text-align: left;
}

.clearcols {
	float: none;
	clear: both;
}

pre {
	font-size:10px;
    line-height:14px;
	font-family:Courier,"Courier New",Monaco,monospace;
}
