@charset "UTF-8";
/* CSS Document */


/* GLOBAL */
body {
	background-color:white;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	width:100%;
	height:100%;
	color:#333;
}

.seperator {
	clear:both;
	width: 100%;
}

.content{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}


/* PAGE SECTIONS */
#header {
	background-color:white;	
	height: 67px;
}

#menu {
	padding:5px;
	padding-bottom:0px;
	background-color:#054094;
	height:20px;
}

#headerImage {
	background-color: #6E8FC1;
}

#page {
	padding-top:10px;
}

#calendar {
	background-color:#E9491C;
	background-image: url(images/cal_bg.png);
	background-repeat:repeat-x;
	height: 195px;
	clear:both;
}


/* TEXT STYLES */
.heading {
    color:#014294;
	font-weight: bold;
    font-size: 1.4em;
	margin-bottom: 10px;
    border-bottom:1px dashed #B5CEFF;     
}

.subHeading {
    color:#E9491C;
	font-weight: bold;
	padding-bottom: 10px;
}

.subHeading2 {
	color:#6D8FC1;
	font-weight:normal;
}

.pageDesc {
	color:#333;
	font-size:.7em;
	font-weight:100;
	padding-bottom: 5px;
}

#copyright {
	clear:both;
	float:right;
	text-align:right;
	font-size:.8em;
	padding-top:5px;
	padding-right:20px;
	color:#888;
}

/*MENU STYLES*/


#menuleft{
	float:left;
}

#menuright{
	float:right;
}

.menuitem {
	padding:5px;
	color:white;
	text-decoration:none;
}

.menuitemr {
	padding:5px;
	color:#B5CEFF;
	text-decoration:none;
}

.menuitem:hover, .menuitemr:hover {
	background-color:#6D8FC1;
}

/*CALENDAR STYLES*/
.calendarPanel {
	float:left;
	width:240px;	
	height: 100%;
	text-align:center;
	padding-top:5px;
}

.calendarSep {
	float:left;
	width:2px;
	background-color:#E9491C;
	height: 100%;
	margin-left:5px;
	margin-right:5px;
}

.calendarDay {
	color:#600;
	margin-bottom: 10px;
	font-weight: bold;
}

.calendarItem {
	font-style: italic;
	font-size: .9em;
}

.calendarItem a {
        color: white;
        text-decoration: none;
}

.calendarItem a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.calendarDetail {
	color:#FDDB95;
	font-size: .8em;
	font-weight: bold;
	margin-bottom:10px;
}

.calSubName {
	font-size: 0.8em;
}



.leftColumn{
	width:480px;
	float:left;
}

.rightColumn{
  /*display:none;*/
  margin:auto;
  float:right;
  width:480px;
}

.boldColumn {
 font-weight:bold;
}

.borderRight {
		border-right: 1px solid #ccc;
}