body	{	
	font-size: 12px;
	font-family: arial;
	text-align:left;
	color: #2F517F;
}

p {
	margin: 5px 15px 15px;
	text-indent: 15px}

#container {
min-height: 100%;
width: 800px;
margin: 0 0 0
}

div#header {
	margin: 0px; 
	padding: 0px;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1
}


div#navigation {
	margin: 0px; 
	padding: 0px;
	font-size: 10px;
	line-height: 1.8em;
	background-color: #DAEBF6;
	width: 185px;
	position: absolute;
	top: 250px;
	left: 30px;
	z-index: 2
}


div#content {
	margin: 0px; 
	padding: 0px;
	width: 545px;
	position: absolute;
	top: 250px;
	left: 255px;
	line-height: 2.0em;
	z-index: 2
}

div#footer {
	padding: 0px;
	text-align: center;
	width: 215px;
	background-color: #ffffff;
	line-height: 1.8em;
	border: solid 2px #6684AE;
	position: absolute;
	top: 535px;
	left: 17px;
	z-index: 3
}


.style3 {
	font-face: verdana;
	color: #6684AE;
	width: 99%;
        border: dashed 1px #AECEF4;
        background-color: #F7E0F8;
	margin: 0px 0px 0px;
        font-size: 9px;
	letter-spacing: 4px
}
	



.example {
	
	margin: 5px 5px 0px;
	
	padding: 5px;
	
	font-size: 10px;
	
	line-height: 1.3em;


	text-align: left;	
	background-color: #DAEBF6;
	
	z-index: 4

}



.image	{
	border: #6684AE dashed 1px;
	margin: 5px 15px 5px
}	 			 			


a:link {
	text-decoration: underline;
	color: #6684AE
	}

a:visited {
	text-decoration: underline;
	color: #6684AE
	}

a:hover {
	text-decoration: none;
	background-color: #6684AE;
	color: #ffffff
	}

a:active {
	text-decoration: none;
	background-color: #6684AE;
	color: #ffffff
	}
