@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgtile.jpg);
	border: 0px;
	border-top: 5px solid #5a6294;
}
a {
	color: #071c8f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 18px;
	color: #071c8f;
}
h1.phrase {
	font-size: 16px;
	font-style: italic;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
}
h3, label {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #071c8f;
}
input {
	width: 50%;
}
textarea {
	width: 100%;
}
input.submit {
	width: 20%;
}
input.reset {
	width: 10%;
}

.body {
	padding: 20px; 
	text-align: left; 
	margin: 0px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.callout {
	font-size: 15px;
	line-height: 1.4;
}

#bottomlinks {
	background-color: #becbf7;
	height: 19px;
	width: 778px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8491be;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	padding-top:3px;
}
#copyright {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6c76b1;
	text-align: center;
	margin-top: 5px;
}
#copyright a {
	color: #5a6294;
}