html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0 0 10px 0;
	background: #EAF3FF;
}

body {
	width:695px;
	top:0;
	height: 100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.3em;
}

#content a:link, #content a:visited{ 
	font-weight: bold;
	color: #328445;
	text-decoration: underline; 
}

a:hover, a:focus{ text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: black; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{ font-style:italic; font-weight:bold; }

#container {
	display:block;
	position: relative;
	width:100%;
	background:#fff url(../img/bgLeft.png) repeat-y 0 0;
	overflow:hidden;
	border:1px solid #333333;
	top:10px;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:136px;
	background: url(../img/header.jpg) no-repeat 0 0;
	border-bottom:1px solid #333333;
}

#logo{
	display:block;
	position:relative;
	width:350px;
	height:105px;
	left:167px;
	top:5px;
	text-indent:-999em;
	line-height:999em;
	overflow:hidden;
}

#content{
	position:relative;
	display:block;
	width:69%;
	left:22%;
	margin:0 ;
	padding:2.5% 5% 40px 5%;
	top:0;
}

#aside{
	position:relative;
	display:block;
	width:22%;
	float: left;
	left:0;
	list-style:none;
	padding:0;
	background:#AFC5D2;
	margin:0 -22% 0 0;
	z-index:6;
}

#footer {
	position: relative;
	top:5px;
	margin:0;
	width:100%;
	text-align:center;
	left:0;
	color: #328445;
	font-size:10px;
}

#footer a{
	color: #328445;
	text-decoration: none;
}

#greenStripe{
	display:block;
	position:relative;
	height:10px;
	padding:0;
	margin:0;
	top:-1px;
	left:1px;
	background:#328445;
}
