@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
body { 
	background-image:url(images/bluebackground2.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	}
	
#container1{
	background-image:url(images/bluebackground2.jpg);
	width: 85%;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	padding: 20px 7.5% 20px 7.5%;   
	margin: 0; 
	position: relative;
	}
	
#intro{
	background-color:#000;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size:9px;
	line-height: 2.5em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
}

#center{
	background-color:#FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	font-size: 14px;
}

#container3 {
	background-color:#FFF;
	padding: 20px 75px 75px 75px;
	text-align: justify;
}

/* Navigation */
#navigation
{
	background-color:#FFF;
	padding: 1px 1px 1px 1px;
	margin-bottom: 1px;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
}

#navigation ul
{
	list-style-type: none;
}

#navigation ul li
{
	display: inline;
	margin-right: 1.5em;
	font-weight: bold;
}

#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited
{
	color: #0000FF;
	text-decoration: none;
}

#navigation ul li a:hover
{
	color: #3CF;
	text-decoration: underline;
}

#endnavigation
{
	background-color:#FFF;
	text-align: center;
	font-size:9px;
}
#endnavigation ul li
{
	display: inline;
	margin-right: 1.5em;
	font-size: 10px;
}
/* End Navigation */


	
