#main {
	position:absolute;
	top:136px;
	left:0px;
	width:960px;
/*	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
}

#sidebar {
	float:left;
	width:250px;
/*	background:#fff;
	background-image:url(../images/sidebar_bg.png);*/
	font-size:12px;
/*	padding-top:16px;*/
	line-height:140%;
	border-top:1px solid #d15000;
}
#sidebar a {
	font-size:12px;
	color:#666666;
}
#sidebar a:hover {
	color:#cc0000;
}
#sidebar h3 {
	font-size:14px;
	color:#666666;
}
#subpagepix {
	padding-top:16px;
}

#content {
	float:right;
	width:688px;
	background:#fff;
	font-size:12px;
	text-align:left;
	line-height:150%;
	border-left:1px solid #d15000;
	padding:16px 10px 16px 10px;
}
#content p {
	font-size:12px;
	color:#333;
}
#content a {
	font-size:12px;
	text-decoration:underline;
	color:#333
}
#content a:hover {
	color:#c00;
}
#content h2 {
	text-align:center;
	font-size:16px;
	color:#333;
}
#content h3 {
	text-align:center;
	font-size:14px;
	color:#666;
}
#content table {
	border-collapse:collapse;
	border:1px solid #ccc;
}	
#content td {
	border:1px solid #ccc;
}
#subpagefooter {
	clear:both;
	width:960px;
	background:#e8e8e8;
	text-align:center;
	font-size:11px;
	height:20px;
	line-height:20px;
}
#subpagefooter a {
	color:#666;
}
#subpagefooter a:hover {
	color:#c00;
}

.buttonscontainer {
	width: 250px;
}

.buttons a {
	color: #000000;
/*	background-color: #fff;*/
	background-image:url(../images/flag_sm.png);
	background-repeat:no-repeat;
	padding: 2px;
	padding-left: 28px;
	display: block;
	border-bottom: 1px solid #ccc;
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #e8e8e8; /*#33486c;*/
	color: #666;
	text-decoration: none;
}

dt {
	font-weight:bold;
	padding-top:12px;
}







#sked {
 position: absolute;
 top: 28px;
 left: 0;
 width: 250px;
 height: 220px;
}
#sked table {
 border-collapse: collapse;
 border: 1px solid rgb(255,191,89);
}

#sked td {
 font-family: verdana, sans-serif;
 font-size: 12px;
 color: rgb(64,79,98);
 text-align:center;
/* height:26px;*/
 border: 1px solid rgb(255,191,89);
}
#sked a {
	color:#888;
	font-size:12px;
	text-decoration:none;
}
#sked a:hover {
	color:rgb(176,25,32);
	text-decoration:underline;
}
.cal_hdr {
 font-weight: bold;
 color: #888888;
}
.today {
 background-color:#BD2939;
 color:#ffffff;
 font-weight:bold;
}


