﻿/** CONTENT */

#top {
	float: left;
	width: 930px;
	padding: 0px 20px 40px 20px;
}

#left {
	float: left;
	width: 450px;
	padding: 0px 10px 30px 25px;
}

#right {
	float: right;
	width: 445px;
	padding: 0px 25px 30px 15px;
}

#bottom {
	float: left;
	width: 930px;
	padding: 0px 20px 20px 20px;
}
	
table {
	width: 100%;
	border-collapse: collapse;
}

caption {
	text-align: right;
	font-size: 0.9em;
	color: #666666;
	padding-right: .2em;
	padding-bottom: .3em;
}

td,th {
	text-align: center;
	border-width: 0;
	font-size: 1em;
	padding: 2px;
}

th {
	background: url(images/th_bg.gif) no-repeat left top;
	text-align: left;
	color: white;
	border-color: #14556b;
}

tr.alt td {
	background: url(images/td_bg.gif) no-repeat left top;
}

/** DESIGN **/
tr.adj td {
	padding: 5px;
	text-align: justify;
}

.left {
	text-align: left;
	padding: 3px 2px 3px 8px;
}

.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #993399;
	padding-bottom: .35em;
	text-decoration: underline;
}
.cap {
	color: #333333;
	font-size: .75em;
	font-weight: normal;
	text-decoration: none;
}

.indent {
	margin-left: 40px;
}

.picright {
	padding-top: 5px;
	padding-left: 10px;
}
	
.picleft {
	padding-top: 5px;
	padding-right: 10px;
}

.postoffice {
	padding-right: 10px;
	border-width: 0;
}

	
