/* Body Styles */
* {
margin: 0;
padding: 0;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303325;
	background-color: #B58E72;
	background-image: url(images/pgbgnd.gif);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	line-height: 1.5;
}
img {
	border: 0px;
}
a:link, a:visited {color:#944B15;}
a:hover {color: #562B0A;}
a:active {color: #944B15;}

/* Top Header*/
#top {
	position: relative;
	width: 100%;
	height: 287px;
	background-image: url(images/bgndtop.gif);
	background-repeat: repeat-x;
}
#topmain {
	position: relative;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	height: 287px;
	background-color: #A78F7D;
}
#topleft {
	position: relative;
	float: left;
	width: 231px;
	height: 287px;
}
#topright {
	position: relative;
	float: right;
	width: 509px;
	height: 287px;
}
#topborder {
	position: relative;	
	width: 509px;
	height: 33px;
	background-image: url(images/bgnd.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#topname {
	position: relative;
	top: 5px;
	width: 509px;
	height: 65px;
	text-align: right;
	background-color: #FFFFFF;
}
#topphoto {
	position: relative;
	margin-top: 11px;
	text-align: right;
	width: 509px;
}
/* Bottom Section*/
#main {
	position: relative;
	top: 0px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-color: #A78F7D;
	left: -1px;
}
#bottom {
	position: relative;
	top: 6px;
	width: 100%;
	text-align: right;
	background-color: #ffffff;
	background-image: url(images/bgndbottom.gif);
	background-repeat: repeat-y;
}
#bottomleft {
	position: relative;
	float: left;
	width: 231px;
	text-align: left;
}
#bottomleft ul {
	list-style: none;
}
#bottomleft li {
	position: relative;
	width: 230px;
	border-bottom: 1px solid #A87650;
}
#bottomleft a:link, #bottomleft a:visited {
	display: block;
	color: #FFFFFF;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#bottomleft a:hover {
	display: block;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	background-color: #532707;
	font-size: 13px;
	font-weight: bold;
}
#bottomleft a:active {
	display: block;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#bottomright {
	position: relative;
	float: right;
	width: 502px;
	text-align: center;
}
#text {
	position: relative;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.heading {
	width: 100%;
	display: block;
	background-color: #793B0D;
	height: 33px;
}
.headingtext {
	position: relative;
	top: 3px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.list {
	margin-left: 35px;
}
.list ul {
	list-style: square;
}
#table, #table td {
	vertical-align: top;
	padding: 3px;
	border: 1px solid #424536;
	font-size: 10px;
}
.tabletitle, .tabletitle td {
	background-color: #CBCDBF;
	color: #424536;
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
}
#resumetop td {
	vertical-align: top;
}
/* Footer */
#footerwide {
	position: relative;
	width: 100%;
	height: 24px;
	background-color: #793B0D;
	clear: both;
}
#footercontained {
	position: relative;
	width: 740px;
	height: 24px;
	background-color: #793B0D;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
}
#footertext {
	text-align: right;
	margin-right: 30px;
	padding-top: 3px;
}
#footercontained a:link, #footercontained a:visited {text-decoration: none; color: #FFFFFF;}
#footercontained a:hover {text-decoration: none; background-color: #FFFFFF; color: #999999;}
#footercontained a:active {text-decoration: none; color: #FFFFFF;}
/* Text Styles*/
h1 {
	color: #424536;
	background-color: #CBCDBF;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	width: 100%;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.orange {
	color: #944B15;
	font-weight: bold;
	font-size: 12px;
}
.booktitles {
	background-color: #944B15;
	color: white;
	font-weight: bold;
	padding: 3px;
}
.bookdividers {
	border-bottom: 1px dotted #666666;
	padding: 3px;
	text-align: left;
}
.bookdividers ul {
	margin-left: 20px;
}
.nomarg ul {
	margin-left: 20px;
}
.floatlft {
	float: left;
	margin-right: 10px;
}
#bottomright ul {
	margin-left: 20px;
}