/* CSS Document */

body {
	background:#1d5da7 url(images/BGpage.jpg) repeat;
}

a:link { color:#1d5da7; text-decoration:none; }
a:visited { color:#1d5da7; text-decoration:none; }
a:hover { color:#ffffff; text-decoration:underline; }
 
.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color:#ffffff;
}
.style2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#636363;
}
.style22 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#ffffff;
}
.style3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight: bold;
	color:#636363;
}
.style4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: bold;
	font-style: italic;
	color:#1d5da7;
}
.style5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#ffffff;
}
.style6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#ffffff;
}

#body {
	position:relative;
	width:900px; 
	margin-left:auto;
	margin-right:auto;	
	background-color:#eeebc7;
	border:0px solid #5dbb5d;		
	}
		
#header {
	position:relative;
	left:0px;
	top:0px;
	height:130px;
	background:#c2d6c3 url(images/BGhead3.jpg) repeat;		
	border-bottom:0px solid #333;	
	}
	#logo1 {
		position:absolute;
		left:10px;
		top:0px;
		width:480px;
		text-align:center;	
		}
	#logo2 {
		position:absolute;
		left:520px;
		top:10px;
		width:360px;
		text-align:center;	
		}		
	#nav {
		position:absolute;
		left:10px;
		top:100px;
		width:480px;
		height:30px;
		text-align:center;
		line-height: 30px;	
		}
		#nav a {
			padding:0px 12px 0px 12px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:1.0em;
			font-weight: bold;
			color:#1d5da7;		
			text-decoration:none;
			}
		#nav a:hover {
			color: #ffffff;
			text-decoration:underline;
			}
	
#content {
	position:relative;
	margin:15px 30px 20px 30px;
	border:0px solid #000000;	
	}	

#footer {
	position:relative;
	height:22px;
	line-height: 16px;
	text-align:center;
	padding:5px 0;
	background:#c2d6c3 url(images/BGhead3.jpg) repeat;
	border-top:0px solid #5dbb5d;
}


