
body {
	background-color: #111A3B;
}

#maincontainer{
	width: 820px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #111A3B;
}

#topsection{
height: 50px; /*Height of top section*/
background-color: #111A3B;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 0 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 160px; /*Width of left column*/
margin-left: -820px;
background-color: #111A3B;
}


ul a:link, ul a:visited, ul a:hover, ul a:active { 
  display:block; 
  padding: 2px 10px;   
  text-decoration:none; 
  }
ul a:link { 
  color:#FFFFFF; 
  } 
ul a:visited { 
  color:#FFFFFF; 
  } 
ul a:hover {
	color:#FFFFFF;
	background-color: #24458C;
  } 
ul a:active { 
  color:#FFFFFF; 
  }

ul { 
  list-style-type:none;
  border:0px solid #333; 
  font: bold 14px Arial, Helvetica, Verdana,  sans-serif;
  margin:0px;
  padding:0px; 
  display: block;
  }

li { 
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

