html {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;/*setting font size to 62.5 means that 1.0em is equal to 10px, and 1.2em is equal to 12px etc. Size renders more accurately accross platforms*/
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #112a33;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f0f9f0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #f0f9f0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*height:1000px;*/
} 
.thrColAbsHdr #header { 
	height: 130px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #f0f9f0; 
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColAbsHdr #header a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#ffffff; 
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 130px;
	left: 0;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f0f9f0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	color:#000000;
	font-size:12px;	
	height:350px;
}
.thrColAbsHdr #sidebar1 a { 
	text-decoration: none;
	font-size:11px;
}
.thrColAbsHdr #sidebar1 a:link, a:active, a:visited { 
	color:#ffffff; 
}
.thrColAbsHdr #sidebar1 a:hover { 
	color:#000855; 
	background-color:#ffffff;
}
.thrColAbsHdr #sidebar1 .title {
	position: absolute;
	background-color:#f0f9f0;
	width: 140px;
	height: 20px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.thrColAbsHdr #sidebar1 .submenu {
	position: absolute;
	left: 0px;
	width: 123px;
	border: 1px solid black;
	padding-left: 15px;
	background-color: #333333;
	layer-background-color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	visibility: block;
	z-index:10;
}
.thrColAbsHdr #mainContent { 
	margin: 0 0 0 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#f0f9f0;
}
.thrColAbsHdr #mainContent a {
	font-size:11px;
	color:#0000ff;
}

#content {
	color:#000000; 
	background-color:#ffffff; 
	position:absolute; 
	top:56px; 
	left:170px;
}

.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}




.title
{position: relative;
width: 100px;
height: 20px;
z-index: 10;
font-family: verdana, helvetica, sans-serif;
font-weight: bold;
font-size: 12px;}

.submenu
{position: relative;
left: 30px;
width: 130px;
border: 1px solid black;
background-color: #4f464f;
layer-background-color: #4f464f;
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
visibility: visible;}

a
{text-decoration: none;}
A:link {
	color:#ffffff;
	}
A:active {
	color:#ffffff;
	}
A:visited {
	color:#ffffff;
	}
A:hover {
	color:#000855; 
	/*background-color:#ffffff;*/
	}

A.deflinknav:link {
	color:#0000ff; text-decoration:none;
	}
A.deflinknav:active {
	color:#ffff00; text-decoration:none;
	}
A.deflinknav:visited {
	color:#0000ff; text-decoration:none;
	}
A.deflinknav:hover {
	color:#000000; text-decoration:underline overline;
	}
A.contactnav:link {
	color:#131435; font-size:14px; font-family:Monotype Corsiva, Times New Roman; text-decoration:none;
	}
A.contactnav:active {
	color:#131435; font-size:14px; font-family:Monotype Corsiva, Times New Roman; text-decoration:none;
	}
A.contactnav:visited {
	color:#131435; font-size:14px; font-family:Monotype Corsiva, Times New Roman; text-decoration:none;
	}
A.contactnav:hover {
	color:#7fffff; font-size:14px; font-family:Monotype Corsiva, Times New Roman; text-decoration:none;
	}
td.calendartop {
        background-color:#004080; color:#ffffff; text-align:center; width:14%; font-family:Arial; font-size:10px;
        }
td.calendar {
        background-color:#DFDFDF; color:#000000; text-align:left; font-family:Arial; font-size:10px;
        }
#calendar {
        color:#000000; text-align:right; font-family:Arial; font-size:14px; font-weight:bold;
        }
td.calendarhol {
        background-color:#FFDFDF; color:#000000; text-align:left; font-family:Arial; font-size:10px;
        }
td.calendarevent {
        background-color:#FFFFDF; color:#000000; text-align:left; font-family:Arial; font-size:10px;
        }
td.calendarwe {
        background-color:#BFBFBF; color:#000000; text-align:left; font-family:Arial; font-size:10px;
        }
        