html { height: 100% }

body { 
	background-color: #629080;
	padding: 0; margin: 0;
	height: 100%;
	font: 12px "Arial" sans-serif;
	}
	
h1, h2, h3, h4 {
	padding-top: 10px;
	padding-bottom: 10px; 
	margin: 0;
	font-family: "Georgia" serif;
	color: #000;
	}

a { 
	color: #004990;
	text-decoration: none; 
	}

div#printheader {
	display: none;
	}
div#wrapper {
	padding: 0px; margin: 0px;
	width: 805px;
	}
	
div#sidebar {
	width: 150px;
	float: left;
	}
	
div#sidebar img {
	background-color: #EAE4BA;
	padding-top: 3px;
   	border-bottom: 6px solid #004990;
	}	
div.sidenav a {
	display: block; 
	text-align: left;
	font: bold 10px "Georgia", serif;
	text-transform: upper-case;
   	padding: 5px 5px; 
   	margin: 0 0 0px 0; 
   	text-decoration: none; 
   	color: #eae4ba; 
   	background: #629080;
   	border-bottom: 2px solid #004990;
   }

div.sidenav a:hover {
	color: #629080; 
	background: #eae4ba;
	}

div#content {
	background-color: #fff;
	float: left;
	width: 648px;
	border: 2px solid #004990;
	line-height: 18px;
}

div#content em {
	color: #004990;
	font: bold italic 12px "Georgia", serif;
}

div#content h1 {
	font-size: 18px;
	color: #000;
	letter-spacing: 3px;
	font-variant: small-caps;
	border-bottom: 2px solid #004990;
	}

div#content h2 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	}
	
div#content h3 {
	font-size: 16px;
	font-weight: normal;
	color: #004990;
	}	
	
div#footer {
	background: #629080 url(engaged_in_life.gif) bottom left no-repeat;
	width: 800px;
	height: 120px;
	float: left;
	}

table.fees {
	width: 630px;
	padding: 0; margin: 0;
}

table.fees td {
	border-bottom: 1px solid #629080;
	text-align: right;
}

table.fees td.left {
	text-align: left;
}

table.fees th {
	background-color: #ccc;
}

.addpadd { margin: 10px; }

.textarea {
	padding: 20px;
}

.threecol {
	width: 28%;
	float: left;
	margin-left: 15px;
	margin-right: 22px;
}

.twocol {
	width: 40%;
	float: left;
	margin-left: 15px;
	margin-right: 22px;
}

.lastcol {
	position: relative;
	top: 0;
	width: 29%;
	float: left;
	margin-right: 0px;
}

.small {
	font: 9px "Arial", sans-serif;
	}


a.next { text-decoration: none; padding-left: 20px; padding-right: 20px; }

.address {
	font: 10px "Arial", sans-serif;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	}