* {
	margin: 0;
	padding: 0;
}

body  {
	background: #E9F2F6;
	margin: 0;
	padding-top: 30px;
}

#container { 
	width: 780px;
	margin: 0 auto;
}

#header { 
	background: #3b7687 url("/images/logo.gif") no-repeat;
	height: 150px;
}

#header h1 {
	margin:40px 0 0 250px;
	width: 340px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

#header a {
	display: block;
	width: 590px;
	height: 148px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 30px; 
	font-family: "Myriad Pro";
	margin: 1px;
}

#menu {
	background-color: #3b7687; 
	margin: 7px 0;
	float: right;
	text-align:right;
	width: 180px;
}

#menu a {
	display: block;
	height: 21px;
	width: 140px;
	color: #c5d6db;
	text-decoration: none; 
	font-size: 16px; 
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
	padding: 3px 20px 3px 10px;
	margin: 0;
}

#menu a:hover {
	color: #FFF;
}

#menu a.active {
	color: #FFF;
	background: url("/images/active.gif") right no-repeat;
	padding: 3px 30px 3px 0;
}

#sidebar {
	float: left;
	width: 210px;
	margin: 0;
	color: #444444;
	text-align: center;
	font-family: "Lucida Sans Unicode";
	padding: 25px 0;
}

#sidebar h2 {
	text-align: center;
}

#sidebar a {
	text-decoration: none; 
	color: #3b7687;
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
}

#sidebar a:hover {
	color: #666666;
	border-bottom: 1px dashed;
}

.llist {
	margin: 0 15px;
}

.llist li {
	margin: 0 0 10px 0;
}

h1 {
	margin: 0px;
	color: #869843; 
	font-size: 24px; 
	font-family: "Arial"; 
	font-weight: normal;
}

h2 {
	color: #3b7687;
	font-size: 20px;
	margin-bottom: 20px;
}
.h {
	margin-top: 20px;
}

a, .link {
	color: #00F;
	text-decoration: underline;
}

p {
	margin-bottom: 8px;
}

.last {
	margin: 0;
}

.b {
	font-weight: bold;
}

.up {
	text-transform: uppercase;
}

.list {
	margin-top: 3px;
	list-style-type: none;
	float: left;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}

img {
	float: left;
	border: none;
	margin: 20px 10px 0 0;
}

p.img {
	clear: both;
}

img.main {
	margin: 5px 0 10px 10px;
	float: right;
}

#main {
	background-image:url("/images/bg.gif");
} 

#maintext { 
	margin: 0;
	padding: 25px 30px 30px 250px;
	color: #444444;
	font-family: "Lucida Sans Unicode";
	font-size: 13px; 
	text-align: justify;
} 
	
#footer {
	padding: 6px 30px 6px 30px;
	background: #d6d6d6; 
	font-family: "Lucida Sans Unicode";
	color: #444444;
	font-size: 11px;
	text-align: right;
}

#footer a {
	text-decoration: none; 
	color: #3b7687;
}

#footer a:hover {
	color: #666666;
	border-bottom: 1px dashed;
}

.clear {
	clear: both;
}

#sub {
	float: left;
	height: 100%;
	min-height: 100%;
	color: #000;
}

#sub ul {
	display: inline;
	width: 780px;
}

#sub li {
	display: block;
	float: left;
	width: 253px;
	margin: 0 3px 10px 3px;
}