* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	background-image: url(images/border.png);
	background-repeat: repeat-y;
	background-position: 300px;
}

p {
	margin-bottom: 1.2em;
	font-size: 1em;
	line-height: 1.4em;
	color: #666;
}

a {
	outline: none;
}

a img {
	border: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

#header {
	padding-top: 12px;
	padding-bottom: 3px;
	background-color: #FFF;
}

#nav {
	width: 300px;
	float: left;
	background-color: #FFF;
	padding-top: 32px;
}

#nav ul {
	list-style-type: none;
	text-align: right;
}

#nav ul li {
	margin-right: 6px;
}
#nav ul ul li a{
	display: block;
	float: right;
	clear: both;
	background-image: none;
	padding: 5px 10px;
	margin-top: 0;
}
#nav ul li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
		display: block;
	float: right;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 13px;
	background-color: #025fd1;
	margin-top: 7px;
}

#nav ul li a:hover {
	background-color: #3f90fc;
}

#nav li.active a {
	margin-right: -6px;
	background-color: #025fd1;
	padding-right: 16px;
}

.logo {
	margin-left: 300px;
}

#content {
	position: relative;
	float: left;
	padding-top: 35px;
	padding-left: 32px;
	width: 500px;
}
#pagewrap {
	background-image: url(images/border.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	float: left;
}
.email {
	font-weight: bold;
	color: #025fd1;
	text-decoration: none;
	font-size: 15px;
	padding: 0;
	margin: 0 0 0 50px;
	display: inline;
}

.email:hover {
	color: #3f90fc;
	padding: 0;
	margin: 0 0 0 50px;
	display: inline;
}
h1 {
	font-size: 26px;
	margin-bottom: 12px;
}

label {
	float: left;
	width: 100%;
	font-size: 12px;
	margin-bottom: 2px;
	position: relative;
	z-index: 1;
}

input, textarea {
	font-size: 14px;
	float: left;
	clear: left;
	width: 460px;
	padding: 5px;
	margin-bottom: 12px;
	border: 1px solid #025fd1;
	position: relative;
}

input:focus, textarea:focus {
	border: 3px solid orange;
	margin-bottom: 8px;
	margin-right: -3px;
	margin-left: -3px;
}

select {
	margin-bottom: 12px;
	float: left;
	clear: left;
	position: relative;
}

textarea {
	height: 75px;
}

#button, #Find {
	padding: 6px;
	background-color: #025fd1;
	color: white;
	font-weight: bold;
	font-size: 14px;
	width: 101px;
	margin-bottom: 21px;
}
