A:link {
          color : #163061;
          text-decoration : none;
      }
A:visited {
          color : #163061;
          text-decoration : none;
      }
A:active {
          color : #163061;
      }
A:hover {
          color : #CC6600;
          text-decoration : none;
      }
BODY {
    background-color: #3C4049;
    color : #000;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
    margin:0;
	padding:0;
	line-height: 1.5em;
      }

hr{
	border: 1px solid #8494B4;
}     

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #8494B4;
height: 90px; /*Height of top section*/
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	padding: 10px 20px 0 20px;
}
#body{
	float: left;
	width: 840px;
	background: #8494B4;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#menu {
	float: left;
	background: #8494B4;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 10px 20px 0 20px;
	background: #8494B4;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #0F5473;
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */
	border-radius: 10px; /* Everything else - limited support at the moment */ 
}

#menu a:hover {
	background: #C3C9D5;
	color: #626456;
}


#contentwrapper{
float: left;
width: 100%;
}

#footer{
	position: absolute;
    left: 0%;
    bottom: 0%;
	clear: left;
	width: 100%;
	background: #8494B4;
	color: #000;
	text-align: center;
	padding: 4px 0;
}
.content{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 2;
	background: #C3C9D5;
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */
	border-radius: 10px; /* Everything else - limited support at the moment */ 
	padding: 0px 10px 0px 10px;
	overflow: auto;
	height: 250px;
	
}
