@charset "utf-8";
/* CSS Document */

body {
	background-color: #959ab5;
}


#nav {
	width:210px;
	background:#0E1A56;
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #fff;
}

#nav li {
	width:210px;	
	height:36px;
	border-bottom:1px solid #fff;
}

#nav li a {
	font-family:"Book Antiqua", Times, serif;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	display:block;
	width:150px;
	height:26px;
	padding:10px 0 0 60px;
}

#nav li a:hover {
	background:url(images/block.gif) left no-repeat;
	background-position: 50px 15px;
}

#land {
	background:url(images/block.gif) left no-repeat;
	background-position: 50px 15px;
}

h1 {
	color:#a40000;
	font-family:"Book Antiqua", Times, serif;
	font-weight:normal;
	margin:20px 0 0 35px;
	padding:0;
	font-size:30px;
}

h2 {
	color:#0E1A56;
	font-family: "Trebuchet MS";
}

.footer {
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	color: #000000; 
}
.text {
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	color: #000000; 
}
.header {
	font-family: "Trebuchet MS"; 
	font-size: 14px; 
	font-weight: bold;
	color: #a40000;
}
.indented
   {
   	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none ;
   padding-left: 25pt;
   padding-right: 25pt;
   }
.footer A:link {color:#000000; text-decoration: none}
.footer A:visited {color: #000000; text-decoration: none}
.footer A:active {color: #000000; text-decoration: none}
.footer A:hover {color: #a40000; text-decoration: none}

A:link {color:#0000CC; text-decoration: none}
A:visited {color: #0000CC; text-decoration: none}
A:active {color: #0000CC; text-decoration: none}
A:hover {color: #a40000; text-decoration: none}