body {
	font: "Times New Roman", Times, serif;
	font-size: 12pt;
	background: none;
	margin: .5in;
}

#header {
	padding: 0 0 .25in 0;
}

#breadcrumb {
	background: none;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #333333;
	
}

#content {
	margin: 0;
}

#content a:link, a:visited, a:hover a:active {
	color: grey;
	text-decoration: underline;
}

#content h1 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: #333333;
}

#content h2 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	color: #333333;
}

#content h3 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #333333;
}

/* -----------------------------Contact Form Styles----------------------------- */

#form {		
	margin: 20px 0 20px 0;
	padding: 10px 0 0 0;
	background: #ced8e9;
	border: 1px solid #b5c4de;
	width: 450px;
}

label {
	width: 6em;
	float: left;
	text-align: right;
	margin: 0 1em 1px 0;
	clear: both
} 

.input-box {
	margin-bottom: 10px 
}

.submit-button {
	margin-top: 1em;
	text-align: center;
	clear: both;
}

#navcontainer, #sidebar, #pagetitle, #footer {
	display: none;
}

/* print URLs after link text */
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	}
