body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}


a:link {
	color: #126572;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #126572;
}
a:hover {
	text-decoration: underline;
	color: #C69E30;
}
a:active {
	text-decoration: none;
	color: #C69E30;
}




.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFF; 
	padding: 0 10px 0 20px;  /* 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. */
}

.oneColFixCtrHdr #sidebar {
	font-size: 16px; line-height:18px; font-family: 'DejaVuSansCondensed', Arial, Helvetica, sans-serif;
	padding: 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #126572;
	color: #fff;
	min-height: 670px;
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}




.oneColFixCtrHdr #mainContent {
	padding: 0 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 644px;
	float: right;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	overflow: auto;
	font: 100% Arial, Helvetica, sans-serif;
}


#calendar {
	padding: 0 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 674px;
	height: 670px;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: auto;
	font: 95% Arial, Helvetica, sans-serif;
	font-size: 15px;
}


#calendar img{
	padding-top: 8px;
	padding-bottom: 0px;
}

#leftimage{
	float: left;
	padding-right: 15px;
}


#subContent {
	padding: 0 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	overflow: auto;
	font: 100% Arial, Helvetica, sans-serif;
}

h1 {  
   font-size: 20px;
   font-weight: bold;
   color: #126572; 
   padding-top: 10px;
   padding-bottom: 10px;
   margin-top: 0px;
}

.blue{
color: #126572; 
}



#calendar h2{
		font-size: 14px; line-height:24px; font-family: 'DejaVuSans-B', Arial, Helvetica, sans-serif;
		color: #EABE5C;
		background-color:  #126572;
		width: 100%;
		padding-left: 10px;
		padding-right: 0px;
		padding-top: 0px;
		margin-top: 2px;
}



#quote {
        padding-top: 5px;	
}

#footer {
	border-top: solid 1px #126572;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 950px;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 70%;
	clear: both;

}


.clear {
     clear: both;	
}


#navbar {
	font-size: 14px; font-family: 'DejaVuSansCondensed-B', Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 950px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid 1px #126572;
}

#navbar a {
	font-family: 'DejaVuSansCondensed-B', Arial, Helvetica, sans-serif;
	text-decoration:none;
}


#navbar img{
  padding-left: 0px;
  margin-left: -10px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#navbar a:link {
	color: #126572;
}
#navbar a:visited {
	color: #126572;
}
#navbar a:hover {
	font-weight: bold;
	color: #EABE5C;
}
#navbar a:active {
	font-weight: bold;
	color: #126572;
}

#navbar a:link#current, #navbar a:visited#current {
	font-weight: bold;
	color: #EABE5C;
}

#navbox, #leftbox {
font-size: 95%;
width: 230px;
border: solid 1px #126572;
}


#navbox {
float: right;
margin-left: 10px;
}


#leftbox {
float: left;
margin-right: 10px;
}


#navbox ul{
	padding: 5px 8px 8px 5px;
	margin: 0;
	list-style: none;
}


#navbox th, #leftbox th, .header{
 color: #126572;
 border-bottom: solid 1px #126572;
}

.header p{
	padding: 0px;
	margin: 0px;
}

h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.links{
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 8px;
}

.text {
  padding-left: 5px;
}

.right {
  text-align: right;
  padding-right: 10px;
}

.credit {
	text-align: right;
	font-style: italic; 
  padding-right: 3px;
  padding-top: 0px;
  margin-top: 0px;
  font-size: 70%;
}

.subpage {
	margin-right: 85px;
}

p.hidden {
	display: none;
}