/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #E3E3BB;
	margin: 0px;
	font-size: 12px;
}

a {
	color:#2074ad;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color:#2074ad;
	font-weight: bold;
}

a:hover {
	color:#FF6600;
	text-decoration: underline;
	font-weight: bold;
}

/*a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon2_pdf.gif) no-repeat center right;
}*/

#container {
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
}

#header {
	height: 120px;
	padding: 2px;
	background-image: url(../images/logobanner.gif);
	background-repeat: repeat-x;
	background-color: #E3E3BB;
}

#header h1 {
	font-size: 50px;
	color: #6B5846;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 20px;
	text-indent: -9999px;
}

#header .subheader {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-left: 20px;
	font-size: 14px;
	text-indent: -9999px;
}

#border {
	border: 1px solid #999999;
}

ul {
	list-style-type: none;
}

#sidebar {
	width: 150px;
	float: left;
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar li {
	font-weight: bold;
	margin-bottom: 10px;
}

#rightcolumn {
	padding-left: 20px;
	padding-right: 10px;
	color: #666666;
}

#rightcolumn h2 {
	font-size: 16px;
	color: #000000;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

#rightcolumn a {
	color:#2074ad;
	text-decoration: none;
	font-weight: bold;
}

#rightcolumn a:visited {
	color:#2074ad;
	font-weight: bold;
}

#rightcolumn a:hover {
	color:#FF6600;
	text-decoration: underline;
	font-weight: bold;
}

.title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6B5846;
}

.box {
	width: 163px;
	background: url(../images/div-box.gif) no-repeat top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 20px;
}

.box h3 {
	color: #6B5846;
	margin: 0;
	text-align: center;
	height: 28px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
	}

.box h4 {
	text-align: center;
	font-size: 12px;
	margin: 3px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}	

.box p {
	text-align: center;
	font-size: 10px;
	margin: 4px;
	padding: 1px;
}	

.box ul {
	margin: 0px;
	padding: 14px 10px 14px 10px;
	list-style: none;
}

.box ul li {
	margin: 0 0 6px;
	padding: 0;
}

.box br {
	margin-top: 2px;
	margin-bottom: 2px;
}

.calmonth {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border: 1px solid #6B5846;
	background-image: url(../images/calgradient.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 13px;
	text-transform: uppercase;
}

.calattn {
	color: #C03;
	font-size: 11px;
	font-weight: bold;
}
.calevent {
	font-size: 11px;
	color: #666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6B5846;
	border-bottom-color: #6B5846;
	border-left-color: #6B5846;
	height: 80px;
	text-align: left;
	padding: 5px;
}

.bod {
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

#footer {
	background-color: #2074ad;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	padding: 10px;
	background-image: url(../images/bottom-border.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color:#FFFFFF;
	font-weight: bold;
}

#footer a:hover {
	color:#FF6600;
	text-decoration: underline;
	font-weight: bold;
}

#subfooter {
	font-size: 11px;
	text-align: center;
	color: #6B5846;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearboth {
	clear: both;
}

