@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e6e7e8;
	font-family:Arial, Helvetica, sans-serif;
}

#top_ad {
	width: 933px;
	height:90px;
	margin:auto;
}

#container {
	width: 990px;
	margin: auto;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	display:block;
}

#header {
	width: 990px;
	height: 280px;
	background-image:url(../images/top_bg.gif);
	background-repeat:repeat-y;
}

#footer {
	width: 990px;
	height: 108px;
	background-image:url(../images/bottom_bg.gif);
	background-repeat: no-repeat;
	float: left;
	text-align:center;
	font-size: smaller;
}

#main {
	text-align:justify;
	font-size:12pt;
	line-height: 1.4em;
	width: 650px;
	float: left;
	margin-left: 50px;
	padding-right: .8em;
	margin-top: 1.5em;
	display:block;
}

#calendar {
	text-align:justify;
	font-size:12pt;
	line-height: 1.4em;
	width: 880px;
	float: left;
	margin-left: 50px;
	padding-right: .8em;
	margin-top: 1.5em;
	display:block;
}

#sidebar {
	width: 208px;
	float: left;
	text-align: left;
	border-left: #a3a60f thin solid;
	padding-left: .8em;
	padding-right: .5em;
	font-size: 10pt;
	margin-top: 1.5em;
	display:block;
}

#menu {
	float:left;
	margin-left: 50px;
	width: 890px;
	background-color:#e6e7e8;
}

#ad2logo {
	border: none;
}

h3 {
	font-size:14pt;
	color: #54075b;
}

h1 {
	color: #54075b;
	font-size: 20pt;
}

h5 {
	font-size: 11pt;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #92981c;
}

a:hover {
	text-decoration: underline;
	color: #939;
}

a:active {
	text-decoration: none;
	color: #9c3;
}

.callout_text {
	font-weight:bold;
}

.inline_pic {
	display:inline;
	padding: 0px 10px 0px 0px;
	float: left;
}

/* ---( FIX FOR CLEARING DIV's )------------------------------------ */



	.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

	.clearfix {
	display: inline-block;
	}

	* html .clearfix {
	height: 1%;
	}
		
	.clearfix {
	display: block;
	}