/*
red = 980000
tan = 8c7f6c
grey = 5d6266
blue = 161b1e
Dk grey = 59554a
lt blue = b0d7f1
dk blue = 2c4275
*/
@charset "utf-8";
body { 
	margin:0; 
	padding:0; 
	width:100%; 
	background-color: #b0d7f1;
	color: #161b1e;
	}
html { 
	padding:0; 
	margin:0;
	}
a { text-decoration:none; }
a:hover { text-decoration:underline; }
hr { width:50%; }
.rvrs { background-color:black; color:white; }
.lft { float: left; }
.rght { float: right; }
.ctr { text-align: center; }
.clr { clear: both; line-height: 0; display: hidden; }
.brdr { 
	border-right:2px solid #333333; 
	border-bottom:2px solid #333333; 
	border-left:1px solid #dddddd; 
	border-top:1px solid #dddddd; }
/*************container**********/
#container {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #b0d7f1;
	}
/*************header**********/
#header { 
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: white;
	color: #2c4275;
	}
/*************left column**********/
#lftcol { 
	width: 200px;
	float: left;
	}
/*************menu**********/
#nav {
	width: 200px;
	text-align: center;
	}
#nav ul {
	
	}
#nav li {
	width: 100%;
	height: 52px;
	line-height: 26px;
	font-size: 26px;
	list-style: none;
	background-color: #2c4275;
	color: white;
	text-align: center;
	margin-top: 10px;
	}
#nav li.x2 { 
	line-height: 52px;
	}
#nav li a {
	text-decoration: none;
	color: white;
	width: 200px:
	height: 52px;
	}
#nav il a:hover {
	}
#nav il.there {
	background-color: #b0d7f1;
	color: #2c4275;
	}
/*************main**********/
#main {
	width: 700px;
	margin: 25px 0 0 23px;
	float: left;
	color: #2c4275;
	}
#main iframe {
	border: none;
	width: 700px;
	height: 700px;
	background-color: #b0d7f1;
	margin-bottom: 50px;
	}
#main p { text-align: left; }
/*************footer**********/
#footer p { font:normal 11px  Arial, Helvetica, sans-serif; color: #161b1e; text-align: center; margin: 0 auto; width: 100%; }
