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: 75%; /*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;
	border-top-left-radius: 10px; /* Opera, IE 9+ */
	border-top-right-radius: 10px; /* Opera, IE 9+ */
	padding: 10px 20px 0 20px;
}
#body{
	float: left;
	width: 100%; /*840px*/
	min-height: 10%;
	height: 20%;
	background: #8494B4;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px; /* Opera, IE 9+ */
	border-bottom-right-radius: 10px; /* Opera, IE 9+ */
}

#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; /* Opera, IE 9+ */
}

#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; /* Opera, IE 9+ */
	padding: 0px 10px 0px 10px;
	overflow: auto;
	height: 350px; /* 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: 10pt;
}

.submit {
	background-color: #e9e9e9;
	border-color: #163061;
	border-style: solid;
	border-width: thin;
	color: #163061;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#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; /* Opera, IE 9+ */
	padding: 0px 10px 0px 10px;
}

.privacyText{
	background: #C3C9D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

