.border {
	border: .05em solid #00407D;
	background-color: #FFFFFF;
	}
	
.borderLegend {
	border: .05em solid #00407D;
	background-color: #E7F1FA;
	}
	
a { color: #0A317A; }
a:hover { color: #333; }
a:active { color: #000; }


#main {
	text-align: left;
	border: 1px solid #666;
	background: #6699cc;
	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: 80%;
	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: 90px; height: 53px; }

#tabs span {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #6699cc;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 3px 2px 3px 5px;
	text-decoration: none;
	color: #FFFFFF;

}

#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #CCCCCC;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 2px 2px 2px 5px;
	text-decoration: underline;
	color: #333;
}

#tabs a:hover {
	background: #6699CC;
	position: relative;
	top: 0;
	padding: 3px 2px 2px 5px;
	margin-top: 0px;
}

#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: 2px 2px 2px 5px;
	text-decoration: underline;
	color: #FFFFFF;
}

#tabsSymposia a:hover {
	background: #FF0000;
	position: relative;
	top: 0;
	padding: 3px 2px 2px 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: 90%;
	background: #6699CC;
	color: #FFFFFF;
	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;
}
.NavMenubkgd{
	background-color:#0a3d81;
}