@import url('ss_default.css');
p {
	font-size: smaller;
}
td {
	font-size: smaller;
}
b{font-size: 110%;}
em{color: red;}
a:link {
	color: red;
}
a:visited {
	color: maroon;
}
a:active {
	color: red;
}
.content {
	background: White;
	color: Black;
	padding-top: 0;
	padding-left: 5px; 
	padding-right: 5px; 
	padding-bottom: 0; 
	
}
#master-sidebar-left {
   background: rgb(13,3,125);
}
#master-sidebar-right {
   background: rgb(13,3,125);
}
#master-masthead {
   background: white;
}
#master-footer {
   background: rgb(237, 210, 113);
}
#master-exhibit {
	background: white;

}


.sidebar-left {
	/* background: rgb(13,3,125); */
	color: rgb(250,230,130);
	background: rgb(0,102,102);
}
.sidebar-left-group {
	background: rgb(230,210,113);
	color: rgb(145,9,18);
}
.menu-table {
	font-weight: bold;
	padding: Same for all;
	padding-top: 0px;
	margin: 0 0 0 0;
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
	background: rgb(0,102,102);
}
.menu-title {
	font: bold;
	color: #ffffff;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-collapse: collapse;
	background-color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.menu-group {
	font: bold;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	border-bottom-color: #666699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: collapse;
	background: rgb(230,210,113);
	color: rgb(145,9,18);
}
.menu-item {
	/* background: rgb(13,3,125); */
	background: rgb(0,102,102);
	font-size: 11px;
	color: rgb(250,230,130);
	font-weight: bold;
	text-align: left;
	border-bottom: 1px;
	border-collapse: collapse;
	margin-top: 5px;
	line-height: 10px;
	background-image: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333366;
	text-indent: 0px;

}
.menu-item-sub1 {
	background: rgb(0,102,102);
	font-size: 11px;
	color: rgb(250,230,130);
	font-weight: bold;
	text-align: left;
	border-bottom: 1px;
	border-collapse: collapse;
	margin-top: 5px;
	line-height: 15px;
	background-image: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333366;
	text-indent: 5px;

}
.menu-table a:link {
	text-decoration: none;
	color: rgb(250,230,130);

}

.menu-table a:hover {
	color: #333366;
	background: #ffffff;
	text-decoration: none;
}
.menu-table a:visited {
	color: rgb(237, 210, 113);
	text-decoration: none;
}
.menu-table a:active {
	color: rgb(250,230,130);
	text-decoration: none;
}

.banner-txt {
	font-size: 6;
	font-style: normal;
	font-weight: normal;
}
.banner-address {
	color: rgb(250,230,130);
	background: rgb(145,9,18);
}
.bodyexhibit {
	clip: rect(0px, auto, auto, 0px);
	margin: 0px;
	padding: 0px;
}
#maincontainer{
width: 720px; /*Width of main container*/
margin: 0px 0px 0px 0px;  /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 80px; /*Height of top section*/
margin: 0px 0px 0px 0px;
}

#topsection h1{
margin: 0;
padding-top: 5px;
}

#contentwrapper{
float: left;
width: 100%;
margin: 0px 0px 0px 0px; 
}

#contentcolumn{
margin: 0 120px 0 110px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
bottom: -20px
}

#leftcolumn{
float: left;
width: 110px; /*Width of left column in pixel*/
margin-left: -720px; /*Set margin to that of -(MainContainerWidth)*/
margin-top: 0px;
background: #C8FC98;
}

#rightcolumn{
float: left;
width: 120px; /*Width of right column*/
margin-left: -120px; /*Set left margin to -(RightColumnWidth)*/
margin-top: 0px;
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
height: 20px;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 0px 0px 0px 0px; 


}