body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

img {
	border: 0;
	border-style: none;
}

a:link {
	text-decoration: none;
	color: #9B959F;
}

a:visited {
	text-decoration: none;
	color: #9B959F;
}

a:hover {
	text-decoration: underline;
	color: #9900FF;
}

a:active {
	text-decoration: none;
	color: #9B959F;
}

.header {
	width: 800px;
	text-align:center;
	border-bottom-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 85px;
}


.active {
	color: #D2226B;
	font-weight: bold;
}

.nav1 td {
	font-size:larger;
	font-weight:bolder;
	color: #9B959F;
	text-align: left;
	padding-right: 5px;
}

.nav1 .active {
	font-weight: bold;
	color: #D2226B;
}


.logo {
	text-align: left;
	vertical-align: top;
	font-size: 24pt;
	padding-right: 20px;
}

.content {
	text-align: center;
	padding: 0px;
	margin: 0px;
	
}


.footer {
	width: 800px;
	height: 25px;
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	vertical-align: bottom;
}



.nav2 td {
	color: #9B959F;
	font-style: italic;
	font-weight:bolder;
	vertical-align: top;
	text-align: left;
	padding-right: 5px;
}

.nav2 .active  {
	color:#D2226B;
	font-style: bold;
	
}

.nav2 table{
	margin-left: 10px;
}

.navLinks {
	padding-left: 10px;
	margin-top: 0;
	padding-top: 0;
	vertical-align: bottom;
}

.contactCard {
	border-color: #cccccc;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
	vertical-align: middle;
	height: 200px;
	width: 400px;
	
}