/* menu css */
#list .title { 
	font-weight:bold; 
}
a {
	color:white;
	text-decoration:underline;
	
}
a:hover {
	color:#000000;
	text-decoration:underline;
	
}
#list { 
	width:90%;
	color:white;
	font-size:12px;
	margin-left:30px;
	
 }
.title{
	cursor:pointer; 
	border:3px solid #CCCCCC; 
	margin-top:1px; 
}
.on  .title { 
	background-color:#000000;
	z-index:3;
	border-bottom:3px solid #003F87;
}
.off .title { 
	background: #000000;
	z-index:3;
}
.menucontent { 
background: #000000;
	border-left:3px solid #C0C0C0; 
	border-right:3px solid #C0C0C0; 
	border-bottom:3px solid #C0C0C0; 
	border-top-width:0; 
	position:absolute;
	top:171px;
	left:98px;
	left:92px!important;
	width: 803px;
	float: left;
	text-align:left;
	padding-left:5px;
	z-index:2;
}
.menucontent a {
font-size: 12px;
	color: yellow;
	
}
.menucontent a:hover {
	font-weight:bold;
	color: gold;	
}
.squares {
	float: left;
	width: 100px;
	margin: 1px;
}
/* menu css end */
/* content css */
body{
margin:0;
padding:0;
line-height: 1.5em;
color:red;
}

b{font-size: 110%;}
em{color: red;}

#topsection{
padding:3px;
background: #000000;
height: 130px; /*Height of top section*/
text-align:center;
color:#FFFFFF;
font-weight:bold;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}
#topsection p {
position:absolute;
top:10px;
left:110px;
font-size:20px;
color:#FFFFFF;
font-weight:bold;

}
#topsection2{
padding:3px;
background: #000000;
height: 60px; /*Height of top section*/
text-align:center;
}
#contentwrapper{
float: left;
width: 100%;
height:auto;
border:0px red solid;
}

#contentcolumn{
text-align:left;
margin: 1px; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
height:100%;
border:0px green solid;
width:568px;
float:left;
}
#contentcolumn a {
	color:white;
	text-decoration:none;
	
}
#contentcolumn a:hover {
	color:#3003F87;
	text-decoration:underline;
	 
}
#leftcolumn{
float: left;
width: 130px;; /*Width of left column in percentage*/
margin:1px;
background: #000000;
text-align:left;
height:100%;
}
#leftcolumn img {
	border:1px #000000 solid;
	margin-bottom:3px;
}

#leftcolumn a {
	color:white;
	text-decoration:underline;
	
}

#leftcolumn a:hover {
	color:#3003F87;
	text-decoration:underline;
	
}
#rightcolumn{
float: left;
width: 190px; /*Width of right column in pixels*/
 margin:1px;/*Set margin to -(RightColumnWidth)*/
background: #000000;
text-align:left;
height:100%;
color: #000000;
    /* background:  url(lbb3.gif) no-repeat center center; */
}

#rightcolumn a {
	text-decoration:none;	
	color:#000000;
	cursor:pointer;
}
#rightcolumn a:hover {
	text-decoration:none;
	color:black;
	cursor:pointer;
	}

#footer{

width: 100%;
background: #000000;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #000000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.sticky {
	width:160px;
	padding:4px;
	background:red;
	height; 100px;
	margin-top:10px;
/*	filter:alpha(opacity=90);
			-moz-opacity: 0.90;
			opacity: 0.90;*/
			color:black;
			
}
.sticky a {
	color:	#000000;
}
#maincontainer {
	margin:0 auto;
	text-align:center;
	width:915px;
	/*filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8; */
	z-index:2;
	border: 3px red groove; /*#003F87*/
	background-color: #000000;
	height:auto;	
		margin-top:10px;	
	margin-bottom:10px;	
}
#scroller {
position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto;z-index:2;	background-color: #000000;
color:red;
}

#background{position:absolute; z-index:1; width:100%;height:100%; top:0;z-index:1;color:red;}
#ull TR {border-bottom:1px white solid;}

/* MENU AREA */

#mnu {
padding: 1em 0 1em 0;
	margin-bottom: 1em;
	font-family: Arial, sans-serif;
	background-color: transparent;
	color: orange;  
	font-size:12px;
	}
#mnu ul {
	list-style-type:none;
	}
#mnu li {
  list-style-type:none;
  }