body {
	font-size: 62.5%;
	margin: 0em auto;
	padding: 0em;
	background: url(../img/img_background.gif) top center repeat-y;
  	font-family: Verdana,Tahoma,Arial,sans-serif;
}

#wrap {
	width: 78.0em;
	margin: 0em auto;
	padding: 0em;
	background-color: rgb(255,255,255);
	border-left: solid 1px rgb(150,150,150);
	border-right: solid 1px rgb(150,150,150);	
}

#wrap {
	overflow: hidden;
}

#wrap {
	float: none;
}

* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

#header-banner {
	width: 78.0em;
	height: 200px;
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	background: url(../img/img_header.jpg) no-repeat;
}

#header-nav-top {
	float: right;
	margin: 0.7em 0.2em 0em 0em;
	padding: 0em;
}

 #header-nav-top ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
}	

#header-nav-top li {
	float: right;
	white-space: nowrap;
	border-left: solid 0.1em rgb(150,150,150);
}

#header-nav-top li a {
	display: block; 
	margin: 0em;
	padding: 0em 0.5em 0em 0.5em;
	color: #000000;
	text-decoration: none;
}

#header-nav-top a:hover, #header-nav-top .selected {
	background-color: inherit;
	color: rgb(0,0,0);
	text-decoration: underline;	
}

#header-nav-top .img-flag {
	height: 1.2em;
	display: inline;
	margin: 0em;
	padding: 0em;	
	border: none;
}

#header-nav-bottom {
	float: left;
	width: 78.0em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	border-top: solid 0px rgb(69,136,176);		
	border-bottom: solid 0px rgb(69,136,176);			
	line-height: 2.0em;
	background: url(../img/img_header_nav_bottom.jpg);
}

#header-nav-bottom ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;	
}	

#header-nav-bottom li {
	float: left;
	white-space: nowrap;
}

#header-nav-bottom li a {
	display: block;
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(255,255,255);
	text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: none;
}

* html #header-nav-bottom a {width:1%;}

* html #header-nav-bottom a {width:1%;}

#buffer {
	clear: both; 
	float: left;
	width: 78.0em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	background-color: inherit;
}

#left-column-first {
	clear:both;
	float: left;
	width: 15.9em;
	margin: 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

#left-column-first {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

#left-column {
	clear:both;
	float: left;
	width: 15.9em;
	padding: 0em;
	border-right: solid 0.1em rgb(200,200,200);		
	background-color: rgb(242,242,242);
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

#left-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

#left-column ul {
	width: 15.8em;
	float: left;
	list-style: bullet;
	margin: 0em;
	padding: 0em;
	border-bottom: solid 0.1em rgb(200,200,200);
}	

#left-column li {
	margin: 0em;
	padding: 0em;
}

#left-column li.left-nav-title {
	display: block;
	text-align: right;	
	margin: 0em;
	padding: 0.3em 0.7em 0.9em 0.6em;
	background-color: inherit;
	color: rgb(50,50,50);
	text-transform: uppercase;
	font-weight: bold;
	/*height: 1.3em;*/
	height: 1.3em;
	font-size: 1.1em;
}

#left-column li a {
	display: block;
	text-align: right;	
	padding: 0.3em 0.7em 0.2em 0.6em;
	border-top: solid 0em rgb(215,215,215);
	border-left: solid 0.5em rgb(255,255,255);		
	background-color: inherit;
	color: rgb(125,125,125);
	text-decoration: underline;
	height: 1.3em;
	font-size: 1.1em;
}

#left-column li.left-nav-group a {
	display: block;
	text-align: right;	
	padding: 0.3em 0.7em 0.2em 0.6em;
	border-top: solid 0.1em rgb(215,215,215);
	border-left: solid 0.5em rgb(255,255,255);		
	background-color: inherit;
	color: rgb(125,125,125);
	text-decoration: none;
	font-weight: bold;
	height: 3.3em;
	font-size: 1.1em;
}	
	
	/*the coding below telss a:hover and .selected in the left-column to do the same things*/
#left-column a:hover, #left-column .selected {
	text-align: right;
	border-left: solid 0.5em rgb(137,199,44);				
	background-color: inherit;	
	background-color: rgb(224,244,181);	
	color: rgb(0,0,0);
	text-decoration: none;
}

#left-column li.left-nav-group a:hover, #left-column li.left-nav-group .selected {
	text-align: right;
	border-left: solid 0.5em rgb(137,199,44);		
	background-color: rgb(224,244,181);
	color: rgb(0,0,0);
	text-decoration: none;
}

#left-column-first .img-left-nav {
/*original height was 50.0em*/
	height: 60.0em;
	width: 15.9em;
	margin: 0em;
	padding: 0em;
	border: none;
}
/* my addtition for the sponsors on the gala page*/


.left-nav-sponsors {
	height: 60.0em;
	border: none;
	text-align: center;
	display: block;
	padding: 0.3em 0.7em 0.2em 0.6em;
	/*border-top: solid 0em rgb(215,215,215);*/
	border-left: none;
	background-color: inherit;
	color: rgb(125,125,125);
	text-decoration: inherit;
	height: 100%;
	font-size: 1em;
}

a.left-nav-sponsors {
	border-left: none;
}



#middle-column {
	float: left;
	width: 43.0em;
	margin: 0em;
	padding: 0em 2.0em 0em 2.0em;
	background-color: inherit;
	color: rgb(100,100,100);
}

#middle-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

/*my additional code below*/
#middle-column .img {
  	margin-right: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/*my code for family events icons*/
#middle-column .icon {
	float: left;
	padding-right: 30px;
	padding-bottom: 3px;
}

/*my code to push Close window on thermo.html page to the right
#middle-column .close {
	text-align: right;
}
*/

