#topsection{
height: 175px; /*Height of top section*/
background: url(../images/bg-header.jpg) top left;
}

/* ----- Top Menu ----- */
#topmenu {
	margin:0 auto;
	height:23px;
	text-align:center;
	padding-top:5px;
	color: gray;
}

#topmenu a, #topmenu a:visited {
	font-weight:bold;
	padding-right: 10px;
	padding-left:10px;
	color:#FFCD44;
	text-decoration:none;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#F07D22;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 3px 165px 0 150px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
text-align: left;
}

#leftcolumn{
float: left;
width: 145px; /*Width of left column*/
margin-left: -100%;
background: #3CC5F1;
text-align: left;
}

#rightcolumn{
float: left;
width: 160px; /*Width of right column*/
margin-left: -160px; /*Set left marginto -(RightColumnWidth)*/
background: #ffffff;
}

#rightcolumborder {
	border: solid;
	height: 500px;
	border-width: 1px;
	text-align: left;
	border-color: #0D339E;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFFFFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1 {
  margin: 0 0 0px 0;
  padding: 0;
}

ul.submenu1 li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE is balls */
}

ul.submenu1 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 0px 0px 0px 15px;
}

ul.submenu1 li a {
  background: url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: #FFC152;
  background: #306CDA url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube2{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
background: #3CC5F1;
background-color: #3CC5F1;
min-height:97%;
height:97%; 
position: 
left:0px;
top:175px;
}

.dark {
  color: #353E47;
  font-variant: small-caps;
  background: #FFCE60;
  display: block;
  padding-left: 0px;
  text-align: center;
}