/* e l e m e n t s */

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background: url('img/back.png') repeat-y;
	margin: 25px 0 0 125px;
	width: 525px;
}

a {
	color: #036;
	text-decoration: underline;
}

a:hover {
	background-color: #ccc;
	text-decoration: none;
}

p {
	font-size: 10pt;
	line-height: 160%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	color: #333;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: normal;
	color: #4A6530;
	margin: 0;
}

tr {
	padding-bottom: 15px;
}

td {
	padding: 0 10px 30px 0;
	vertical-align: top;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* I D s */

#nav {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 90px;
}

#navbottom {
	background: url(img/navbottom.png) no-repeat;
	width: 90px;
	height: 11px;
}

#navtop {
	background: url(img/navtop.png) bottom no-repeat;
	width: 90px;
	height: 40px;
}

#nav a {
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background-color: #AEC9A7;
	line-height: 200%;
	display: block;
	padding-left: 15px;
}

#nav a:hover {
	color: #000;
	background-color: #8FB586;
}

/* c l a s s e s */

.formlabel {
	margin-bottom: 0;
}

.formfield {
	margin-top: 0;
	margin-bottom: 20px;
}