/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#DCDEDE;
}

#cont {
	background-color:#FFFFFF;
	width: 850px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-right:2px solid #CCCCCC;
	border-left:2px solid #CCCCCC;
	overflow: auto;
}

#top {
	height: 160px;
	width: 850px;
}

#leftcolumn {
	width: 510px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	margin-top:20px;
	padding-left:50px;
	padding-right:40px;
}

.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#CC0926;
	border-bottom: solid 2px #CCCCCC;
}

.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#CC0926;
	font-weight:normal;
}

.h2b {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CC0926;
	font-weight:bold;
}

.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.text a:link {
	text-decoration:underline;
	color: #006699;
}
.text a:visited {
	text-decoration:underline;
	color: #006699;
}
.text a:hover {
	text-decoration:underline;
	color: #0099CC;
}
.text a:active {
	text-decoration:underline;
	color: #006699;
}
.board {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

#cal {
	width:510px;
	background-image:url(images/calbackground.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF5D9;
	padding-bottom:25px;
}
.calh1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#CC0926;
	border-bottom: solid 2px #F8C545;
	padding-left:10px;
	padding-top:10px;
}
.calh2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CC0926;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}
.caltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:30px;
}
.caltext2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}

#calB {
	width:510px;
	background-color:#FFFFFF;
	padding-bottom:25px;
}
.calh1B {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#003366;
	border-bottom: solid 2px #F8C545;
	padding-left:10px;
	padding-top:10px;
}
.calh2B {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#006699;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}

#rightcolumn {
	width: 250px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	margin-top:20px;
	margin-bottom:20px;
}

#footer {
	width: 850px;
	height:auto;
	padding-top:8px;
	padding-bottom:6px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/footerline.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-right:2px solid #CCCCCC;
	border-left:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
