@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
.cca  #container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.cca  #header { 
	background: #DDDDDD; 
	padding: 0;  
} 
/*
	Begin #maincontent
*/
.cca #mainContent {
	font: 0.75em/1.5em Verdana, Helvetica, sans-serif;
	padding-top: 15px;
	padding-left: 10px;
	width: 940px;
} 

.cca #mainContent .leftcol {
	float: left;
	width: 620px;
}
.cca #mainContent .rightcol {
	float: right;
	width: 300px;
}

.cca #mainContent .leftcol_lcstrong {
	float: left;
	width: 620px;
}
.cca #mainContent .rightcol_lcstrong {
	float: right;
	width: 300px;
}

.cca #mainContent .rightcol_rcstrong {
	float: right;
	width: 620px;
}
.cca #mainContent .leftcol_rcstrong {
	float: left;
	width: 300px;
}
.cca #mainContent .quotecol {
	float: right;
	width: 300px;
	background: #E3E7E9;
	text-align: left;
	margin: 0px 0px 5px 10px;
	padding: 10px;
	clear: right;
}

.cca #mainContent table { font-size: 0.92em; }

.cca #mainContent blockquote {
	margin-top: 5px;
	margin-left: 15px;
}

.cca #mainContent p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.cca #mainContent ul { margin-top: 3px; }

.cca #mainContent a:link
{
	margin-top: 5px;
	margin-bottom: 10px;
	color: #264A71;
	font-weight: bold;
	text-decoration: underline;
}

.cca #mainContent a:visited
{
	margin-top: 5px;
	margin-bottom: 10px;
	color: #264A71;
	text-decoration: underline;
}

.cca #mainContent a:hover
{
	margin-top: 5px;
	margin-bottom: 10px;
	color: #660000;
	text-decoration: none;
}

.cca #mainContent a:active
{
	margin-top: 5px;
	margin-bottom: 10px;
	color: #660000;
	text-decoration: none;
}
.cca #mainContent h1 {
	border-bottom: #c7bfb4 solid 1px;
	color: #990000;
	display: block;
	font-size: 1.2em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0px;
}
.cca #mainContent h2 {
	border-bottom: #c7bfb4 solid 1px;
	color: #990000;
	display: block;
	font-size: 1.1em;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.cca #mainContent h3 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.cca #mainContent h4 {
	color: #990000;
	font: bolder 1.1em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
.cca #footer { 
	color: #fff;
	font-size: .75em;
	padding: 0 10px 0 20px; 
	background:#660000;
} 
.cca #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.cca #footer a {
	color: #fff;
	text-decoration: none;
}
.cca #footer a:hover {
	color: #000000;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div#nav {
	width:960px;
	float: left;
 	padding-top: 7px;
	background-color: #660000;
/*	margin-bottom: 10px; */
	height: 24px; 
	margin: 0;
	margin-bottom: 20px;
}
/* 
	begin calendar items
*/
#calender_box {
	width: 300px;
}
#calendar {
	width: 300px;
	float: right;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 11px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background-color: #fff;
}
#calendar.nav, #calendar.nav a {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	text-decoration: none;
}
caption {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 30px;
	background: #d5cfb6;
	color: #000;
	font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-top: 8px;
}
#calendar th {
	font: bold 11px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #264a71;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}
#calendar .today, #calendar td .today a {
	color: #000 !important;
	font-weight: bold;
	background: #d5cfb6;
	font-size: 11px;
	line-height: 14px;
}
#calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 45px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
#calendar .event {
	font: bold 11px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	background: #577EA0;
}
#calendar .event a {
	font: bold 11px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #F6F4DA !important;
}
#calendar .blank {
	background-color: #e4dec3;
}
#calendar td a {
	font: bold 11px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #F6F4DA !important;
	text-decoration: none; 
}
#calendarbox {
	margin-bottom: 10px;
	float:right;
	width:350px;
}
.cca #noflash
{
	background-color: #fff;
	height: 10px;
	padding: 0 10px 0px;
}
#editForm { font-family: "Courier New", Courier, monospace; font-size: 1.5em;}
#editForm .formtext { background-color: #ebebeb; border: #999999 solid 1px; float: left; margin: 5px 10px; padding: 3px; font-size: .7em; }
#editForm .formtext input, .formtext textarea, .formtext select { font-family: "Courier New", Courier, monospace; font-size: 1em; }
#editForm .formtext ol { font-family: "Courier New", Courier, monospace; font-size: .8em; list-style-position: outside; list-style-type: upper-roman; }
#editForm .xlheader { background-color: #8DB5CF; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .9em; height: 40px; padding: 10px 20px; vertical-align: bottom; }
#editForm .tdlclass { text-align:right; }
#editForm .tdrclass { text-align:left; }
