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;
}  

img{
      border: 0px;
}

#maincontainer{
width: 58.4%; /*Width of main container (840px) */
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: 100%; /*840px*/
	min-height: 10%;
	height: 30%;
	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%;
height: 20%;
}

#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; /* 250px */
	
}

.text {
        background-color : #e9e9e9;
        border-color : #163061;
        border-style : solid;
        border-width : thin;
        color : #163061;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        -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;          
}

.submit {
          background-color : #e9e9e9;
          border-color : #163061;
          border-style : solid;
          border-width : thin;
          color : #163061;
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 9pt;
          -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;
}

#error, .error{
	font-family : Verdana, Arial, Helvetica, sans-serif;
   	font-size : 10px;
	font-weight:bold;
	background-color: #EB897D;
	border: 1px solid #8E2323;
	padding: 0;
	width: 60%;
	margin-left: 4px;
	margin-top: 2px;
    -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;
}

.privacyText{
  background: #C3C9D5;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
}
