* { margin: 0; padding: 0; } 

body {
background: #fff url(images/bodybg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
.right a { color: #2E4A55; text-decoration: none; }
.right a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 150px;
width: 570px;
}
#header h1 {
font-size: 30px;
font-weight: normal;
letter-spacing: -1px;
padding: 55px 0 5px 0;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #ccc;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 18px;
font-weight: normal;
padding: 0 0 0 0;
line-height: 12px;
}

#content {
padding: 10px 0;
width: 570px;
}

.left {
width: 570px;
float: left;
}
.left h2 {
color: #006;
font-size: 22px;
line-height: 1em;
font-weight: normal;
padding : 15px 0 15px 0;
}
.left p {
margin-bottom:5px;
}
.left ul {
	text-align: left;
	margin: 0 0 5px 0px;
	list-style-type: none;
	padding: 0px 5px 0px 15px;
	}
.left li {
	list-style: none;
	display: block;
	background: url(images/arrow_blue.gif) no-repeat 0px 4px; 
	padding: 0px 10px 5px 15px;
	}

.right {
width: 190px;
float: right;
padding: 10px;
font: 12px/1em Arial, Helvetica, Geneva, sans-serif;
background: transparent url(images/sidebarbg.gif) no-repeat;
}
.right h2 {
font-size: 14px;
color: #666;
line-height: 28px;
}
.right a { text-decoration: none; }
.right a:hover {
color: #006;
text-decoration: underline;
}
.right ul {
	text-align: left;
	margin: 0 0 5px 0px;
	list-style-type: none;
	padding: 0px 10px 0px 5px;
	}
.right li {
	list-style: none;
	display: block;
	background: url(images/arrow_gray.gif) no-repeat 0px 0px; 
	padding: 0px 10px 5px 18px;
	}

.fr { float: right; margin: 5px 0 5px 10px; }
.fl { float: left; margin: 0 10px 10px 0; }
.filter {
position: relative;
top: 9px;
left: 20px;
width: 150px;
font: 10px/1em Arial, Helvetica, Geneva, sans-serif;
color: #000066;
margin-bottom: 10px;
}

#footer {
background: #fff url(images/footerbg.jpg) repeat-x;
text-align: center;
color: #666;
font-size: 11px;
padding: 15px;
margin-top: 15px;
}
.notes { font: italic 10px/14px Arial, Helvetica, sans-serif;}
