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

* {
	padding:0;
	margin:0;
}
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
}
.oneColElsCtr #container {
	width: 908px;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	background-image: url(../images/bottombg4.jpg);
	height: auto;
	width: 900px;
	float: left;
	background-color: #FFFFFF;
	border: 3px solid #1F245B;
	margin-top: 30px;
}

/* HEADER GROUP*/
#mainContent #headerGroup {
	float: left;
	height: 284px;
	width: 900px;
	background-image: url(../images/cedcbanner.png);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1F245B;
}
#headerGroup .cedcHead {
	font-size: 32px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 25px;
	padding-right: 25px;
	color: #1F215D;
}
#headerGroup .ccHead {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #635E24;
	font-size: 24px;
	padding-top: 10px;
	padding-right: 25px;
}
#headerGroup .cedcHead .largeLetter {
	font-size: 45px;
}

/* NAV GROUP */
#mainContent #navGroup {
	background-color: #47A7CC;
	width: 900px;
	text-align: center;
	float: left;
	padding: 0px;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F245B;
}
.dropdown {
	float:left;
	font-size: 12px;
	color: #1D235D;
	margin: 0px;
	background-color: #47A7CC;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	}
.dropdown dt {
	width:128px;
	font-weight:bold;
	cursor:pointer;
	text-align: center;
	height: 40px;
	margin-top: 5px;
}
.dropdown dt:hover {
	color: #21996C;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:128px;
	display:none;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	width:128px;
	list-style:none;
	border-top:none;
	background-color: #47A7CC;
	text-align: left;
}
.dropdown li {
	display:block;
	margin: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#1D235D;
	text-decoration:none;
	width:auto
}
.dropdown a:hover {
	background:#99CFE4
}

/* LEFT GROUP */
#mainContent #leftGroup {
	float: left;
	width: 250px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftGroup p {
	font-size: 12px;
	color: #1C2159;
	text-align: center;
	padding: 0px;
}
#leftGroup img {
	border: 1px solid #1F245B;
}
#mainContent #indexBody {
	width: 350px;
	float: left;
}
#indexBody p {
	font-size: 16px;
	color: #1C2159;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 10px;
}
#indexBody a {
	color: #1C2159;
	text-decoration:underline
}
#indexBody a:hover {
	color: #1C2159;
	text-decoration:none
}
#indexBody .subNav {
	font-size: 10px;
	color: #1C2159;
	text-align:right
}
#indexBody .pageTitle {
	font-size: 24px;
	font-weight: bold;
	color: #1C2159;
}
/* RIGHT GROUP */
#mainContent #rightGroup {
	float: left;
	width: 250px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightGroup p {
	font-size: 12px;
	color: #1C2159;
	text-align: center;
	padding: 0px;
}
#rightGroup #contactBox {
	width: 240px;
	background-color: #99CFE4;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #1C2159;
}
#rightGroup #contactBox a {
	color: #1C2159;
	text-decoration:underline
}
#rightGroup #sidebox {
	height: 280px;
	width: 240px;
	color: #191C47;
	font-size: 14px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-color: #47A7CC;
	border: 1px solid #1C2159
}
#rightGroup #sidebox p {
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
}
#rightGroup #sidebox ul {
	margin-left: 25px;
	margin-right: 10px;
	font-size: 12px;
	padding-top: 25px;
}
#rightGroup #sidebox li {
	font-size: 14px;
	margin-bottom: 20px;
}
#mainContent #contactBottom {
	float: left;
	clear: left;
	width: 900px;
	padding-top: 10px;
}
#contactBottom p {
	font-size: 14px;
	color: #1C2159;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 10px;
}
#contactBottom a {
	color: #1C2159;
	text-decoration:underline
}
#mainContent #bottomImg {
	width: 900px;
	float: left;
	clear:both;
	background-image: url(../images/bottombg2.png);
	height: 243px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #F4FFFF;
	text-align: center;
}
#footerGroup {
	width: 900px;
	float: left;
	font-size: 11px;
	color: #F4FFFF;
	text-align: center;
	margin-top: 225px;
}
#footerGroup2 {
	width: 908px;
	float: left;
	font-size: 9px;
	color: #1F245B;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 5px;
}