#pagetitle {
	width: 39.0em;
	margin: 0.3em 0em 1.0em 0em;
	padding: 0em;
	background-color: inherit;
	color: rgb(100,100,100);
}

#pagetitle p {
	padding: 0em;
	margin: 0em;
	font-weight: bold;
	font-size: 1.1em;
}

.middle-column-title-standard {
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;	
	border-bottom: solid 0.167em rgb(120,176,39);	
	background-color: rgb(255,255,255);
	color: rgb(112,162,36);
	font-weight: bold;
	font-size: 1.2em;
}

.middle-column-box-full-standard {
	float: left;
	width: 43.0em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
	/*my own addition below*/
}


/*to highlight something*/
.highlight {
	background-color:#FFFF66;
}


.middle-column-box-left-standard {
	clear: left;
	float: left;
	width: 20.5em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

.middle-column-box-right-standard {
	float: right;
	width: 20.5em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

.middle-column-box-full-standard p.heading, .middle-column-box-left-standard p.heading, .middle-column-box-right-standard p.heading {
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	font-size: 1.2em;
}

.middle-column-box-full-standard li {
	font-weight: normal;
	font-size: 1.2em;
}

.middle-column-box-full-standard p.subheading, .middle-column-box-left-standard p.subheading, .middle-column-box-right-standard p.subheading {
	margin: 1.0em 0em 0.6em 0em;	
	font-weight: bold;
	font-size: 1.2em;
}

.middle-column-box-full-standard p, .middle-column-box-left-standard p, .middle-column-box-right-standard p {
	margin: 0em 0em 0.6em 0em;	
	font-size: 1.2em;	
}



#right-column {
	float: right;
	width: 15.0em;
	margin: 0em 0em 0em 0em;
	padding: 0em;
}

#right-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

.right-column-title-standard {
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
	font-weight: bold;
	font-size: 1.1em;
}

.right-column-box-standard {
	width: 13.0em;
	margin: 0em 1.0em 0.8em 0em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: solid 0.1em rgb(200,200,200);
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);	
}

.right-column-title-grey {
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0.2em;
	background-color: rgb(220,220,220);
	color: rgb(100,100,100);
	font-weight: bold;
	font-size: 1.1em;
}

.right-column-box-grey {
	width: 13.0em;
	margin: 0em 1.0em 0.8em 0em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: solid 0.1em rgb(200,200,200);
	background-color: rgb(235,235,235);
	color: rgb(100,100,100);	
}

#right-column p {
	margin: 0em 0em 0.4em 0em;
	font-size: 1.1em;
}



/*my own additions* thsi should cause the list items to be the same size as the paragraph text*/
#right-column ul {
	font-size: 1.1em;
}
/*so the lists in the right columns will move over to the left!*/
#right-column li {
	margin-left: -2em;
}



#right-column img {
	border: none;
	}

#footer {
	clear: both;
	width: 78.0em;
	height: 2.5em;
	margin: 1.0em 0em 0em 0.0em;
	padding: 0.5em 0em 0.5em 0em;
	border-top: solid 0.1em rgb(200,200,200);
	border-bottom: solid 0.1em rgb(200,200,200);	
	background-color: rgb(255,255,255);
	text-align: center;
	color: rgb(100,100,100);
	font-size: 1.0em;
}

/*moved the hover no border info to below the middle column code */


/*adding styling for the planned fundraising page*/

.middle-column-box-full-standard table {
	background-color: #E9E9E9;
}
	
.middle-column-box-full-standard .date {
	text-align: right;
	background-color: #E9E9E9;
	border: solid .05em rgb(120,176,39);
	}

.middle-column-box-full-standard .activities {
	text-align: left;
	background-color: #E9E9E9;
	border: solid .05em rgb(120,176,39);
	/*border-right: solid 0.5em rgb(120,176,39);*/
	}
	
/*formatting for exec board names*/	
.middle-column-box-full-standard .name {
	font-weight: bold;
	text-align: left;
	background-color: #E9E9E9;
	border: solid 0.05em rgb(120,176,39);
	}

/*formatting for committee names*/	
	.middle-column-box-full-standard .cname {
	font-weight: bold;
	text-align: justify;
	background-color: #E9E9E9;
	border-top: solid 0.05em rgb(120,176,39);
	border-right: solid 0.05em rgb(120,176,39);
	border-bottom: solid 0.05em rgb(120,176,39);
	}
	
	/*formatting for committee positions*/	
	.middle-column-box-full-standard .position {
	font-weight: bold;
	text-align: left;
	background-color: #E9E9E9;
	border-top: solid 0.05em rgb(120,176,39);
	border-left: solid 0.05em rgb(120,176,39);
	border-bottom: solid 0.05em rgb(120,176,39);
	}
	
	/*formatting for committee definitions*/	
	.middle-column-box-full-standard .definition {
	text-align: left;
	background-color: #FFF;	/*border: solid 0.05em rgb(120,176,39);*/
	}
	
	.middle-column-box-full-standard .galaSponsors {
		text-align: center;
	}
	
	
	/*formatting for Scavenger hunt form
	.interestForm table{
	border: thin dotted #7e7e7e;
	padding: 10px;		
	}
	
	.interestForm th{
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 2px;
	}
	
	.interestForm td{
	vertical-align: top;
	padding-bottom: 15px;	
	}
	
	*/
	
	
/*moved from several spots up - look for the note */



a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
	border: none;
}

a:hover {
	text-decoration: none;
}
.scavengerForm {
	font-family: Verdana,Tahoma,Arial,sans-serif;
}

.scavengerForm table {
	border: medium dotted rgb(112,162,36);
	padding: 10px;
}

.scavengerForm th {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 2px;
	}
	
.scavengerForm td {
	vertical-align: bottom;
	padding-bottom: 15px;
}

