
/* Global Formatting Information
 * David Schoonover - david.schoonover@gmail.com
 * ---------------------------------------------------------------- */

@import "local.css";
@import "menu.css";

/* General
 * ---------------------------------------------------------------- */

body {
	margin: 0;
	background-color: #FFFDF0;
}

blockquote {
	border: 0;
	border-left: 1px solid #cccccc;
	margin: 10px;
	margin-right: 20px;
	padding-left: 7px;
	background-color: transparent;
}

.hide {
	display: none;
}
td {	vertical-align: top;}p {	margin-top: 0;	margin-bottom: 1em;}
li {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Text
 * ---------------------------------------------------------------- */


body {
	font-family: verdana, sans-serif;
	font-size: 0.9em;
	text-align: justify;
}

.small {
	font-size: 0.75em;
}

h2 {
	font-family: "century gothic", verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}h3 {	font-family: verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
	border-bottom: 3px solid #FAECCD;}

/* Links
 * ---------------------------------------------------------------- */

a, a:link, a:visited {
	text-decoration: none;
	color: #0074BD;
	border-bottom: 1px solid #dddddd;
}

a:hover, a:active {
	border: 0;
	text-decoration: underline;
}


/* Main Boxes
 * ---------------------------------------------------------------- */

#content {	width: 100%;
}
#footer {	margin-bottom: 30px;	font-size: 0.8em;	text-align: center;
}