html,body{
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	background: #3B6BAB url('images/LowerBackground.gif') bottom left fixed repeat-x;
	color: black;
}
img{
	margin:0px;
}
td{
	font-family: Verdana;
}
#pagebody{
	background: url('images/UpperBackground.gif') top left repeat-x;
	width: 100%;
	height: 100%;
	text-align: center;
}
#maincontent{ 
	margin: auto;
	background: url('images/ContentBackground.gif') top left repeat-y;
	width: 756px;
	
	padding-right:4px;
	padding-left:4px;
	text-align: left;  
}
#content{ 
	height: 100%;
	margin-left:35px;
	margin-top: 14px;
}
.menuitem{
	background: #ADBFD5 url('images/MenuItemBackground.gif') top left;
	height: 25px;
	color: #022B5D;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
}
.contentblock{
	background: url('images/ContentBlockBackground.gif') top left no-repeat;
	width: 537px;
	padding-top:15px;
	margin-bottom:15px;
	min-height: 164px;
}
.contentitem{
	margin-left: 24px;
	margin-top: 11px;
	margin-bottom: 20px;
}
.content{
	padding-left:10px;
	padding-top:5px;
	padding-right:30px; 
	font-face:verdana; 
	font-size: 12px; 
	line-height:17px;
}
.contenttitle{
	font-family: Arial;
	font-weight: bold;
	font-size:14px;
	color: #EFA200;
	float:left;
	margin-left:10px;
}	
.agendadate{
	font-family: Arial;
	font-weight: bold;
	font-size:12px;
	color: #EFA200;
	float:left;
	margin-left:10px;
	margin-top: 1px;
	margin-right:-5px;
}	
.contentdate{
	font-family: Arial;
	font-size:11px;
	float:right;
	margin-right: 30px;
}
form{
	margin: 0px;
}
input, textarea{
	background-color: #D0DCEB;
	border: 1px solid #729ACE;
	font-family: tahoma;
}
p{
	margin: 0px;
}

.datetoday{
	color: #EFA200;
}

.day, .daythismonth, .dayothermonth, .daysurf, .dayborrel, .daymisc, .busRow{
	font-size: 11px; 
	background-color: #E0ECFB;
	height: 17px;
	width: 19px;
}

.dayothermonth{
	background-color: #FFFFFF;
}

.daysurf{
	background-color: #82AADE;
	font-weight: bold;
}
.dayborrel{
	background-color: #FFDF41;
	font-weight: bold;
}
.daymisc{
	background-color: #EEF310;
	font-weight: bold;
}


.dayHeading, .busRowHeading{
	background-color: #E4F400;
	background-image: url( 'images/dayHeading.jpg' );
	font-size: 11px; 
	font-weight: bold;
}

.monthHeading, .busHeading{
	background-color:#3B6BAB; 
	background-image: url( 'images/monthHeading.jpg' );
	color: white; 
	font-weight: bold; 
	text-align: center;
}

a:link{
	color: #3B6BAB;
}
a:visited{
	color: #3B6BAB;
}

#menuItem140{
	background-color: #FF9900 ! important;
}