.borderSM {
	border: .05em solid #D9D854;
	background-color: #E3E6AA;
	}
	
.border {
	border: .05em solid #D9D854;
	background-color: #FFFFFF;
	}
	
.borderLegend {
	border: .05em solid #D9D854;
	background-color: #E3E6AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #333692;	
	}
	
#main {
	text-align: left;
	border: 1px solid #666;
	background: #FFFDF3;
	clear: both;
	width: 100%;
	margin-top: -1px;
}

#bodyarea {
	padding: 20px;
	min-height: 300px;
}

#topbar {
	padding-bottom: 0.5em;
	font-family: trebuchet ms,verdana,sans-serif;
	font-weight: bold;
	font-size: 200%;
}

#topbar { text-decoration: none; color: #0A317A; }

#topbar a:hover { text-decoration: underline; }

/*///////////// Tabs Code ////////////*/

#tabs {
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	clear: both;
	text-align: center;
	font-weight: bold;
}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs li { float: left; }

#tabs a,span { width: 75px; }

#tabs span {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #D9D854;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 4px 3px 3px 5px;
	text-decoration: none;
	color: #333692;

}

#tabs a {
	z-index: 1;
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #7779D0;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 3px 2px 2px 5px;
	text-decoration: none;
	color: #FFFFFF;
}

#tabs a:hover {
	background: #CACBEC;
	position: relative;
	top: 0;
	padding: 3px 2px 3px 5px;
	margin-top: 0px;
	color: #333692;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #D99191;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 3px 2px 3px 5px;
	text-decoration: none;
	color: #333;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #D99191;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 3px 2px 3px 5px;
	text-decoration: none;
	color: #333;
}


/*Fee Based Symosia */

#tabsSymposia a {
	z-index: 1;
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #FF0000;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 3px 2px 2px 5px;
	text-decoration: none;
	color: #FFFFFF;
}

#tabsSymposia a:hover {
	background: #FF0000;
	position: relative;
	top: 0;
	padding: 3px 2px 3px 5px;
	margin-top: 0px;
	color: #333692;
}

#tabsSymposia a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #D99191;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 3px 2px 3px 5px;
	text-decoration: none;
	color: #333;
}

#tabsSymposia a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #FF0000;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 3px 2px 3px 5px;
	text-decoration: none;
	color: #333;
}

/* end Fee Based Symosia */

#subtabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subtabs li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #CCC;
	white-space: nowrap;
}

#subtabs li:first-child { border-left: none; }

#subtabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	background: #D9D854;
	color: #333692;
	padding: 5px 7px 7px 7px; /* for All other Browsers */
}
.ColumnTitle {
	font-family: tahoma, verdana, sans-serif;
	font-size: 75%;
	clear: both;
	text-align: center;
	font-weight: bold;

		
