html, body {
	min-width:1000px;
	width:100%;
	height: 100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family:arial;

}

a img {
	border:none;
}

header, footer {
	width:100%;
	height:auto;
	overflow:hidden;
	margin: 0 auto;
	text-align:center;
	background: #F5F5FD;
}

header .banner {
	width:1000px;
	margin: 0 auto;
	text-align:center;
}

header nav {
	margin: 0 auto;
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
	background:#B04A7A;
}

header nav .menu {
	width:1000px;
	margin: 0 auto;
	text-align:left;
}

header nav a {
	text-decoration:none;
	float:left;
	font-size:large;
	margin-left:55px;
	margin-right:40px;
	color:#fff;
	line-height:28px;
	font-family:verdana;
}

header nav a:hover {
	text-decoration:underline;

}

section {
	width:1000px;
	height:auto;
	overflow:hidden;
	margin: 0 auto;
	text-align:center;
}

section .left {
	float:left;
}

section .rightmarg {
	margin-right:10px;
}

section h2 {
	color:#B04A7A;
	margin:30px;
}

section hr {
	color: #4474B2;
	background-color: #4474B2;
	height: 1px;
	margin-bottom:25px;
	margin-top:25px;
}


section p {
	font-size:small;
	text-align:left;
	letter-spacing:.5px;
}



section p.emph {
	font-weight:bold;
	font-style:italic;
}

section ul {
	width:400px;
	text-align:left;
	float:left;
	font-size:small;
}

section li {
	margin-bottom:20px;
}

section .top a {
	font-size:x-small;
}

section .q {
	color:#B04A7A;
}

footer {
	height:70px;
	border-top:2px dashed #B04A7A;

}

footer .copy {
	font-size:x-small;
}

footer nav {
	margin: 0 auto;
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}

footer nav .menu {
	width:1000px;
	margin: 0 auto;
	text-align:left;
}

footer nav a {
	text-decoration:none;
	float:left;
	font-size:small;
	margin-left:0px;
	margin-right:40px;
	color:#4474B2;
	line-height:28px;
	font-family:verdana;
}

footer nav a:hover {
	text-decoration:underline;

}

form {
	text-align:left;
}

label {
 font-weight: bold;
 display: block;
 width: 150px;
 float: left;
 text-align:right;
 margin-right:45px;
 }


input[type="text"] {
	width:200px;
}

textarea {
	width:400px;
	height:200px;
}

