* {  	margin: 0;	padding: 0;}

body {background-color: #8ca0d5;
font-size:12pt;}
h1{
font-size: 1.2em;
padding:5px;background-color: #fff;
color:#094e92;border-bottom: 1px #094e92 solid;border-top: 1px #094e92 solid;}

h2{
font-size: 1.1em;
}

p{line-height: 1.5em;
padding:5px;}
a img{border: none;}#header {
width:100%;
height:85px ;border-bottom: 3px #2138bb solid;background-color: #ffffff;
margin-bottom:10px;}


#container{
	margin-left:30px;
	background-color:#cf9;
	float:left;
	width:600px;
	border-left:200px solid #8ca0d5;
	}


#leftNavigation{
	float:left;
	width: 200px;
	margin-left:-200px;
	position:relative;
	}

#content{	float:left;
	width:600px;
	margin-right:-600px;
}

.navigation p{
	color: #094e92;	padding:10px 0px 10px 10px;	background-color: #52d067;	border-bottom: 1px #e9ecec solid;	font-weight: bold;}

.navigation ul{
	list-style-type: none;
}

.navigation ul li{	margin: 0 0 1px 0;}

.navigation ul li a:link, .navigation ul li a:visited{
	color: #094e92;	text-decoration: none;
	width: 180px;	display: block;
	padding:10px 0px 10px 10px;	background-color: #fff;	font-weight: bold;}

.navigation ul li a:hover{	color: #ffffff;	text-decoration: none;	background-color: #52d067;
	display: block;	font-weight: bold;}
	
#footer{clear: both;
width:100%;border-top: 3px #094e92 solid;background-color: #ffffff;}

#footer p{text-align: center;
padding:0;color: #094e92;}

.clear{
clear:both;}	



