body	{	
	font: 12px arial;
	text-align:left;
	color: #26466D;
	}

p	{margin:5 5px 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;
	line-height: 1.8em;
	background-color: #EEF4FD;
	width: 178px;
	position: absolute;
	top: 250px;
	left: 622px;
	z-index: 2;
}


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

div#footer {
	margin: 0px; 
	width: 215px;
	border: solid 2px #EEF4FD;
	background-color: #ffffff;
	position: absolute;
	top: 540px;
	left: 602px;
	z-index: 3;
}


div#example {
	margin: 5px 5px 5px;
	padding: 5px;
	font-size: 10px;
	line-height: 1.3em;
	align: center; 
	width: 550px;
	background-color: #FAF0D8;
	position: relative;
	left: 15px;
	z-index: 4;
}


h6 {
        font-face: arial;
        color: #6684AE;
	width: 100%;
	margin: 0px 0px 0px;
	font-size: 11px
      }


.style3 {
        border: dotted 1px #053D7A;
        background-color: #F4E6C1;
        padding: 0.1em;
	margin: 0px 0px 0px;
        }
		 			 			



a:link {
	text-decoration: bold;
	font-face: verdana;
	text-decoration: none;
	color: #1443D6;
	}

a:visited {
	text-decoration: line-through;
	font-face: verdana;
	color: #1443D6;
	}

a:hover {
	text-decoration: underline;
	font-face: verdana;
	background-color: #4CC5FB;
	color: #F4E6C1;
	}

a:active {
	font-face: verdana;
	background-color: #4CC5FB;
	text-decoration: underline;
	color: #F4E6C1;
	}		