@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body,td,th {
	
}
a:link {
	color: #43C5DC;
}
a:visited {
	color: #43C5DC;
}
a:hover {
	color: #3192b6;
}
a:active {
	color: #3192b6;
}

h1 {
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing:1px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

#container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#header{
	width:1000px;
	height:125px;
}

#headerLogo{
	width:162px;
	height:125px;
	float:left;
}

#headerImage{
	width:838px;
	height:125px;
	float:left;
}

#mainNav{
	width:1000px;
	height:60px;
	margin:5px 0 5px 0;
}

#contentBox{
	width:700px;
	height:auto;
	float: left;
}

.content{
	padding: 0 10px 10px 10px;
}

#right_column{
	width:300px;
	float:right;
	text-align:center;
}

.right_columnContent{
	padding:10px;
}

.footer{
	width:990px;
	/* [disabled]height:auto; */
	/* [disabled]background:url(../images/footer.jpg) no-repeat; */
	height:39px;
	/* [disabled]text-align:center; */
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.footerLogos{
	float:left;
}

.footerEmail{
	float:left;
	padding-top:11px;
	padding-left:234px;
}

.footerSocial{
	float:right;
	padding:10px 5px 0 5px;
}

.footerCredits{
	text-align:center;
	padding-top:4px;
	color:#999;
	font-size:11px;
	
}


#container .footerCredits a:link, #container .footerCredits a:visited {
	color: #999;
}

#container .footerCredits a:hover, #container .footerCredits a:active {
	color: #3192b6;
}




.contentContact{
	padding-left:100px;
}






.home{
	width:1000px;	
}

.home_content{
	width:680px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}

#advertiseContainer{
	width:900px;

}

#advertiseContainer ul{
	line-height:20px;

}


#advertiseContainerTable{
	width:750px;
	height:118px;
	margin-left:50px;
	text-align:center;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:thin;
}

.box{
	width:248px;
	float:left;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:thin;
}

.box3{
	width:250px;
	float:left;
	
}

.boxContent{
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
	margin-top:10px;
}

.generalContent{
	padding-left:40px;
	padding-right:15px;
}


.generalContent li {
	line-height: 20px;
	list-style-type: none;
}

.noneProfit {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;

}

.imageCenter {
	margin: 0 auto;
	text-align: center;
	width:202px;
}

.hidden {
	display:none;
}




.fltr {
	float:right;
}

.fltl {
	float:left;
}

.clear {
	clear:both;
}


.moreInfo, .moreInfo2, .moreInfo3, .moreInfo4 {
	color: #43C5DC;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}


.moreInfoClose, .moreInfoClose2, .moreInfoClose3, .moreInfoClose4{
	color: #43C5DC;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}


h2 {
	font-size: 1.5em;
	font-weight: bold;
	color:  #333;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}


.rightColumnHeader {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.dates{
	width:290px;
	text-align:center;
	height:400px;
	overflow:hidden;
}

.datesHeader{
	background-color:#43C5DC;
	height:14px;
	padding:8px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;

}

.datesContent{
	background-color:#CCC;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	height:370px;
}

.collaborators {
	font-size: 14px;
	font-weight: bold;
}

.upcomingDates{
	float:right; 
	margin:10px; 
	border: 1px solid #CCC;
	
}

