html {
	margin: 0;
	padding: 0;
}
body {
	background: transparent none repeat-y center center;
	color: #000;
	text-align: center;
	font: 76%/142% Helvetica, Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}
div#container {
	width: 950px;
	background: transparent none;
	text-align: left;
	margin: 0 auto;
        padding:0px!important; /*this padding hack fixes things */
	background-position: left;
	background-repeat: repeat-y;
}

div#innercontainer {
	background: transparent none;
	background-position: right;
	background-repeat: repeat-y;
}
a img {
	border: none;
}

table {
	width: 99%;
	font-size: 100%;
}

hr {
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0;
	padding: 0;
}

div#footer {
	clear: both;
}


/* Generalized Classes */

.small {
	font-size: 92%;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

div.clear {
	clear: both;
	height: 1px;
	font: 1px/1px sans-serif;
}

p {
	font-size: 100%;
}
ul, ol {
	font-size: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
li {
	padding: 0px;
	font-size: 100%;
}
li li {
	font-size: 92%;
}
ul {
	margin-left: 15px;
	list-style-type: square;
}
ol {
	margin-left: 27px;
	list-style-type: decimal;
}
a, a:active, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
td.link {
	width: 1%;
	height: 16px;
	text-align: center;
}
td.colon {
	width: 5%;
	height: 16px;
	font-size: 92%;
	font-weight: bold;
	text-align: center;
	color: #96885f;
}
td.end {
	width: 3%;
	height: 16px;
}
.bold {
	font-weight: bold;
}
.allcaps {
	text-transform: uppercase;
}
.small {
	font-size: 92%;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}


div.floatleft {
	clear: none;
	float: left;
}
div.floatright {
	clear: none;
	float: right;
}
div.clear {
	clear: both;
	height: 1px;
	font: 1px/1px sans-serif;
}

/* skip */

a#skip {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* content */


	div#content span.date a {
		font-size: 85%;
		margin-top: 5px;
		padding: 0;
	}

	div#content ul {
		list-style: disc;
		margin: 0 0 0 35px;
	}

		div#content ul li, div#content ol li {
			padding: .2em 0;
		}

		div#content li ul li {
			padding: 0;
                        margin: 0;
		}
	
	div#content blockquote {
		padding: 0 0 0 15px;
		border-left: 1px solid #ebe8e3;
		margin: 0 0 2em 0;
	}

	div#content hr {
		height: 1px;
		background-color: #ebe8e3;
		color: #ebe8e3;
		padding: 0;
		border: none;
		margin: 3em 0;
	}

div#content a, div#content a:link, div#content a:active, div#content a:visited {
	                        text-decoration: none;
				color: #690a0a;
				font-weight: normal;
				border: none;
				}

div#content a:hover {
	color: #907f46;
}

div#content img {
	border: none;
}

div#content img.right {
	border: 3px solid #907f46;
	margin: 0 .3em 1em 1em;
        float: right;
}

div#content img.left {
	border: 3px solid #907f46;
	margin: 0 1em 1em 0;
        float: left;
}

	div#content a img {
		border: 3px solid #d9d3c3;
	}

	div#content a:hover img {
		border-color: #907f46;
	}

div#contact {
	margin: 0px;
	padding: 6px 0 15px 0; 
}
div#contact p {
	margin: 0px;
	padding: 0px;
}
div#contact p.name {
	font-weight: bold;
	color: #907f46;
}

div#content div.person-results {
		margin: 22px 0;
	}
div#content div.person-results img {
		margin: 5px 20px 20px 0;
                width: 80px;
                height: 107px;
	        border: 3px solid #907f46;
	}


div#right {
	display: block;
	float: right;
	clear: right;
	width: 12px;
}

/* Footer */

div#footer {
	font: 92% Arial, Verdana, Trebuchet MS, sans-serif;
	padding: 2em 2em 12em 2em;
}

	div#footer-wrapper {
		background: #4b4b4b url() repeat-x left top;
		padding: 20px 0;
	}

		div#footer {
			text-align: left;
			margin: 0 auto;
		}

div#footer a {
	color: #aaa;
	border: none;
}

div#footer a:hover {
	color: #fff;
	background-color: transparent;
}

div#global-footer-links {
	width: 700px;
	float: left;
}

div#global-footer-links ul {
	clear: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

	div#global-footer-links ul li {
		float: left;
		margin: 0 .5em;
	}

		div#global-footer-links ul li a {
			display: block;
			padding: .3em .4em .4em 0;
		}
div#footer-links {
	width: 700px;
	float: left;
}

div#footer-links ul {
	clear: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

	div#footer-links ul li {
		float: left;
		margin: 0 .5em;
	}

		div#footer-links ul li a {
			display: block;
			padding: .3em .4em .4em 0;
		}

div#footer-contact {
	float: right;
	text-align: right;
	width: 200px;
}

	div#footer-contact span {
		display: block;
		color: #fff;
		margin: .3em 0 .5em 0;
	}

	div#footer-contact span.name {
		color: #938248;
		font-weight: bold;
	}

	
div#closing {
	clear: both;
	color: #aaa;
	font-size: 92%;
	padding-top: 3em;
}
