/* CSS Document */

.ltNav {  font-family: Verdana; color: #ffffff; font-size: 20px; line-height: 25px; text-decoration: none}
.ltNav a:active { color: #FFFFFF; text-decoration: none; font-size: 20px}
.ltNav a:link {  color: #FFFFFF; text-decoration: none; font-size: 20px}
.ltNav a:visited {  color: #ffffff;text-decoration: none; font-size: 20px}
.ltNav a:hover {  color: #ffffff; text-decoration: underline ; font-size: 20px}

div#left1 {
	position: absolute;
	width: 150px;
	top: 100px;
	bottom: 0px;
	left: 0px;
	background-image:url(images/left.png);
	height: 325px;
	}
div#left2 {
	position: absolute;
	width: 150px;
	top: 425px;
	bottom: 0px;
	left: 0px;
	height: auto;
	}
 
div#right1 {
	position: absolute;
	width: 615px;
	top: 105px;
	left: 155px;
		}
		
#Content {
	margin:0px 0px 7px 0px;
	padding:5px;
	border: 3px solid #AEB6CA;
	border-style: double; 
	background-color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	}
	
#Content2 {
	margin:0px 0px 7px 0px;
	padding:5px;
	border: 3px solid #000080;
	border-style: double;
	background-color: #ffffff;
	font-size: 16px;
	font-family:Verdana;
	color: #000080;
	line-height: 22px;
	}
	
	p.head {
	font:22px/22px verdana;
	font-weight: bold;
	color: #000080;
	margin:0px 0px 8px 0px;
	padding:0px;
	}
	
p {
	font:12px/15px verdana;
	color: #000080;
	margin:0px 0px 5px 0px;
	padding:0px;
	}

ol {
	font:12px/15px verdana;
	color: #000080;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
	
#bottom {
	position:relative;
	margin:5px 0px 20px 0px;
	font-size: 10px;
	padding:3px;
	border: 2px solid #AEB6CA;
	background-color: #fff;
	}
	
a img {border: none;}

h2 {color:#000080;
	margin-bottom:10px;
	margin-top:10px;
	}