#container {
	width: 780px;
	min-height: 610px;
	margin: 0px auto;
	text-align: left;
}

#footer {
	width: 780px;
	min-height: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url("../images/bkgd_footer.gif");
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#footer a:hover {
	color: #011933;
	border-bottom: 1px dotted #011933;
}

#indexBody {
	width: 780px;
	min-height: 184px;
	background-image: url("../images/bkgd_indexBody.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

#indexCopy p {
	line-height: 160%;
}

#indexCopy p, #indexCopy h2 {
	padding:0px 50px 0px 40px;
}
#indexCopy h2{padding-top:20px;}

#indexSidebar p, #indexSidebar h2 {
	padding-left: 40px;
	padding-right: 15px;
}

#indexSidebar li {
	list-style-type: none;
	font-size: 13px;
	line-height: 150%;

}

#menu {
	width: 780px;
	height: 22px;
	background-image: url("../images/bkgd_menu.gif");
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

#secondaryBody {
	width: 780px;
	min-height: 184px;
	padding-top: 0px;
	background-image: url("../images/bkgd_secBody.gif");
	background-position: top left;
	background-repeat: repeat-y;
}
#secondaryBody td{vertical-align:top;}
#secondaryBody h3{font-weight:normal;font-size:16px;padding:0px 0px 10px 0px;}
#secondaryBody p {
	line-height: 160%;
}

#secondaryBody p, #secondaryBody h2{
	padding:0px 90px 0px 80px;
}
#secondaryBody h2{padding-top:20px;}

#secondaryBody li {
	margin-left: 100px;
	margin-right:80px;
	line-height: 150%;
}


#pageLink{color:#1065cf;}