/* div layout */
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-image: url(images/backgnd.gif);
}

#frame {
	width:955px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	padding:0px;
					
	}
		
#head {
	height: 212px;
	width:955px;
	background-color: #FFFFFF;
	background-image:url(images/cecweb_01.gif);
	background-repeat:no-repeat;	
	}
	
#contentheadertitle {
	height: 62px;
	width:430px;
	float:right;
	background-color: #FFFFFF;
	background-repeat:no-repeat	
	}	
	
#contentheaderlogo {
	height: 62px;
	width:525px;
	float:left;
	background-color: #FFFFFF;	
	}
	
#contentleft {
	width:234px;
	float:left;
	min-height:600px;
	margin-left:0px;
	background-image:url(images/cecweb_02.gif);
	background-repeat:no-repeat;
	}

#contentright {
	width:710px;
	float:right;
	background-color: #FFFFFF;
	padding-left:0px;
	}
	
#bottom {
	background-image: url(images/cecweb_03.gif);
	height:92px;
	color:#000099;		
	}	
	
#footer {
	height: 90px;
	background-image: url(images/green.gif);
	background-repeat:repeat;
	text-align:center;
	color:#000099;	
	}
	
/* text layout stuff */
	
#calc p {
	font-size:11px;
	color:#333333;
	text-align:center;
}

#contentright p {
	font-size:11px;
	color:#333333;
}

#contentright h1 {
	font-size:20px;
	color:#003768;
}

#contentright h2 {
	font-size:15px;
	color:#003768;
	font-weight: bolder;
}

#contentright h3 {
	font-size:10px;
	color:#003768;
	font-weight:bolder
}

#contentright h5 {
	font-size:12px;
	color:#003768;
	font-weight:bolder}
	
	#contentright h6 {
	font-size:5px;
	color:#003768;
	font-weight:bolder}

#contentright a {
	font-size:10px;
	color:#003768;
	text-decoration:underline;
}

#contentright a:hover {
	font-size:10px;
	color:#000099;
	text-decoration:none;
}

#footer p{
	font-size:9px;
	color:#CCCCCC;
	text-decoration:none;
	margin-top:15px;
}

#footer a{
	font-size:9px;
	color:#CCCCCC;
	text-decoration:none;
	margin-top:15px;
}

#footer a:hover{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:underline;

}


.formbighead {
	font-size:14px;
	background-color:#003768;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}


.formhead {
	font-size:12px;
	background-color:#003768;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

.formhead2 {
	font-size:10px;
	color:#000033;
	text-align:left;

}
.form {
	font-size:10px;
	color:#000033;
	background-color:#CCCCCC;
}
.addy {
	font-size:.7em;
	color:#000033;
	line-height:1.5em;

	padding-left:30px;

}


.menulist, .menulist ul {
	margin: 0;
	padding: 0px;
	width: 175px;
	list-style: none;
	font-weight: bold; 
	font-size:11px;
	background-repeat: repeat;
	margin-left: 35px;
	text-indent: 2px;

	
}



.menulist ul {
	display: none;
	position: absolute;
	top: 0;
	left: 146px;
	width: 110px;
	background-color: #99FF00;
		
	
}

.menulist li {
	position: relative;
	font-weight: bold;
	font-size:11px;
	
	
}

.menulist li a {
	display: block;
	padding: 2px 5px 4px 4px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
	
}
* html .menulist li a {
 	border-width: 0;
 	margin: 0px;
}


.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 	color: #000000;
 	background-color: #99CC00;
 	padding: 2px 5px 4px 4px;
 	border: 0px solid #ADF;
 	margin: 0;
 	font: bold,trebuchet ms;
 	font-size:11px;

}
.menulist a.highlighted {
 	color: #000000;
 	background-color: #99FF00;
 	padding: 2px 5px 4px 4px;
 	border: 0px solid #CDE;
 	margin: 0;
 	font: bold,trebuchet ms;
 	font-size:11px;
}


.menulist a .subind {
 	float: right;
 	font-weight: bold;
 	font-size:11px;
}


*:first-child+html .menulist li {
 	float: left;
 	width: 100%;
}

* html .menulist li {
 	float: left;
 	height: 1%;
}
* html .menulist a {
 	height: 1%;
}


/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */


/*############*/
    .demo-show {
  width: 350px;
  margin: 1em .5em;
}
.demo-show h3 {
  
}
.demo-show div {
  padding: .5em .25em;
}
