/* CSS Document */

body {
	background-color:#3A4975;
	font-family:"Arial", sans-serif;
	}
	
a {
	text-decoration: none;
	color:#0000FF;
	}
	
a:hover {
	color:#CC0000;
	}

#main_container {
	width:780px;
	border: #000000 1px solid;
	background-color:#FEFEFE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
.floattop {
	background-position: top;
}

.floatright {
	float: right;
}
.floatleft {
	float: left;
}


	
#header {
	height:57px;
	width:100%;
	background-color:#FFEDA1;
	background-repeat: no-repeat;
	}
	
h1 {
	size:30px;
	float:right;
	vertical-align:middle;
	font-family: Impact, Arial, Helvetica, sans-serif;
	color:#440EFF;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
h2 {
	padding-left: 5px;
	margin: 5px 0px 0px 0px;
                color:#1BCCFF;
	}
h3 {
	margin-left: 10px;
	color: 0000FF;
}
h4 {
	color: 0000FF;
	clip: rect(auto,auto,auto,10px);
}


	
p {
	size: 10px;
	margin:0px;
	padding:10px;
	text-align:justify;
	}


#navigation {
	width:100%;
	border-top:  #000000 1px solid;
	border-bottom: #000000 1px solid;
	text-align:center;
	}
#navigation a {
	padding:3px;
	}
	
#content {
	width:100%;
	background-position: top;
	}
	
#footer {
	width:100%;
	border-top:  #000000 1px solid;
	text-align:center;
	font-size:9px;
	}

