h1 {
	font-family: Optima, "Times New Roman", serif;
	font-size: 48px;
	color: #94907d;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	margin: 20px 0px 20px 0px;
}

h2 {
	color: #0c4467;
	font-size: 18px;
	text-transform: uppercase;
}

h3 {
	color: #2e6689;
	font-size: 14px;
}

#content {
	color: #403b20;
}

#content > p:first-child + p {
	font-size: 16px;
}

#content ul {
	margin-left: 40px;
}

	#content ul li {
		list-style-type: disc;
	}
	
		#content ul li ul li {
			list-style-type: circle;
		}

#content a:link, 
#content a:visited, 
#content a:hover, 
#content a:active {
	color: #0c4467;
	text-decoration: none;
	border-bottom: 1px dashed #0c4467;
}

#content a:hover {
	border-bottom: 1px solid #0c4467;
}

.photo-right {
	float: right;
	margin-left: 12px;
	border: 3px solid #0c4467;
}

.aside {
	padding: 12px;
	background-color: #cecece;
}

.listing {
	font-size: 12px;
}

	.listing td {
		padding: 3px 6px 3px 6px;
		border: 1px solid #666666;
		background-color: white;
	}
	
	.listing tr:first-child > td:first-child {
		border-top: 1px solid #666666;
	}
	
	.listing tr:last-child > td:first-child {
		border-bottom: 1px solid #666666;
	}
	
	.listing tr > td:first-child {
		font-weight: bold;
		background-color: #666666;
		color: white;
		border-bottom: 1px solid white;
	}
	
	#content .listing tr > td:first-child a {
		color: white;
		border-color: white;
	}
	
	.listing tr td + td + td {
		font-style: oblique;
	}

.portfolio-item {
	font-size: 12px;
	text-align: center;
	float: left;
	width: 150px;
	padding: 10px;
	float: left;
}

	.portfolio-item div {
		height: 120px;
	}

	.portfolio-item img {
		border: 1px solid #666666;
	}
	
.highlight {
	font-size: 1.3em;
	color: #605A28;
	font-style: oblique;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

form {
	font-size: 12px;
}

.borderless {
	border: 0px !important;
}