@charset "utf-8";
* {
margin:0;
padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #333333;
}

.bodyBgIndex {
	background-image: url(../images/cefBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bodyBgAlt {
	background-image: url(../images/cefBgAlt.jpg);
	background-repeat: repeat-x;
	background-position: top;
}



#container {
	
}
#indexHeader {
	background-image: url(../images/cefIndexBanner.jpg);
	height: 400px;
	background-repeat: no-repeat;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#header {
	height: 70px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	
}
#container #indexHeader #banner {
	width: 360px;
	padding-top: 80px;
}
#branding h1 {
	background-image: url(../images/cefTitle.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 360px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	margin-top: 30px;
}
#banner  #bannerContent   {
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
}
.bodyBgIndex #container #indexHeader #banner #bannerContent h3 {
	font-style: italic;
	font-size: medium;
	font-weight: bold;
	margin-top: .75em;
	margin-bottom: .75em;
}



#globalNav {
	background-image: url(../images/cefNavBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 820px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
}
#globalNav ul {
	list-style-type: none;
	margin-left: 20px;
	padding-top: 10px;
}
#globalNav li {
	display: inline;
}
#globalNav a {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
#globalNav a:hover {
	color: #ffffff;
	background-color: #2D3F6A;
}

#newsItem .newsReadMore {
	font-style: italic;
	color: #000000;
}
#newsList .newsItem {
	margin: 10px;
}




#mainContent {
	background-image: url(../images/cefMainContBG.jpg);
	background-repeat: repeat-y;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#mainContent #leftCol {
	margin-left: 30px;
	margin-right: 300px;
	
}
#mainContent #leftCol h2 {
	font-size: xx-large;
	color: #2D3F6A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
	margin-bottom: 10px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
#mainContent #leftCol h3 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-large;
	margin-top: 10px;
	font-variant: small-caps;
}
#mainContent #leftCol h4 {
	font-family: "Times New Roman", Times, serif;
	color: #2D3F6A;
	font-weight: bold;
	font-size: medium;
	margin-top: 10px;
	font-variant: small-caps;
	margin-bottom: 10px;
}
#mainContent #leftCol p {
	text-align: justify;
	margin-bottom: 1.5em;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.25em;
}

#leftCol .center {
	text-align: center;
}
#leftCol .smallText {
	font-size: x-small;
}



#mainContent #rightCol {
	float: right;
	width: 270px;
	margin-right: 10px;
}
#rightCol  h2 {
	font-size: medium;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #2D3F6A;
}
#rightCol #grantApp {
	margin: 10px;
}
#grantApp li {
	list-style-image: url(../images/pdfIcon.jpg);
	list-style-position: inside;
	margin-bottom: 10px;
}

#rightCol #roundUpCredit {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}



#footer  {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20%;
	background-image: url(../images/cefFooterBg.jpg);
	background-repeat: no-repeat;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-position: top;
	padding-top: 20px;
	font-size: x-small;
	color: #666666;
	text-transform: uppercase;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

html {
	height: 100%;
	width: 100%;
}

