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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-color:#95ABC2;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

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

.navigation {
	font-size:11px;
	color:#000000;
	text-transform:uppercase;
	padding-top:20px;
	
	line-height:1.5em;
	}
	
	.navigation a {
		text-decoration:underline;
		color:#000000;
		}
		
	.navigation a:hover {
		text-decoration:underline;
		color:#FFFFFF;
		}
		
.quote {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3E576D;
	font-style:italic;
	}
			
.pagetitle {
	font-size:10px;
	color:#333333;
	text-transform:uppercase;
	padding-bottom:5px;
	}
	
.footer {
	font-size:10px;
	padding-top:10px;
	}
	
.contentarea {
	color:#3E576D;
	}
	