
body {
	background: #e6f6fb url("images/background.gif") repeat-x top left;
	color: #222;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", helvetica, arial, verdana, sans-serif; 
	font-weight: normal;
	padding: 0px;	
	margin-bottom: 0.3em;
	color: #000;
}

h1 {
font-size: 32px;
margin-top: 0px;
line-height: 1.1em;
}

h3 {
font-size: 18px;
}

p {
	padding: 0 5px 10px 0px;
	margin: 0;
}
a, a:link, a:active { 
	color: #0072cd;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:visited { 
	color: #0072cd;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

a img {border: none;}

ul, ol{
	margin:0 20px 10px 0;
	padding-right: 20px;
}

li{
	padding-bottom: 6px;
}

#wrapper {
	position: relative;
	width: 600px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #fff;
	border-top: 8px solid #8FB86C;
}

#navigation {
	margin: 0px;
	position: relative;
	padding: 0px;
	top: 20px;
	left: 40px;
}

#navigation a, 
#navigation a:link, 
#navigation a:active, 
#navigation a:visited { 
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

#navigation a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

#logo {
	float: left;
	height: 32px;
	width: 140px;
	padding: 0px 0 0 20px;
	margin: 14px 0px 12px 0px; 
}
	
#logo img,
#logo a:link,
#logo a:visited,
#logo a:active {
	border: none;
	text-decoration: none;
}

#maincontent img{
	padding: 5px 10px;
}

	
#maincontent{
	clear: both;
	border-top: 1px solid #cfeef7;
	width: 570px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 20px 0px;
}

#footer {
	clear: both;
	border-top: 1px #aaa dotted ;
	padding: 10px 16px 10px 16px;
	font-size: 12px;
	color: #aaa;
}

#footer a, 
#footer a:link, 
#footer a:active, 
#footer a:visited { 
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

#footer a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

#columns {
 padding: 0px;
 margin: 0;
}
#columns .columns-l {
 float: left;
 width: 280px;
 height: 260px;
}
#columns .columns-r {
 width: 280px;
 float: right;
 height: 260px;
}
.clear {
 clear: both;
}
