@charset "utf-8";
/* CSS Document */

h2 {
	color:#030;
	border-color: #060;
	line-height: 1.2;
}

h6 {
	color:#FFF;
	font-size:18px;
	text-shadow: #555 2px 2px 0;
}

.container{
	width:985px;
}

hr {
	color:#00356A;
}

.footBG{
	background-image:url(images/blueTile2.png);
	width: 100%;
	background-repeat:repeat-x;
}

.Grass{
	width:100%;
	height:70px;
	position:fixed;
	background-repeat:repeat-x;
	bottom:0;
	background-image:url(images/grassFooter.fw.png);
	right:0px;
	
}

.headBG{
	background-image:url(images/blueTile.png);
	width: 100%;
	height: 265px;
}

body {
	background-color:#ACD4AA;
	margin-top: 0px;
	margin-left: 0px;
	height: 100%;
	width: 100%;
}

#header{
	background-image:url(images/ccHeader.fw.png);
	background-repeat:no-repeat;
	width: 985px; 
	height: 175px;
}

#nav{
	background-image:url(images/navSliceG.png); 
	width: 100%; 
	height: 45px;
}

#body{
	box-shadow:#000;
	width: 985px;
	background-color:#FFF 
}

#footer{
	width: 985px; 
}

.socialFooter{
	width:100%;
	height:65px;
	position:fixed;
	bottom:10px;
	background-image:url(images/clearImg.gif);
	right:0px;
}

.invisaBar{
	width:100%;
	height:15px;
	position:fixed;
	top:0;
	right:0px;
}

.invisaBar2{
	width:100%;
	height:5px;
	position:fixed;
	top:100px;
	left:0px;
}

.holdFooter{
	width:100%;
	height:100px;
	position:fixed;
	bottom:0;
	background-image:url(images/holdFooter.png);
	right:0px;
	color:#FFF;
}

#sitelinks{
	width: 985px;
	height: 110px;
}

.footer{
	color:#FFF;
	font-weight: bold;
	font-size: 14px;
}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	color: #006005;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

a:link{
	text-decoration: none;
	font-size:13px;
	color:#FFF;
}

a:visited{
	text-decoration: none;
	font-size:13px;
	color:#FFF;
}

a:hover{
	text-decoration: none;
	font-size:13px;
	color:#FF6;
}

a:active{
	text-decoration: none;
	font-size:13px;
	color:#FFF;
}

.redLink:link{
	text-decoration: none;
	font-size:13px;
	color:#030;
}

.redLink:visited{
	text-decoration: none;
	font-size:13px;
	color:#030;	
}

.redLink:hover{
	text-decoration: none;
	font-size:13px;
	color:#090;
}

.redLink:active{
	text-decoration: none;
	font-size:13px;
	color:#030;
}

.siteLink:link{
	text-decoration: none;
	font-size:11px;
	color:#FFF;
}

.siteLink:visited{
	text-decoration: none;
	font-size:11px;
	color:#FFF;	
}

.siteLink:hover{
	text-decoration: none;
	font-size:11px;
	color:#FF0;
}

.siteLink:active{
	text-decoration: none;
	font-size:11px;
	color:#FFF;
}

.blueText{
	color:#039;
	font-size:16px;
	text-decoration:none;
}

.smLink:link{
	text-decoration: none;
	font-size:10px;
	color:#036;
}

.smLink:visited{
	text-decoration: none;
	font-size:10px;
	color:#06F;	
}

.smLink:hover{
	text-decoration: none;
	font-size:10px;
	color:#06F;
}

.smLink:active{
	text-decoration: none;
	font-size:10px;
	color:#00F;
}

.blueText{
	color:#900;
	font-size:16px;
	text-decoration:none;
}
