@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background-image:url(images/sqBlue.jpg);
}

#wrapper {
	position: relative;
	background-color:#b3c7de;
	width: 742px;
	height: 1150px;
	border: 1px solid #000033;
	margin-right: auto;
	margin-left: auto;
}

#navigation {
	position: absolute;
	width: 430px;
	top: 98px;
	left: 190px; 
	z-index: 100;
}

.header {
	height: 130px;
	width: 740px;
}
.headerCalendar {
	height: 300px;
	width: 740px;
}
.left_column {
	float: left;
	width: 210px;
	height:auto;
	padding-bottom:8px;
	z-index:2;
}
.right_column {
	float: right;
	width: 530px;
	height: auto;
	padding-bottom:8px;
	z-index:2;
}

#calendar {
	float: left;
	width:740px;
	z-index: 2;
}

#calendarHeading {
	font-family: 'BigCaslon-Medium', 'Big Caslon', 'Times New Roman', 'serif';
	font-size: 24px;
	font-weight:bold;
	line-height: 32px;
	text-align:center;
}

#headerImage {
	position:absolute;
	left: 0;
	top: 0;
	z-index:1;
}

#leftText  {
	font-family: 'ArialMT', 'Arial', 'sans-serif'; 
	margin: 170px 30px 0 40px;
	width: 135px;
	text-align: center; 
	color: #000000; 
	font-size: 15px; 
	font-style: italic; 
	line-height: 34px;
}

#rule {
	text-align:center;
	margin: 30px;
}

.link {
		font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
		color: #000099;
		font-size: 11px;
		text-decoration:none;
}

.newsletter {
		font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
		color: #000099;
		font-size: 15px;
		text-decoration:none;
}

a.link:visited, , a.newsletter:visited {
		color:#000099;
		text-decoration: none;
}

a.link:hover, a.newsletter:hover {
		color: #000033;
		text-decoration: none;
}	

a.link:active, a.newsletter:active {
		color: #000099;
		text-decoration: none;
}	

.list {
		font-family: 'BigCaslon-Medium', 'Big Caslon', 'Times New Roman', 'serif';
		margin-top: 6px;
		font-size: 16px;
		line-height: 24px;
}

.main {
	font-family: 'BigCaslon-Medium', 'Big Caslon', 'Times New Roman', 'serif';
	color: #000000;
	font-size:14px;
	line-height: 20px;
	font-weight:normal;
	}

#dropmenudiv{
font-family: 'BigCaslon-Medium', 'Big Caslon', 'Times New Roman', 'serif';
font-style: normal;
position:absolute;
font-size: 14px;
border:1px solid black;
border-bottom-width: 0;
line-height:16px;
z-index:100;
padding: 0;
text-align:left;
top: 120px;
left: 229px;
width: 71px;
}

#dropmenudiv a{
font-family: 'BigCaslon-Medium', 'Big Caslon', 'Times New Roman', 'serif';
font-style: normal;
width: 100%;
display: block;
color:#FFFFFF;
border-bottom: 1px solid black;
text-decoration: none;
font-weight: bold;
padding: 2px 0;
text-indent: 4px;
}

#dropmenudiv a:hover{ /*hover background color*/
font-family: 'BigCaslon-Medium', 'Big Caslon', 'Times New Roman', 'serif';
font-style: normal;
color:#000000;
background-color: #cfced6;
}