@charset "utf-8";
body {
	background-image: url(../images/bckgrd.png);
	background-attachment:fixed;
	background-repeat: repeat-x;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#nav {
	height: 29px;
	width: 970px;
	background-color:#009ec6;	
	}
.caption {
	font-size: 75%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#11647b;
	width: image width px;
	margin:5px;
}
.caption-right {
	font-size: 75%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#11647b;
	float:right;
	width: image width px;
	margin:5px;
}
.caption-left{
	font-size: 75%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#11647b;
	float:left;
	width: image width px;
	margin:5px;
}
.caption-center{
	font-size: 75%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#11647b;
	width: image width px;
	margin:5px;
}
.twoColFixLtHdr #container { 
	width:970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #11647b;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #Layer1 {
	position:absolute;
	width: 125px;
	height: 299px;
	z-index: 1;
	float:left;
	background-color:#FFF;
	top: 30px;
}
.twoColFixLtHdr #Layer2 {
	position:absolute;
	width: 121px;
	height: 33px;
	z-index: 2;
	margin-left: 750px;
	margin-top: 260px;
	float:right;
	background-color:#FFF;
	top: -31px;
}
.twoColFixLtHdr #Layer2 img {
	border:thin #ffff00;
}
.twoColFixLtHdr #Layer3{ 
	position:absolute;
	width: 291px;
	height: 250px;
	z-index: 3;
	float:right;
	margin-left: 370px;
	background-color:#fff;
	top: 450px;
} 
.twoColFixLtHdr #Layer4 {
	position:absolute;
	width: 32px;
	height: 32px;
	z-index: 2;
	margin-left: 810px;
	margin-top: 220px;
	float:right;
	background-color:#FFF;
	top: -31px;
}
.twoColFixLtHdr #Layer4 img {
	border:thin #ffff00;
}
.twoColFixLtHdr #header { 
	height:328px;
	background-color:#009ec6;
	padding: 0 0px 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#sidebarNav {
	background-color:#C1E970;
	background-image:url(../images/roundedBottom.gif);
	background-repeat:no-repeat;
	background-position: center bottom;
	width: 189px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #009ec6;
	font-size: 90%;
	padding: 0px 0 0 0px;
	font-weight: bold;
}
#sidebarNav2 {
	background-position: center bottom;
	width: 188px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #009ec6;
	font-size: 90%;
	padding: 0px 0 0 0px;
	font-weight: bold;
}
#sidebarNav2 a:link {
	color: #009ec6;
	text-decoration: none;	
}

#sidebarNav2 a:visited {
	color:#009ec6;
	text-decoration: none;
}
#sidebarNav2 a:hover {
	color: #F00;
	text-decoration: none;
}
#sidebarNav2 a:active {
	color: #009ec6;
	text-decoration: none;
	text-align: center;
}
#sidebarNav h6{
	background-image:url(../images/roundedTop.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0;
	padding-top: 5px;
}

#sidebarNav a:link {
	color: #009ec6;
	text-decoration: none;	
}

#sidebarNav a:visited {
	color:#009ec6;
	text-decoration: none;
}
#sidebarNav a:hover {
	color: #ffffff;
	text-decoration: none;
}
#sidebarNav a:active {
	color: #009ec6;
	text-decoration: none;
}

.textIndentLess {
	padding-left:10px;
	background-image:url(../images/bar3.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
}
.textIndent {
	padding-left: 18px;
	background-image:url(../images/bar3.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
}
.textIndentMore {
	padding-left: 15px;
}
.twoColFixLtHdr #mainContentIndex { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContentIndex img{
	border: none;
	margin-right: 10px;
}
.twoColFixLtHdr #mainContentIndex p{
	color:#11647b;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
	padding-right: 10px;
	
} 
.twoColFixLtHdr #mainContentIndex a:link {
	color: #11647b;
	text-decoration: none;	
}

.twoColFixLtHdr #mainContentIndex a:visited {
	color:#11647b;
	text-decoration: none;
}
.twoColFixLtHdr #mainContentIndex a:hover {
	color: #11647b;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContentIndex a:active {
	color: #11647b;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent img{
	border: medium #C1E970 solid;
	margin-right: 10px;
	text-align: center;
}
.twoColFixLtHdr #mainContent p{
	color:#11647b;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
	
} 

.redText {
	color:#F00;	
}
.blueText {
	color::#009ec6;
}
.greenText {
	color: #94cf10;
}

.twoColFixLtHdr #mainContent a:link {
	color: #11647b;
	text-decoration: none;	
}

.twoColFixLtHdr #mainContent a:visited {
	color:#11647b;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #11647b;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:active {
	color: #11647b;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}
.PageHeadings { 
	color: #94cf10;
	font-size: 140%;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

.PageSubheadingsEvent {
	color: #11647b;
	font-size: 150%;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
.PageSubheadings {
	color: #11647b;
	font-size: 110%;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
#breadcrumb {
	color: #009EC6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#breadcrumb a:link { 
	color: #009EC6;
	text-decoration:none;
} 
#breadcrumb a:visited { 
	color:#009EC6;
	text-decoration:none;
} 
#breadcrumb a:hover{ 
	color:#30F;
	text-decoration: underline;
	
} 
#breadcrumb a:active { 
	color:#009EC6;
	text-decoration:none;
} 

.twoColFixLtHdr #mainContent h2{ 
	color: #000;
}
.twoColFixLtHdr #mainContent ul{
	color: #11647b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 85px;
	background-color:#009EC6;
	margin-top: 20px;
} 
.twoColFixLtHdr #footer a:link{ 
	text-decoration:none;
	color: #ffff00;
} 
.twoColFixLtHdr #footer a:visited{
	text-decoration:none;
	color: #ffff00;
}
.twoColFixLtHdr #footer a:hover{
	text-decoration:underline;
	color: #ffff00;
} 
.twoColFixLtHdr #footer a:active{
	text-decoration:none;
	color: #ffff00;
}
	
.twoColFixLtHdr #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 */
	text-align: center;
	font-size: .70em;
	color: #ffff00;
	font-family: Verdana, Geneva, sans-serif;
}
.smText {
	
	color: #ffff00;
	font-family: Verdana, Geneva, sans-serif;
	float:right;
}
.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;
}
.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;
}
