body {
	margin: 0;
	padding: 0;
	background-color: #D8E0E2;
	text-align: center;	
	background-image: url(images/SubPageBackground.gif);
	background-position: 50% 50%;
	background-repeat: repeat-y;
}
body, td {
	font-family: arial, helvetica, sans-serif;
}

#wrap {
}

#main {
	margin: 0 auto;
	width: 772px;
	text-align: left;
}

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

td#header img {
	border: none;	
}

td#topspc {
	height: 3px;
}

td#nav {
	padding-left: 17px;
	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#h2 {
	background-color: #34A33D;
}
td#h2 h2 {
	margin: 0;
	margin-left: 20px;
	float: left;
	line-height: 42px;
	font-family: 'Times New Roman',Times,serif;
	font-size: 26px;
	font-weight: normal;
	color: white;
}
td#h2 img#tagline {
	float: right;
}

td#sidecol {
	width: 209px;
	font-size: 13px;
}

td#sidecol .padding {
	padding: 0 15px 0 19px;
}

td#sidecol a {
	color: #09459B;
	text-decoration: none;
}
td#sidecol a:hover {
	text-decoration: underline;
}

td#sidecol h3 {
	margin: 2em 0 5px 0;
	color: #36A23D;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

td#sidecol ul {
	margin: 0;
	padding: 0;
	margin-right: 1em;
	border-top: 1px solid #ccc;
	list-style: none;
}

td#sidecol ul li {
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
}


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

td#maincol h3 {
	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;
}

div#footer, div#footer a {
	color: #999;
}
div#footer a {
	text-decoration: none;
	margin: 0 3px;
}
div#footer a:hover {
	text-decoration: underline;
}
