body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	background: url('../images/body-bg.gif') repeat-x;
	min-width: 519px;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
#page {
	overflow: hidden;
	width: 519px;
	margin: 0 auto;
}
#header {
	overflow: hidden;
	width: 100%;
	padding-bottom: 16px;
}
#header .logo {
	display: block;
	margin: 14px 0 0 12px;
}
#header .logo a {
	display: block;
	text-indent: -9999px;
	width: 250px;
	height: 60px;
	overflow: hidden;
	background: url('../images/foundationLogo.png') no-repeat;
}
#content {
	overflow: hidden;
	width: 100%;
	min-height: 100px;
	padding-bottom: 22px;
}
.cont-box {
	overflow: hidden;
	width: 100%;
	height: 197px;
	background: url(../images/cont-box-bg.png) repeat-x;
}
.main {
	overflow: hidden;
	width: 100%;
	margin-top: -197px;
	position: relative;
}
.nav {
	width: 519px;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-bottom: 17px;
}
.nav div {
	left: 50%;
	float: left;
	position: relative;
	text-align: center;
}
.nav ul {
	overflow: hidden;
	margin: 0 0 0 -50%;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
.nav ul li {
	float: left;
	font-size: 14px;
}
.nav ul li a {
	float: left;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.nav ul li a:hover {
	color: #fff;
	background: url(../images/nav-hover-left.gif) no-repeat;
}
.nav ul li a.active {
	color: #fff;
	background: url(../images/nav-active-left.gif) no-repeat;
}
.nav ul li a span {
	float: left;
	padding: 6px 23px 8px 18px;
}
.nav ul li a:hover span {
	background: url(../images/nav-hover-right.gif) no-repeat 100% 0;
}
.nav ul li a.active span {
	background: url(../images/nav-active-right.gif) no-repeat 100% 0;
}
.main p {
	margin: 11px 12px 0;
	line-height: 17px;
}

.main a {
	color: #D31145;
	text-decoration:none;
}

.main a:hover {
	color: #000;
	text-decoration:underline;
}
.main p em {
	display: block;
	padding: 5px 0 6px;
}
.hum-box {
	overflow: hidden;
	width: 497px;
	padding: 10px 5px 8px 17px;
	background: #eee;
	margin-top: 5px;
}
.hum-box span {
	display: block;
	font-size: 17px;
}
.hum-box h2 {
	margin: -5px 0 0;
	font-size: 37px;
	font-weight: normal;
	color: #d31145;
	letter-spacing: -1px;
	word-spacing: -2px;
}
#footer {
	overflow: hidden;
	width: 100%;
	background: #c8c8c8;
}
#footer a {
	color: #000;
	text-decoration:underline;
}

#footer a:hover {
	color: #D31145;
	text-decoration:none;
}

.foot-box {
	overflow: hidden;
	width: 519px;
	margin: 0 auto;
	padding: 5px 0 15px;
}
.copy {
	display: block;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
.foot-title {
	display: block;
	font-size: 16px;
	color: #d31145;
	margin-top: 20px;
}
.foot-menu {
	overflow: hidden;
	margin: 14px 0 0 2px;
	padding: 0;
	list-style: none;
}
.foot-menu li {
	background: url(../images/foot-menu-bg.gif) no-repeat 0 50%;
	padding-left: 11px;
	margin-top: -1px;
}
.foot-menu li a {
	color: #000;
	text-decoration: none;
}
.foot-menu li a:hover {
	color: #d31145;
	font-weight: bold;
}
.foot-menu li a.active {
	color: #d31145;
}
em.box {
	display: block;
	font-size: 14px;
	line-height: 17px;
	margin-top: 19px;
}
.navigation {
	padding: 0 10px 0 10px;
}
.alignleft {
	float:left;
	width:50%;
}
.alignright {
	float:right;
	width:50%;
}
.alignright a {
	float:right;
}