body{
	font-family: Verdana, sans-serif;
	color: #000E80;
	background-color: #DEEAFE;
	margin: 0px;
	padding: 0px;
}

.hiddenPic {display:none;}

a.lite:link{
	color: #c00000;
	text-decoration: none; 	
}

a.lite:visited{
	color: #c00000;
	text-decoration: none; 	
}

a.lite:hover{
	color: #B2CEFD;
	text-decoration: underline;	
}

a.dark:link{
	color: #3f3f3f;
	text-decoration: none; 	
}

a.dark:visited{
	color: #3f3f3f;
	text-decoration: none; 	
}

a.dark:hover{
	color: #6F6F6F;
	text-decoration: underline;	
}

a.liteinv:link{
	color: #E1C7AB;
	text-decoration: none; 	
}

a.liteinv:visited{
	color: #E1C7AB;
	text-decoration: none; 	
}

a.liteinv:hover{
	color: #D2B48C;
	text-decoration: underline;	
}

#cchlogo{
	position: absolute;
	top: 30px;
	left: 50%;
	height: 125px;
	width: 255px;
	border: none;
   	margin: 0px 0px 0px -450px;
   	z-index:100;
}

#welcome{
	position: absolute;
	top: 40px;
	left: 50%;
	height: 25px;
	width: 580px;
	border: none;
   	margin: 0px 0px 0px -195px;
   	z-index:100;
}

#welcome H1{
  	font-size: 24px;
 	font-weight: bold;
   	margin: 0px;
}

#welcome p{
  	font-size: 16px;
 	font-weight: normal;
   	margin: 5px 0px 2px 5px;
}

#cch{
	position: absolute;
	top: 125px;
	height: 620px;
	width: 100%;
   	margin: 0px 0px 0px 0px;
	background-color: #DEEAFE;
}

#cch-main{
	position: absolute;
	left: 50%;
	width: 800px;
	height: 620px;
   	margin: 0px 0px 0px -400px;	
	background-color: #DEEAFE;
	background-image: url("../images/bkgd.png");
	background-repeat: no-repeat;
	background-position: center center;
}

#nav{
	position: absolute;
	right: 9px;
	top: 8px;
	height: 39px;
	width: 615px;
	background-color: #B2CEFD;
	background-image: url("../images/navbg.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

#nav ul{
	list-style: none;
	margin: 0px;
	margin-left: 35px;
	padding: 0px;
	padding-top: 2px;
}

#nav li{
	display: inline;
}

#nav a:link{
	color: #000E80;
	font-weight: bold;
	text-decoration: none; 	
	margin: 0px 4px;
	padding: 2px;
}

#nav a:visited{
	color: #000E80;
	font-weight: bold;
	text-decoration: none; 	
	margin: 0px 4px;
	padding: 2px;
}

#nav a:hover{
	color: #ffffff;
	background-color: #000E80;
	background-image: url("../images/navbg1.gif");
	background-repeat: repeat-x;
	background-position: center center;
	font-weight: bold;
	text-decoration: none;	
	margin: 0px 4px;
	padding: 2px;
}

#banner{
	position: absolute;
	left: 200px;
	top: 35px;
	height: 90px;
	width: 580px;
	background-color: #ffffff;
	border: 1px solid #000E80;
}

#banner H1{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

#banner p{
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #000E54;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

#main{
	background-color: transparent;
	font-size: 16px;
	width: 758px;
	height: 320px;
   	padding: 130px 20px 0px 20px;
}

#main ul{
	list-style: none;
	margin: 0px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	padding-top: 2px;
}

#main li{
	display: inline;
}

a.subnav:link{
	color: #000E80;
	font-weight: normal;
	text-decoration: none; 	
	margin: 0px 5px;
	padding: 2px;
}

a.subnav:visited{
	color: #000E80;
	font-weight: normal;
	text-decoration: none; 	
	margin: 0px 5px;
	padding: 2px;
}

a.subnav:hover{
	color: #ff0000;
	font-weight: normal;
	text-decoration: underline;	
	margin: 0px 5px;
	padding: 2px;
}

#main H1{
	font-weight: bold;
	font-size: 20px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#main H2{
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

#main p{
	font-weight: normal;
	font-size: 16px;
	color: #000E54;
	margin: 2px 0px 5px 0px;
	padding: 0px;
}

#main p.smaller{
	font-size: 14px;
}

#main img{
	float: right;
	margin: -5px 5px 5px 5px;
} 

#rightimg{
	float: right;
	width: 220px;
	margin: 20px 5px 5px 5px;
} 

#rightimg img{
	margin: 5px 3px 5px 3px;
	border: 1px solid #000E54;
} 


.leader{
	font-weight: bold;
	font-size: 18px;
}

.centretxt{
	text-align: center;
}

.righttxt{
	text-align: right;
}

fieldset{
	border: none;
	margin: 5px 0px 15px 0px;
	padding: 0px 5px 10px 5px;
}


form {
	background-color: transparent;
	border: none;
	padding: 10px;
	margin: 0px 0px 50px 0px;
}

form p{
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

.red-text{
	color: #FF0000;
}

.firstline{
	margin: 5px 0px 0px 0px;
}


form p {
	font: normal 0.9em Arial, Helvetica, sans-serif;
}

form p label{
	float: left;
	width: 150px;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}

select {
	color: #464646;
	background-color: #EDEDED;
	border: 1px solid #000E80;
}

input.txt {
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #464646;
	background-color: #EDEDED;
	border: 1px solid #000E80;
	width: 300px;
}

input.txt2 {
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #464646;
	background-color: #EDEDED;
	border: 1px solid #000E80;
	width: 150px;
}



input.btn {
	cursor: pointer;
	color: #000E80;
	background-color: #B2CEFD;
	border: 1px inset #000E80;
	width: 50px;
	margin: 0px -40px 0px 200px;
}


textarea.txta {
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #464646;
	background-color: #EDEDED;
	border: 1px solid #000E80;
}


.footlinks {
	height: 15px;
	width: 800px;
	position: absolute;
	top: 750px;
	left: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	margin: 0px 0px 0px -400px;
}

#sitelinks{

}