body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* background-color: #484848; */
	background-color: #FFF;
	background-image: url(../images/bluebg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-attachment: fixed;
}
.pageWrapper{
	width: 995px;
	margin: auto;
}
.outerTable {
	margin-top: 10px;
	width: 100%;	
	background-image: url(../images/middle_frame.jpg);
}
.topFrame {
	background-image: url(../images/top_frame.jpg);
	height: 8px;
}
.bottomFrame {
	background-image: url(../images/bottom_frame.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 12px;
	padding-top: 8px;
}
.header {

	height: 137px;
}

.headerTable {
	width: 995px;
}
.headerTable td {
	vertical-align: top;
}
.contentLayer {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
}
.contentLayer a:link {
	/* color: #042e9c; */
	color: #042e9c;
	text-decoration: none;
}
.contentLayer a:visited {
	/* color: #93aff8 */
	color: #6583d2;
	text-decoration: none;
}
.contentLayer a:hover {
	color: #000000;
	text-decoration: underline;
}
h2 {
	color: #73b141;
	font-size: 18px;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 22px;
}
h2.top {
	margin-top: 0px;
	padding-top: 0px;
}


h3.top {
	margin-top: 0px;
	padding-top: 0px;
}

p.top {
	margin-top: 0px;
	padding-top: 0px;
}

.leftColumn {
	float: left;
	width: 660px;
	padding-right: 20px;
}
.rightColumn {
	float: left;
	width: 280px;

	height: 100%;
}

.leftColumnPrograms {
	float: left;
	width: 260px;
	padding-right: 25px;
}

.leftColumnPrograms ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.leftColumnPrograms li {
	background-image: url(../images/graybullet.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
}

.rightColumnPrograms {
	float: left;
	width: 680px;

	height: 100%;
}

.leftColumnNews {
	float: left;
	width: 200px;
	padding-right: 25px;
}

.rightColumnNews h3 {
	margin-top: 35px;
	color: #333;
	font-weight: bold;
}

.rightColumnNews {
	float: left;
	width: 740px;

	height: 100%;
}

.leftColumnResources {
	float: left;
	width: 640px;
	padding-right: 25px;
}
.rightColumnResources {
	float: left;
	width: 300px;

	height: 100%;
}


.leftColumnSearch {
	float: left;
	width: 310px;
}
.rightColumnSearch {
	float: left;
	width: 640px;
	padding-left: 15px;
	height: 100%;
}



.leftColumnDetails {
	width: 650px;
	padding-right: 55px;
	padding-top: 25px;
}
.rightColumnDetails {

	width: 260px;
padding-top: 25px;
	
}

.rightContainer {
	padding-left: 15px;
}
.footer {
	height: 50px;
}
h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}
.floatLeft { 
    float: left; 
	padding-right: 15px;
	width: 300px;
	color: #FFF;
}
p.newsDate {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 11px;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 10px;
	font-weight: bold;
}
.imageCaption {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 3px;
	line-height: 14px;
	color: #000;
}
.footer {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	color: #333;
}
.footer a {
	color: #333;
}
.newsBox {
	font-style: italic;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.smallDate {
	font-size: 11px;
	color: #666;
}
.pdTable {
	background-color: #F0F0F0;
}
.pdTable td {
	background-color: #FFF;
}
.staffList {
	margin-left: 0px;
	padding-left: 15px;
}
.staffList li {
	padding-bottom: 15px;
}
.missionStatement {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #042e9c;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.angleQuotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.viewNews a {
	font-weight: bold;
}
.secondaryNav {
	margin-left: 4px;
	margin-right: 3px;
}
.secondaryNav ul {
	margin-left: 0px;
	padding-left: 0px;

	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}
.secondaryNav li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #FFF;
	/* background-image: url(../images/green_bullet.png); */
	border: 1px solid #999;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

.secondaryNav a {
	color: #042E9C;
	font-weight: bold;
	text-decoration: none;
}
.secondaryNav a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#secondaryActive {
	font-weight: bold;
	color: #000;
	background-color: #CCC;
}
.programsTable {
	width: 100%;
	background-color: #b7b7b7;
}
.programsTable td {
	line-height: 14px;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.smallProgramsTable {
	width: 100%;
	background-color: #b7b7b7;
}
.smallProgramsTable td {
	line-height: 14px;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.webinarsTable {
	width: 100%;
	background-color: #b7b7b7;
}
.webinarsTable td {
	line-height: 16px;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}


.row a:link {
	color: #008000 !important;
}

.row a:visited {
	color: #215521  !important;
}

.row a:hover {
	color: #008000 !important;
}


.alternateRow a:link {
	color: #008000 !important;
}

.alternateRow a:visited {
	color: #215521  !important;
}

.alternateRow a:hover {
	color: #008000 !important;
}

.programsTable th {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.smallProgramsTable th {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.webinarsTable th {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.row {
	background-color: #FFF;
}
.rowWebinar {
	background-color: #FFF;
	font-size: 12px;
}
.rowRegister {
	background-color: #FFF;
}
.rowRegister a {
	color: #042E9C !important;
}
.alternateRow {
	background-color: #F2F2F2;
}
.alternateRowRegister {
	background-color: #F2F2F2;
}
.alternateRowRegister  a {
	color: #042E9C !important;
}

.cancelled {
	font-weight: bold;
	color: #FF0000;
}
.otherNewsList li {
	padding-bottom: 5px;
}
.partnersTable {
	margin-top: 25px;
}
.partnersTable td {
	padding-bottom: 15px;
}
.boardTable {
	background-color: #CCC;
	margin: auto;
	margin-top: 20px;
}
.boardTable th {
	background-color: #F0F0F0;
}
.boardTable td {
	padding-bottom: 20px;
	background-color: #FFF;
}
.reportsList li {
	padding-bottom: 5px;
}
.thankYou {
	color: #042e9c;
	font-weight: bold;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
.otherNewsList li {
	list-style-image: url(../images/rightarrow.jpg);
}
h4 {
	font-size: 11px;
	color: #dd8303;
	text-transform: uppercase;
}
.detailsTable td {
			font-family: Verdana, Arial;
			font-size: 12px;
			padding-bottom: 8px;
		}
		#errorMessage {
			color: red;
			display: none;
			font-family: Verdana, Helvetica, sans-serif;
			font-size: 14px;
		}
		.red {
			color: red;
		}
		
		#errorYourName , #errorYourEmail, #errorEmail, #errorFriendsName, #errorFriendsEmail, #errorComments {
			display: none;
		}
	
.fieldLabel {
	font-style: italic;
	padding-right: 5px;
}

.box {
	background: #F9F9F9 url(../images/gray_br.jpg) no-repeat bottom right;
	width:260px;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	text-align: left;
	margin: auto;
}
.box-inner {
	background: url(../images/gray_bl.jpg) no-repeat bottom left;
}
.box-inner2 {
	background: url(../images/gray_tl.jpg) no-repeat top left;
}
.box-inner3 {
	padding: 10px;
	background: url(../images/gray_tr.jpg) no-repeat top right;
}
.box h3 {
	margin-top: 0px;
}
#submitbutton {
	background-image: url(../images/submitbutton.png);
	background-repeat: no-repeat;
	color: #FFF;
	border: 0px;
	width: 114px;
	background-color: #f4f4f4;
	height: 29px;
	padding-bottom: 3px;
	cursor: hand;
	cursor: pointer;
}
.searchTable td {
	padding-right: 4px;
	padding-bottom: 8px;
}
.registrationClosed {
	color: #FF0000;
	text-transform: uppercase;
	font-size: 16px;
	width: 161px;
	text-align: center;
	border: 1px solid #FF0000;
	padding: 5px;
}
.printPage {
	background-image: url(../images/printthispage.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.printPage a {
	display: block;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.leftColumnDetails h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.rightColumnDetails h3 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
}

.dimImg {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);

}

.brightImg {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.informationTable td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}
.programDetails {
	margin-bottom: 15px;
}
.faqList {
	margin-bottom: 0px;
	margin-top: 25px;
}
.faqList li {
	padding-bottom: 20px;
}
.searchAllTable {
	
}
.searchAllTable td {
	vertical-align: middle;
	background-color: #F9F9F9;
	padding-left: 10px;
	padding-right: 10px;
}

select {
	height: 23px;	
}
.searchAllTable option {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.searchHeading {
	white-space: nowrap;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 4px;
	color: #333;
	font-weight: bold;
}
.programsSubNav {
	color: #666;
}
#multipleTable {
	display: none;
}
#errorEmailAddresses {
	display: none;
}
#topbar{
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	font-size:14px;
	padding:6px;
	overflow:auto;
	height:1%;
	clear:both;
	margin-bottom: 20px;
}
#topbar a {
	
	text-decoration:none;
	margin-right: 15px;
	height:27px;
	line-height:24px;
	float:left;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	cursor: hand;
	cursor: pointer;
}
#topbar a:hover {
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}




a.active{
	height:27px;
	color:#FFF !important;
	line-height:24px;
	background:url(../images/dark-right.gif) right top no-repeat;
	padding-right:10px;
	cursor: hand;
	cursor: pointer;
}
a.active span{
	background:url(../images/dark-left.gif) left top no-repeat;
	height:27px;
	display:block;
	padding-left:10px;
	cursor: hand;
	cursor: pointer;
}


#specialbutton a {
	
	text-decoration:none;
	height:26px;
	line-height:24px;
	float:left;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 7px;
	cursor: hand;
	cursor: pointer;
}
a.activeButton{
	height:26px;
	color:#FFF !important;
	line-height:24px;
	background:url(../images/button_right.jpg) right top no-repeat;
	padding-right:7px;
	cursor: hand;
	cursor: pointer;
}
a.activeButton span {
	background:url(../images/button_left.jpg) left top no-repeat;
	height:26px;
	display:block;
	padding-left:12px;
	padding-right: 7px;
	cursor: hand;
	cursor: pointer;
}


