@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/bg.gif);
	background-repeat:repeat;
}

img, object {
	border:none;
	margin-left:15px;
	margin-bottom:25px;
}

li {
	list-style:none;
	padding-bottom:10px;
}

#wrapper {
	width:955px;
	margin:0 auto 0 auto;
	background-image:url(../img/bg_content.jpg);
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#header {
	width:auto;
	height:65px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	font-style:italic;
	font-size:30px;
	text-align:left;
	padding-top:50px;
	padding-left:45px;
}

#footer {
	width:auto;
	height:55px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	text-align:center;
	padding-top:22px;
	clear:both;
}

#quote {
	width:615px;
	float:left;
	text-align:left;
	margin-left:45px;
}

#footerSpacer {
	width:50px;
	float:left;
}

#copyright {
	width:185px;
	float:left;
	text-align:right;
	margin-right:55px;
}

#navSpacer {
	width:35px;
	height:auto;
	float:left;
}

#nav {
	width:155px;
	height:auto;
	float:left;
}

#content {
	width:705px;
	float:left;
	padding-left:20px;
	padding-right:40px;
	line-height:1.5em;
}

.textImage {
	width:315px;
	height:236px;
	margin-top:10px;
	margin-left:10px;
	margin-right:20px;
	float:right;
}

.thumbnailImage {
	width:120px;
	height:120px;
	margin-left:15px;
	margin-top:20px;
	float:left;
}

.thumbnailText {
	width:535px;
	min-height:120px;
	float:left;
	margin-top:10px;
}

.tableWrapper {
	padding-top:25px;
	padding-left:15px;
	padding-right:20px;
	padding-bottom:15px;
}

table.contentTable {
/*	border: 6px inset #657fb2;
	-moz-border-radius: 6px;
*/
}

table.contentTable td {
	min-width: 275px;
/*	border: 1px solid black; */
	padding: 0.2em 2ex 0.2em 2ex;
	color: black;
}

table.contentTable tr.d0 td {
	background-color: #d8e2ec;
}

table.contentTable tr.d1 td {
	background-color: #ffffffff;
}

#content h2, h3 {
	border-bottom: #657fb2 1px solid;
	border-right: #657fb2 1px solid;
	margin-left:15px;
	margin-right:20px;
	clear:both;
}

#content h4 {
	margin-left:15px;
	margin-right:20px;
	clear:both;
}

#content p {
	margin-left:15px;
	margin-right:15px;
}

#crumbs {
	width:300px;
	float:left;
	font-size:10px;
	text-align:left;
	margin-left:15px;
	margin-bottom:20px;
}

#pageOptions {
	width:370px;
	float:left;
	font-size:10px;
	text-align:right;
	margin-right:20px;
	margin-bottom:20px;
}

#pageOptions img {
	vertical-align:text-top;
}

#lastModified, .top, .jslink {
	font-size:10px;
	text-align:right;
	margin-right:20px;
	clear:both;
}
