 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #676767;
}
.thrColFixHdr #header {
	background-color: #0672B5;
	color: #FFFFFF;
	height: 100px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 24px;
}
.thrColFixHdr #container {
	width: 796px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px auto 0px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* 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: #ffffff; /* padding keeps the content of the div away from the edges */
	top: 0px;
	left: 0px;
	margin-top: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 10px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0 150px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 10px;
	padding-right: 30px;
} 
.thrColFixHdr #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0066FF;
	margin-bottom: 0px;
}
.thrColFixHdr #container #mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #0672B5;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent a:hover {
	color: #FC5D0A;
	text-decoration: none;
}
.thrColFixHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
} 
.thrColFixHdr #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	color: #676767;
}
.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;
}
.callout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF5800;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.firstpara {
	margin-top: 0px;
}
.paraTitle {
	color: #0672B5;
	font-style: italic;
	text-transform: uppercase;
}
.style1 {
	color: #0672B5;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
}
.style2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	padding-top: 0px;
}
.style3 {
	color: #FC5802
}
.style7 {color: #FF9933; font-size: 24px; font-weight: bold; }
.style10 {color: #FF5800; font-size: 14px; font-weight: bold; }
.style11 {
	color: #0672B5;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

#navbar ul li {

        list-style-type: none;

}
#navbar ul li a:link, #navbar ul li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0672B5;
}

#navbar ul li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
}
#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid #000000 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#navbar ul li {

         list-style-type: none;
         margin: 0;
         padding: 0;
}

#navbar ul {
         margin: 0;
         padding: 0;
}

#navbar ul li a:link.youarehere, #navbar ul li a:visited.youarehere, #navbar ul li a:hover {
	color: #fb5701;
}

#navbar ul li a:link.youarehere, #navbar ul li a:visited.youarehere {font-weight: bold; }

.prev_page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	color: #0672B5;
	font-weight: bold;
	text-align: left;
	width: 70px;
	border: 1px solid #676767;
	padding: 3px;
}
.next_page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	width: 70px;
	border: 1px solid #676767;
	padding: 1px;
	text-align: center;
	font-weight: bold;
	color: #0672B5;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
.tightList {
	margin-top: 4px;
	margin-bottom: 0px;
}
.thrColFixHdr #container #sidebar1 #imagebox {
	margin-top: 0px;
}
.thrColFixHdr #container #sidebar2 .tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.dt {
	padding-left: 5px;
}
.thrColFixHdr #container #CalendarContent div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 150px;
}
.thrColFixHdr #container #CalendarContent a:link {
	color: #0672B5;
	text-decoration: none;
}
.thrColFixHdr #container #CalendarContent a:hover {
	color: #FB5701;
	text-decoration: none;
}
.thrColFixHdr #container #CalendarContent a:visited {
	color: #0672B5;
	text-decoration: none;
}
.thrColFixHdr #container #CalendarContent a:active {
	color: #0672B5;
	text-decoration: none;
}