a.inactive{
	height:27px;
	color:#042E9C !important;
	line-height:24px;
	background:url(../images/light-right.gif) right top no-repeat;
	padding-right:10px;
	cursor: hand;
	cursor: pointer;
}
a.inactive span{
	background:url(../images/light-left.gif) left top no-repeat;
	height:27px;
	display:block;
	padding-left:10px;
	cursor: hand;
	cursor: pointer;
}
#gizmoLink {
	width: 171px;
	margin-top: 15px;
}
#gizmoLink a {
	background-image: url(../images/gizmobutton.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 7px;
	padding-bottom: 8px;
}
.shortHeading {
	margin-bottom: -8px;
}

.faqList {
	width: 650px;
}

.faqList li {
	padding-bottom: 15px;
}
.green {
	color: #008000;
}
.rightContainer h2 {
	margin-bottom: 5px;
}
.dateTimeTable {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #CCC;
}
.dateTimeTable td {
	padding: 3px;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
}
.dayField {
	background-color: #F0F0F0;
}
.dayText {
	background-color: #FFF;
}
.districtTable {
	width: 700px;
	margin: auto;
	margin-top: 25px;
}
.districtTable td {
	vertical-align: top;
	padding-bottom: 25px;
	border: 1px solid #EAEAEA;
}
.districtTable img {
	border: 0px;
}
.credit {
	color: #666;
	font-size: 11px;
}
.featuredEvent {
	width: 265px;
	background-image: url(../images/femiddle.jpg);
	background-repeat: repeat-y;
}
.fetop {
	background-image: url(../images/fetop.jpg);
	height: 49px;
	padding-top: 3px;
	background-repeat: no-repeat;
	background-position: top;
}
.fetop h3 {
	padding-left: 48px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

.femiddle {
	padding-left: 12px;
	padding-right: 8px;
	padding-top: 15px;
	padding-bottom: 35px;
	background-image: url(../images/bottommiddle.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.fesmall {

}
.fesmall td {
	font-size: 11px;
	padding-right: 5px;
	line-height: 16px;
}
.fesmall ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-left: 15px;
}
.subscribeContent {
	padding-left: 12px;
}
h3.subscribe {
	padding-left: 48px;
	background-image: url(../images/email.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.registerLink {
	text-align: right;
	padding-top: 15px;
}
.spacing {
	margin-bottom: 25px;
}
.rightColumnDetails ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-left: 15px;
}
.rightColumnDetails li {
	padding-left: 5px;
}

#slideshow {
	height: auto;
	position: relative;
	vertical-align: baseline;
	width: 300px;
}
#slideshow p {
	position: relative;
	vertical-align: bottom;
}
p.caption {
	background-image: url('../images/darkbg.png');
	color: #FFF;
	float: right;
	font-family: Verdana, Arial;
	margin-top: -36px;
	padding: 10px 20px;
	text-align: right;
	
	opacity: 1;
}
.smallFont {
	font-size: 11px;
}

.resourceContainer {
	width: 100%;
	border: 1px solid #CCC;
	padding: 1px;
	margin-bottom: 15px;
}
.resourceContainerNew {
	width: 100%;
	padding: 1px;
	margin-bottom: 20px;
}
.resourceTitle {
	background-color: #F0F0F0;
	color: #666;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.resourceTitleNew {
	background-color: #e4ebfb;
	color: #666;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.resourceTitleNew a:visited {
	color: #0F1D5B;
}
.resourceDescription {
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
.subject {
	font-size: 11px;
}
.resourceLink {
	font-size: 11px;
	text-align: right;
}
.cass {
	margin-top: 20px;
	font-size: 11px;
	color: #666;
}
.cc {
	color: #333;
	font-weight: bold;
	padding-top: 10px;
	font-size: 11px;
}
.closingDate {
	color: #042e9c;
	font-size: 11px;
	padding-top: 8px;
	line-height: 14px;
}
.box-inner3 h3 {
	background-color: #042e9c;
	color: #FFF;
	font-size: 12px;
	padding-left: 5px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
}
.searchContent {
	margin-top: 25px;
}
.searchCell {
	background-image: url(../images/searchicon.png);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 3px;
	background-position: top center;
	width: 35px;
}
.searchContent h3 {
	margin-top: 0px;
	padding-top: 0px;
}
.important {
	margin-top: 15px;
	border: 1px solid #2D7BFD;
	padding: 6px;
	padding-top: 8px;
	background-color: #e3ebfd;
	margin-bottom: 15px;
}
.important h3 {
	margin: 0;
	padding: 0;
}
.documentList {
	line-height: 18px;
}

#specialbutton {
	margin: auto;
}
.focusTable a:hover {
	background-color: #F0F0F0;
}
.light {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.dark {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.resourceTypeTable td {
	padding-bottom: 15px;
	padding-right: 10px;
}
.customizeTable {
	width: 100%;
}
.customize {
	text-align: right;
	font-size: 11px;
}
.customize a {
	color: #000 !important;
	text-decoration: underline !important;
}
.rightHeader {
	background-image: url(../images/rightheader.jpg);
	background-repeat: no-repeat;
	width: 763px;
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
}
.mostPopularList {
	margin-left: 0px;
	padding-left: 0px;
	margin-left: 25px;
}
.mostPopularList a {
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
.descriptionWrapper {
	padding-left: 10px;
}
.sortResources {
	text-align: right;
	font-size: 11px;
	padding-bottom: 20px;
}
.inviteOnlyMessage {
	font-size: 11px;
	color: #042E9C;
	padding-top: 10px;
}
.printBanner {
	display: none;
}
.imageTable {
	margin-top: 20px;
}
.imageCell {
	padding-right: 15px;
}

.disclaimer {
	border: 1px dotted #CCC;
	padding: 10px;
	color: #333;
	background-color: #F9F9F9;
}
.consortiaLogos {
	text-align: center;
}
.grantOption {
	color: #666;
	font-size: 11px;
}
.arpdcTable {
	margin-bottom: 15px;
}
.arpdcTable td {
	vertical-align: top;
}
.arpdcLogo {
	padding-right: 15px;
}
.partnerWrapper {
	text-align: right;
	padding-bottom: 20px;
}
.printOnly {
	display: none;
}
.qrCodeContainer {
	text-align: right;
}

.partnersDetailsTable td {
	padding-right: 15px;
}
