@charset "utf-8";

html{
	margin:0px;
	height:100%;
}

body{
	margin:0px;
	background-color:#063;
	height:100%;
}

img{
	margin-top:10px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	border:none;
}

sup{
	font-size:8px;
}

abbr{
	cursor:help;
	border-bottom:#666 1px dotted;
}

hr{
	margin:2px 0px 0px 0px;
	padding:0px;
	height:1px;
	border-top:#666 1px dotted;
	border-bottom:none;
	border-right:none;
	border-left:none;
}

div.fs-bg{
	height:100%;
	width:100%;
	position:fixed;
	z-index:-5;
}

div.page{
	width:800px;
	min-height:95%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/strip.png);
	background-position:center;
	background-repeat:repeat-y;
}

div.content{
	width:720px;
	min-height:100%;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
	line-height:25px;
}

div.date{
	float:right;
	font-size:medium;
	width:350px;
	text-align:center;
	margin-top:-35px;
	display:none;
}

div.pageCanvas{
	margin-top:120px;
	width:720px;
	min-height:100%;
	overflow:hidden;
	padding-bottom:10px;
}

div.pageSpace{
	width:95%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

div.newsSpace{
	width:642px;
	min-height:150px;
	border:#999 dotted 1px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:15px;
	margin-left:28px;
	margin-top:20px;
	background-image:url(../images/overlayLight.png);
}

div.newsDate{
	margin-top:0px;
	width:642px;
	position:absolute;
	z-index:20;
	text-align:right;
	font-size:12px;
	float:right;
}

div.eventSpace{
	width:296px;
	height:110px;
	float:left;
	border:#999 dotted 1px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:15px;
	margin-left:28px;
	margin-top:20px;
	background-image:url(../images/overlayLight.png);
	position:relative;
	cursor:pointer;
}

div.eventDate{
	margin-top:97.5px;
	font-weight:bold;
	width:300px;
	position:absolute;
	z-index:20;
	text-align:right;
	font-size:14px;
	float:right;
}

div.footer{
	height:5%;
	background-image:url(../images/strip.png);
	background-position:center;
	background-repeat:repeat-y;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

div.foot-text{
	width:720px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	border-top:#666 dotted 1px;
	padding-top:5px;
	text-transform:lowercase;
}

div.options{
	margin-bottom:23px;
	margin-top:-5px;
	margin-left:25px;
}

div.classOptions{
	bottom:0;
	width:620px;
	position:absolute;
}

div.advertBody{
	width:630px;
	margin-left:auto;
	margin-right:auto;
}

div.viewSelect{
	margin-left:15px;
}

div.monthTitle{
	font-family:Calibri, Arial, Geneva, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
	padding-top:16px;
	width:100%;
	height:100%;
	text-align:center;
}

div.monthTitle a:link{
	color:#333;
}

div.monthTitle a:active{
	color:#333;
}

div.monthTitle a:hover{
	color:#333;
}

div.monthTitle a:visited{
	color:#333;
}

img.logo{
	float:left;
	margin-top:8px;
	margin-bottom:63px;
	border:none;
}

img.icon{
	margin-top:0px;
	margin-bottom:-5px;
	border:none;
}
