@charset "utf-8";
/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, ul, dd, dt, img, ol, dl, li, q, caption, a, form, input, textarea, fieldset, pre {
	margin:0;
	padding:0;
}
p 
{ 
margin-bottom:3px;
}
body {
	background-color:#fff;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../images/homeBG.jpg);
	background-repeat: repeat-x;
}
.bottomline{
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #5E7594;
	clear:both;
}
#home {
	background-image: url(../images/homeImage.jpg);
	height: 260px;
	width: 980px;
}
#homeContent {
	width:980px;
	background-image: url(../images/contentHomeImage.jpg);
	background-repeat: no-repeat;
	min-height: 380px;
}
#mainWrap {
	position: relative;
	margin: 0 auto;
	width: 980px;
	font-size: 1.3em;
	background-color: #fff;
}
#branding {
	position: relative;
	width: 100%;
	height: 110px;
	z-index: 100;
}
#logo {
	position: absolute;
	top: 5px;
	width: 475px;
}
#contentWrap {
	width:980px;
	top: 202px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	position: absolute;
	background-color: #FFFFFF;
}
#content {
	width:650px;
	float:right;
	margin-top: 10px;
	margin-right: 5px;
}
#contentfull {
	width:975px;
	float:right;
	margin-top: 0px;
	margin-right: 5px;
}

#printArea {
	font-size: 1em;
}
#contentNav {
	width: 280px;
	float: left;
	margin: 10px;
}
#headerNavWrap{
	position:absolute;
	top:20px;
	right: 0px;
	width:400px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}
#headerNav {
	float:right;
	padding:5px 5px 0 0;
}
#headerNav li {
	float:left;
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#headerNav li.last {
	border-right:none;
}
#headerNav a {
	color:#666;
	display:block;   /*to increase clickable area as a's default to inline */
	float:left;
	line-height:1.5;
	padding:0 24px;
	text-align:center;
	text-decoration:none;
}
#headerNav a:hover {
	background-color: #DAD9D5;
}
#headerNav a:active, #subnav2 a:focus {
	outline:0;
}
.navBullet {
	list-style-image: url(../images/navBullet.jpg);
	list-style-type: square;
	font-size: 1em;
}
.leftcolumntext{
	font-size: .9em;
}
a:link {
	color: #993399;
	text-decoration: none;
}
a:visited {
	color: #993399;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #6B6454;
	text-decoration: none;
}
hr{	color: #CCCCCC;
		width: 98%;
		border-top-style: dotted;
		border-top-width: 2px;
		margin-top:5px;
		margin-bottom:5px;
}
.fancyHeading {
	font-size: 1.4em;
	color: #938FA6;
	margin:0;
	padding:0;
	text-indent: 20px;
	background-image: url(../images/h1bullet.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
	color: #294570;
}
h2 {
	font-size: 1.4em;
	color: #294570;
	margin-top:5px;
}
h3 {
	font-size: 1.2em;
	color: #294570;
	margin-top:8px;
}
h4 {
	font-size: 1.1em;
	color: #294570;
	margin-top:8px;
}
h5 {
	font-size: 1em;
	color: #294570;
	margin-top:8px;
}
h6 {
	font-size: .9em;
	color: #294570;
	margin-top:8px;
}
.quickNavBG_brown{
	background-image: url(../images/quickNavBrown.jpg);
}
.quickNavBG_green{
	background-image: url(../images/quickNavGreen.jpg);
}
.quickNavBG_other{
	background-image: url(../images/quickNavOther.jpg);
}
.quickNavBG_purple{
	background-image: url(../images/quickNavPurple.jpg);
}
.quickNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #FFFFFF;
	font-weight: bold;
	text-indent:5px;
}
a.quickNavText:link {
	color: #ffffff;
}
a.quickNavText:visited {
	color: #ffffff;
}
a.quickNavText:hover {
	color: #ffffff;
}
a.quickNavText:active {
	color: #ffffff;
}
#printArea ul {
	list-style-image: url(../images/navBullet.jpg);
	list-style-type: square;
	margin: 5px 5px 5px 25px;
}
#printArea ol {
	margin: 5px 5px 5px 25px;
}
#footerWrap {	
	clear:both;
	margin: 10px 10px 0px 10px;
	width:98%;
	font-size: .8em;

}
.footerContact {
	float: left;
	width: 40%;
	margin-top:15px;
}
.footerCopyRight { clear:both;}
.powered {
	float: right;
	margin-top:15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #6B6454;
	padding-left:4px;
}

.amtable {
	border-collapse: collapse;
	width: 624px;
	margin-left: 0px;
	margin-top: 5px;
}
.amtable td {
	padding: 3px;
}
.amtable tr {
	border: 1px solid #AAAAAA;
	padding: 3px;
}
.calendar_today {
	border: 2px solid #FF0000;
}
.calendar_empty {
}
.calendar_post {
	background-color: #CBE1EA;
}
.calendar_post_today {
	background-color: #DBDBEF;
	border: 2px solid #FF0000;
}
.calendar_table {
	font-size: .9em;
}
.calendar_header {
	background-color: #174592;
	color: #FFFFFF;
}
.bodytext {
	font-size: 1em;
}
.tableview {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
	font-size: 12px;
}
.tableview td {
	border: 1px solid #000000;
	padding: 1px;
}
.tableview th {
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #9390A5;
	padding: 3px;
}
.tableview th a {
	font-weight: bold;
	color: #FFFFFF;
}
.tableview th a:hover {
	font-weight: bold;
	background-color: #9390A5;
	color: #535063;
}
.tableedit {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	border: 0px;
	width: 920px;
}
.tableedit td {
	border: 0px solid #880000;
	padding: 2px;
}
.tableedit th {
	border: 1px solid #9390A5;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #9390A5;
	padding: 2px;
}

.calendar {
	width: 630px;
	border-collapse: collapse;
	font-size:.9em;
}
.calendar td {
	border: 1px solid #999999;
	width: 90px;
	height: 90px;
	min-height: 90px;
}
.calendar th {
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding:10px;
}
.calendarToday {background-color: #CCCCCC;}

.calendar p {margin: 0; padding:0; font-size:.85em;}
.calendarEvent p {margin: 0; padding:0; font-size:.85em;}

.event {
	width: 630px;
	border-collapse: collapse;
	font-size:.9em;
}
.event td {
	border: 1px solid #999999;
	width: 90px;
	height: 90px;
	min-height: 90px;
}
.event th {
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding:10px;
}


