/* ==== FONTS & HEADERS ==== */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #993300;
	
	margin: 0px;
	padding-top: 6px;
	margin-bottom: .5em;
	
	border-bottom: 1px dashed #993300;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #003300;
	
	margin: 0px;
	padding-top: 11px;
	margin-bottom: .5em;
	
	border-bottom: 1px dashed #006600;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #302219;
	
	margin: 0px;
	padding-top: 15px;
	margin-bottom: .5em;
	
	border-bottom: 1px dashed #006600;
}

a:link, a:active, a:visited {
	color: #006600;
}

a:hover {
	color: #006699;
}

.error {
	color: #FF0000;
}

.content-left .contactBlock {
	font-size: 11px;
	color: #000000;
	
	clear: both;
}

.content-left .contactBlock img {
	margin: 1px;
	margin-right: 5px;
}

/* ==== LAYOUT COMPONENTS ==== */
.content-left {
	float: left;
	width: 305px;
}
.content-left-i {
	text-align: left;
	
	margin-left: 6px;
	margin-right: 5px;
}

.content-right {
	float: right;
	width: 435px;
}
.content-right-i {
	text-align: left;
	
	margin-right: 15px;
	margin-left: 12px;
}

.menu ul {
	list-style: none;
	padding-left: 12px;
	margin-left: 5px;
}

/* ==== CONTACT BLOCK ==== */
.contactBlock {
	font-size: 10px;
}

.data-display th {
	vertical-align: top;
}
