
body {
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		font-size: 62.5%;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		}
	
.header{
	background:#0001CD;
	position:static;
	height:110px;
	width:100%;
	border-bottom:0px;
	border-top:1px solid black;
	
	
}
	
		
.menu{
	position:static;
	width:100%;
	height:24px;
	border:1px solid black;
	background:#ffffff;
	background-image:  url(../_images/bg.jpg);
	border-top:1px solid black;
	border-right:0px;
	border-left:0px;
	padding-left:0px;
	padding-top:0px;
	font-family:arial, Helvetica, sans-serif;;
	font-size:1.3em;
	
	}
	
.content{
	position: static;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
.formsquare{
	Border-bottom: navy 2px solid;
	border-left:navy 2px solid; 
	padding-left: 2em;
	padding-bottom: 1em;
	width: 33%;
}
	
.content form {
	padding-left:5%;
}
		
.content h1 {
	color: #0000CC;
	font-weight: normal;
	padding-bottom:0px;
	margin-bottom: 0px;
}

.content h2 {
	color: #0000CC;
	font-size: medium;
	font-weight:normal ;
	padding-bottom:0px;
		margin-bottom: 0px;
}
.content h3 {
	color: #0000CC;
	font-size: small;
	font-weight: bolder;
	padding-bottom:0px;
	margin-bottom: 3px;
}

a:link {
	color: #3334FD;
	text-decoration: none;
	
	
}
a:visited {
	text-decoration: none;
	color: #3334FD;
}
a:hover {
	text-decoration: underline;
	color: #3334FD;
	
}
a:active {
	text-decoration: none;
	color: #3334FD;
}

.footer {
	position: relative;
	padding-left: 10px;
	padding-right:10px;
	text-align:center;
	clear: both;
	
}

a.footer:link {
	color: #0000CC;
	text-decoration: none;
		
}

a.footer:visited {
	text-decoration: none;
	color: #0000CC;
}
a.footer:hover {
	text-decoration: underline;
	color: #0000CC;
}
a.footer:active {
	text-decoration: none;
	color: #0000CC;
}

	
hr {
	height: 1px;
	margin-top: 1px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top:10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color:#0000CC;
	
}
.heading {
	
	font-family:arial, Helvetica, sans-serif;;
	font-size:1.3em;
	font-weight:normal;
	color: #0000CC;
	
	}
	
.links{
	padding-left: 50px;
	padding-top:3px;
	}

.footertext{
	padding-top:5px;
	padding-bottom:5px;
	}

.validation {
	font-size:2px;
	color:#ffffff;
	}

.picture{
	float:right;
	clear:left;
	}
.picture2{
	float: left;
	clear: right;
}
.linkImage{
	border: 0;
}

