@charset "utf-8";
/* CSS Document */

body {
	background-color: #1f5b94;
}
a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
a:active {
	text-decoration: underline;
	color: #0000ff;
	
}

.class1 A:link {text-decoration: none; color:#ffffff;}
.class1 A:visited {text-decoration: none; color: #ffffff;}
.class1 A:active {text-decoration: none; color: #ffffff;}
.class1 A:hover {text-decoration: none; color: #000000;}

.class2 A:link {text-decoration: none; color:#ffffff;}
.class2 A:visited {text-decoration: none; color: #ffffff;}
.class2 A:active {text-decoration: none; color: #ffffff;}
.class2 A:hover {text-decoration: none; color: #0000ff;}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #FFF;
	width: 96%;
	text-align: left;
	height: 100%;
	float: left;
	margin: 2%;
}

#header {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	float: left;
	border: medium solid #000000;
}

#headerleft {
	font-size: 225%;
	color: #1f4a94;
	padding: 2%;
	float: left;
	height: 96%;
	width: 56%;
	font-weight: bold;
	text-transform: uppercase;
}
#headerright {
	padding: 2%;
	float: right;
	height: 96%;
	width: 34%;
	font-style: italic;
	text-align: center;
}

#nav {
	background-color: #1f5b94;
	float: left;
	width: 100%;
	height: 98%;
	color: #FFF;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
	padding-top: 1%;
	padding-bottom: 1%;
	font-weight: bold;
}

#content {
	float: left;
	height: 96%;
	width: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	border: medium solid #000000;
}

#footer {
	background-color: #000000;
	float: none;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
	font-size: 75%;
	color: #FFF;
	clear: both;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#form {
	padding: 2%;
	float: left;
	height: 96%;
	width: 96%;
}

#form2 {
	float: left;
	height: 98%;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
}

#contentform {
	float: left;
	height: 98%;
	width: 96%;
	padding-top: 2%;
	padding-bottom: 0%;
	padding-right: 2%;
	padding-left: 2%;
	border-right-width: medium;
	border-top-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-top-color: #000000;
	border-left-color: #000000;
}