body 	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal;
	line-height: 1.5;
	color: #000000;
	font-size: 76%;
/*	font-size: small;*/
	margin: 0;
	padding: 0;
	background-color: #DDEAF3;
}
/*-----Headings-----*/
h1 { 
	font-weight: bold; 
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
}
h2 { 
	font-weight: bold; 
	font-size: 1.4em;
}
h3 { 
	font-style: italic; 
	font-weight: bold; 
	font-size: 1.3em; 
}
h4 { 
	font-weight: bold; 
	font-size: 1.2em; 
}
h5 { 
	font-weight: bold; 
	font-size: 1.1em; 
}
h6 { 
	font-weight: bold; 
	font-size: 1em; 
}
span#medSize { font-size: 1.4em;
               font-weight: bold; }
span#redText { color:#990000; }
span#greenText { color:#009900; }
table#memberNameTable { border-left: 1px solid #B5CEDF; 
						border-top: 1px solid #B5CEDF;
						border-right: 1px solid #B5CEDF;
						background-color: #63879F;
						margin-bottom: 0px;
						padding: 6px;
						color: white; }
/*-----anchors/links-----*/
a 	{
	font-weight: bold; 
	text-decoration: none; 
	color: #0000A0;
}
a:hover {
	text-decoration: underline; 
	background-color: #DDEAF3;
}
/*-----remove overstate for graphics that are links-----*/
a img {
	border: 0;
}
/*---------General Formatting-------------*/
.italic {font-style: italic;}
.bold {font-weight: bold;}
/*_______________Float classes_______________*/
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
/*---------Primary Layout div-------------*/
#container, #footer{
	/*width: 783px;*/
	width: 793px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #F3ECE3;
	background-image:url(/images_new/bgrepeat.jpg);
	background-repeat: repeat-y;
}
/*---------Secondary (horizontal) Layout div-------------*/
#header {
	height: 150px;
}
#header img {
	margin-left: 12px;
}
#header, #middle{
	/*width: 783px;*/
	width: 793px;
	padding: 0;
	margin: 0;
}

/*---------Menu Layout--------------------------------*/
div.menubar { 
			  width: 769px;
			  height: 35px;
			  margin-left: 12px;
			   border-top: 1px solid #0000A0;
			   border-bottom: 1px solid black;	
			   background-color:#0000A0;	
			   }		   
			  
div#menubarside { text-align: right;
				  color: white;
				  margin: 7px 7px 0 0;
				  padding: 0; }
div#menubarside form input { border: 1px solid #999;
							 font-size: 9px; }

#content {
	text-align: left;
	margin: 20px;
	width: 750px; 
	padding: 0; 
}

/*--------------------------------*/
.skipnav {
	position: absolute; 
	left: -1000em; 
	width: 20em;
	}
#subjectline {
	text-align:right;
	position: relative;
	margin: 5px;
	font-weight:bold;
	font-size: 1.5em;
	font-style:italic;
	}

/*--- Styles for "highlights" menu hovers ---*/
#highlights {
	background-color: #C4D4C4;
}
#highlights a{
	color: #003300;
}
.siteContent {
	position:relative;
	height: auto;
	margin-left: 154px;
}
.secondMenu {
	position: relative;
	text-align: center;
	float: left;
	width: 154px;
	height: 300px;
	overflow: visible;
	clear: right;
}
table#symposiaTable th { color: white; }
/*______________Captioned images________________*/
div.captioned {
	padding: 20px 0;
	background-color: #E5E0D8;
	width: 240px;
	margin: 1em 20px;
	text-align: center;
	font-weight: bold;
}
div.captioned img {
	display: block;
	margin: 0 auto;
}
/*____________Generic Footer Items____________*/

#footerText { 
	border-top: 1px solid #0000A0;
	background-color:#EFEFEF;
	border-bottom: 5px solid #0000A0;
	margin: 0 12px 0 12px; 
	padding: 7px;
	font-size: .8em;
}


