body {
	margin: 0;
	padding: 0;
	background-color: #D8E0E2;
	text-align: center;
}
body, td {
	font-family: arial, helvetica, sans-serif;
}

#wrap {
	margin: 0 auto;
	background-color: white;
	width: 800px;
	text-align: center;
}

#main {
	margin: 0 auto;
	width: 772px;
	text-align: left;
	border-bottom: 3px solid #36A23D;
}

table.layout {
    border-collapse: collapse;
    border-spacing: 0;
}
table.layout td {
	vertical-align: top;
	padding: 0;
}

td#header img {
	border: none;	
}

td#nav {
	padding-left: 20px;
	height: 24px;
	background-image: url(images/NavBack.gif);
	background-repeat: repeat-x;
	color: white;
	font-size: 12px;
	line-height: 24px;
}
td#nav a {
	color: white;
	margin: 0 4px;
	text-decoration: none;
}
td#nav a:hover {
	text-decoration: underline;
}

td#maincol div.padding {
	padding: 30px 20px 15px 20px;
	color: #666;
	font-size: 12px;
	line-height: 120%;
}

td#maincol h2 {
	margin-top: 0;
	color: #36A23D;
	font-weight: normal;
	font-size: 15px;
	padding-bottom: 4px;
	background-image: url(images/BlueLine.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

td#sidecol {
	width: 209px;
	background-color: #e4e8e9;
	color: #666;
	font-size: 13px;
	padding-bottom: 3em;
}
td#sidecol a {
	color: #666;
	text-decoration: none;
}
td#sidecol a:hover {
	text-decoration: underline;
}


td#sidecol h3 {
	margin-top: 0;
	background-color: #BDC7C9;
	padding: 7px 10px 5px 10px;
	font-size: 14px;
	font-weight: normal;
	color: #09459B;
}

td#sidecol .padding {
	padding: 0 10px;
}
td#sidecol div.item {
	text-indent: -20px;	
	padding-left: 18px;
	margin-bottom: 10px;
}

div#footer {
	padding: 8px 0;
	text-align: center;
	font-size: 11px;
}
div#footer, div#footer a {
	color: #999;
}
div#footer a {
	text-decoration: none;
	margin: 0 3px;
}
div#footer a:hover {
	text-decoration: underline;
}
