body {
	background-color: #063C6A;

	font-family: Arial;
	color: #fffffe;
	margin: 0px;
	padding: 0px;
 }

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	
	/*background-image: url(../images/background.gif);*/
	background-repeat: repeat-y;
		
	margin-left: 15%;
	margin-right: 20%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 778px;	
}

.header {
	/*background-image: url(../images/header.jpg) ;
	background-position: top center;
	background-repeat: no-repeat;*/
	
	height: 396px;
	margin-top: 0px;
	margin-left: 2px;
}

.nav {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	background-color: #1e99dc;
			
	width: 760px;
	left: 19px;
	margin-left: 10px;
	text-align:  center;
	
	border-style: groove;
	border-color: #063C6A;
}

.nav a:link {
	color: #fffffe;
	text-decoration: none;
 }
 
.nav a:visited {
	color: #fffffe;
	text-decoration: none;
 }
 
.nav a:hover { 
	color: #fffffe;
	text-decoration: underline;
}

.nav a:active { 
	color: #fffffe;
	text-decoration: none;
}

.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
	height: 300px;
	/*margin-bottom: 300px;*/
	margin-left: 2px;
}

p {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .5px;
	
	margin-left: 100px;
	margin-right: 100px;
	padding-top: 10px;
	text-align: justify;
 }


a:link { 
	color: #fffffe;
	text-decoration: underline;
}

a:visited { 
	color: #fffffe;
	text-decoration: underline;
}

a:hover {
	color: #fffffe;
	text-decoration: underline;
 }

a:active { 
	color: #fffffe;
	text-decoration: underline;
}
