html{margin:0;oveflow:auto;}

.clear{
	height:0;
	clear:both;
	overflow:hidden;
}

h1{
	color:#146634;
	margin-top:3px;
	margin-bottom:5px;
}

h2{
	color:#146634;
	margin-top:3px;
	margin-bottom:5px;
}

h3{
	color:#146634;
	margin-top:3px;
	margin-bottom:5px;
}

h4{
	color:#146634;
	margin-top:3px;
	margin-bottom:5px;
}

h5{
	color:#146634;
	margin-top:3px;
	margin-bottom:5px;
}

h6{
	color:#146634;
	margin-top:3px;
	margin-bottom:5px;
}

#pagediv{
	width:935px;
	margin: auto;
	border:1px solid #028002;
	background:#FFFFFF;
}

#header
{
	position: relative;
	height: 153px;
	overflow: hidden;
	border-bottom: 7px solid #000064;
}

#header .overlay
{
	position: absolute;
	width: 935px;
	height: 153px;
	left: 0px;
	top: 0px;
}

#nav
{
	border: 3px solid #fff;
	background: #2370e3 url('/template/images/mainnav_bg.jpg') left top repeat-x;
}

#leftcol
{
	float: left;
	width: 175px;
	margin-left: 15px;
}

#rightcol
{
	margin-left: 215px;
	margin-right: 15px;
}

#portal_link
{
	display: block;
	height: 28px;
	background: url('/template/images/portal_link.jpg') center top no-repeat;
	color: #fff;
	text-decoration: none;
	padding-top: 45px;
	font-size: 16px;
	text-align: center;
}

#footer_logos
{
	text-align: center;
	padding: 10px;
}

#display
{
	width:935px;
	margin: auto;
}

#################################################
CALENDAR STYLES (used in events module)
#################################################*/

/*Layout for BACK - FORWARD ARROWS */
a.cal_headerlink:visited,a.cal_headerlink:link,a.cal_headerlink:active {
	font-size:28px;
	text-decoration:none;
	color:#000000;
}

a.cal_headerlink {
	font-size:28px;
	text-decoration:none;
	color:#000000;
}

/*Layout for BACK - FORWARD ARROWS (mouseover)*/
a.cal_headerlink:hover {
	font-size:28px;
	color:#222222;
}


/*Layout of Blank Square (no day)*/
td.cal_noday,td.cal_day,th.cal_weekday,td.cal_weekend,th.cal_weekend {
	text-align:center;
	background:#A5D4B9;
	color:#FFFFFF;
}

/*Layout of a square with an Event planned on it*/
td.cal_eventday {
	text-align:center;
	background:#A5D4B9;
	font-weight:bold;
	color:#FFFFFF;
}

/*HEADER for Day*/
th.cal_dayheader,th.cal_header {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background:#555555;
	border:1px solid #000000;
	padding:3px;
}

/*HEADER for Month */
th.cal_head {
	font-size:20px;
	font-weight:bold;
	color:#A5D4B9;
	text-align: center;
}

/*Layout for Square clicked on (Active)*/
td.cal_date {
	font-size:11px;
	text-align:center;
	background:#CCCCCC;
	border:1px solid #DDDDDD;
	font-weight:bold;
	color:#FFFFFF;
}

