@charset "UTF-8";
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: 70%;
	background-color: #CCCCCC;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 110px;
	background-color: #FFFFFF;
	background-image: url(images/header_bkgdbar.gif);
	padding-left: 20px;
	bottom: 0px;
	vertical-align: bottom;
	padding-top: 4px;
}
.oneColFixCtrHdr #container #header a {
	text-decoration: none;
}
.oneColFixCtrHdr #nav #navaboutup a:hover {
	background-image: url(images/aes_nav_about_over.gif);
}
.oneColFixCtrHdr #nav #navschoolup {
	background-image: url(images/aes_nav_school_over.gif);
}
.oneColFixCtrHdr #nav #navcommunityup {
	background-image: url(images/aes_nav_community_over.gif);
}
.oneColFixCtrHdr #nav #navclassroomup {
	background-image: url(images/aes_nav_classrooms_over.gif);
}
.oneColFixCtrHdr #nav #navgivingup {
	background-image: url(images/aes_nav_giving_over.gif);
}
.oneColFixCtrHdr #nav #navcontactup {
	background-image: url(images/aes_nav_contact_over.gif);
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #nav {
	width: 630px;
	height: 40px;
	padding: 0px;
	float: right;
	margin-top: 43px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 600px;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	clear: both;
}
.oneColFixCtrHdr #logo {
	float: left;
	width: 300px;
}
.oneColFixCtrHdr #nav ul {
	list-style-type: none;
	padding: 0px;
}
.oneColFixCtrHdr #nav a {
	text-decoration: none;
}
.oneColFixCtrHdr #nav li {
	display: inline;
	padding-right: 2.5px;
	padding-left: 2.5px;
}
.oneColFixCtrHdr #sidebar {
	width: 300px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: right;
	margin: 0px;
}
.oneColFixCtrHdr #sidebar h2 {
	font-size: .8em;
	color: #CC0000;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr #sidebar p {
	font-size: 1em;
}
.oneColFixCtrHdr #sidebar strong {
	color: #CC0000;
}
.oneColFixCtrHdr #sidebar a {
	color: #CC0000;
}
.oneColFixCtrHdr #sitemapcol01 {
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.oneColFixCtrHdr #sitemapcol02 {
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.oneColFixCtrHdr #sitemapcol03 {
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.oneColFixCtrHdr #footer p {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 90%;
}
.oneColFixCtrHdr #sitemap {
	height: 100%;
	padding: 0px;
}
.oneColFixCtrHdr #sitemap p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
.oneColFixCtrHdr #sitemap h1 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 100%;
	color: #CC0000;
}
.oneColFixCtrHdr #sitemap ul {
	list-style-type: none;
}
.oneColFixCtrHdr #sitemap a {
	text-decoration: none;
	color: #CC0000;
}
.oneColFixCtrHdr #sitemap a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #sitemap a:visited {
	color: #666666;
}
.oneColFixCtrHdr #sitemap li {
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 3px;
}
.boldred {
	color: #CC0000;
	font-weight: bold;
}
.oneColFixCtrHdr   #button01 a {
	height: 140px;
	width: 220px;
	float: left;
	margin: 10px;
	background-color: #FFFFFF;
	background-image: url(images/BUT_Connected.gif);
}
.oneColFixCtrHdr #button01 a:hover {
	background-image: url(images/BUT_Connected_over.gif);
}
.oneColFixCtrHdr  #button02 a {
	height: 140px;
	width: 220px;
	float: left;
	margin: 10px;
	background-color: #FFFFFF;
	background-image: url(images/BUT_Volunteering.gif);
}
.oneColFixCtrHdr #button02 a:hover {
	height: 140px;
	width: 220px;
	float: left;
	margin: 10px;
	background-color: #FFFFFF;
	background-image: url(images/BUT_Volunteering_over.gif);
}
.oneColFixCtrHdr  #button03 a {
	height: 140px;
	width: 220px;
	float: left;
	margin: 10px;
	background-color: #FFFFFF;
	background-image: url(images/BUT_Newsletter.gif);
}
.oneColFixCtrHdr #button03 a:hover {
	height: 140px;
	width: 220px;
	float: left;
	margin: 10px;
	background-color: #FFFFFF;
	background-image: url(images/BUT_Newsletter_over.gif);
}
.oneColFixCtrHdr   #button04 a {
	height: 140px;
	width: 220px;
	float: left;
	margin: 10px;
	background-color: #FFFFFF;
	background-image: url(images/BUT_Store.gif);
}
.oneColFixCtrHdr #button04 a:hover {
	height: 140px;
	width: 220px;
	float: left;
	margin: 10px;
	background-color: #FFFFFF;
	background-image: url(images/BUT_Store_over.gif);
}
.oneColFixCtrHdr #sidebar h1 {
	font-size: 1em;
	color: #0083ca;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0083ca;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #CC0000;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 1em;
	float: left;
	width: 25%;
	margin: 0px;
	color: #CC0000;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #mainContent a {
	color: #CC0000;
}
