@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3c3c3c;
	font-size:11px;
	line-height:16px;

}

 #container {
	width: 922px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:588px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #042a62;
	text-align: left;
	top: 90px;
	position: relative;
}

 #text {
	width: 425px;
	position: absolute;
	top: 278px;
	margin-left: 124px;
	height: 275px;
	border-left:1px solid #042a62;
	padding-left: 16px;
	font-size:11px;
	line-height:16px;
}

 #yabbaone {
	width: 393px;
	position: absolute;
	top: 278px;
	margin-left: 55px;
	height: 300px;
	border-left:1px solid #042a62;
	padding-left: 16px;
	font-size:10px;
	line-height:16px;
}
 #yabbatwo {
	width: 393px;
	position: absolute;
	top: 278px;
	margin-left: 478px;
	height: 300px;
	border-left:1px solid #042a62;
	padding-left: 16px;
	font-size:10px;
	line-height:16px;
}

 #logo {
	position: absolute;
	top: 180px;
	margin-left: 292px;
	}
	
 #image {
	position: absolute;
	top: 287px;
	margin-left: 566px;
	}

 #nav {
	position: absolute;
	top: 48px;
	margin-left: 54px;
	line-height:24px;
	}
	
 a.navlink {
 	color:#3c3c3c;
 	font-size:11px;
	line-height:22px;
	}
	
 a.navlink:hover {
 	color:#094670;
	}
	
 a.navlink:active {
 	color:#FF0000;
	}
		
 a {
 	color:#042a62;
	font-weight:bold;
	text-decoration:none;
	}
	
 a:hover {
 	color:094670;
	}

 p {
	color:#3c3c3c;
	margin:0 0 10px 0;
}
h2 {
	font-size:12px;
	color:#094670;
	margin:0px;
	padding:0px;
	display:inline;
	}

 #footer {
	font-size:18px;
	position: absolute;
	top: 600px;
	margin-left:0px;
	}
