/* Body Styles */
* {
margin: 0;
padding: 0;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303325;
	background-color: #595C4A;
	text-align: center;
	width: 100%;
	line-height: 1.5;
}
img {
	border: 0px;
}
a:link, a:visited {color:#636539;}
a:hover {color: #7A7E68;}
a:active {color: #636539;}

/* 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: #C7CABC;
}
#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.jpg);
	background-repeat: repeat;
	background-color: #444637;
}
#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: #CBCDBF;
}
#bottom {
	position: relative;
	top: 6px;
	width: 100%;
	text-align: right;
	background-color: #CBCDBF;
	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 #CBCDBF;
}
#bottomleft a:link, #bottomleft a:visited {
	display: block;
	color: #FCF7E6;
	padding-left: 8px;
	padding-top: 4px;
	height: 25px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#bottomleft a:hover {
	display: block;
	padding-left: 8px;
	padding-top: 4px;
	height: 25px;
	color: #FCF7E6;
	background-color: #303325;
	font-size: 13px;
	font-weight: bold;
}
#bottomleft a:active {
	display: block;
	padding-left: 8px;
	padding-top: 4px;
	height: 25px;
	color: #FCF7E6;
	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;
}
#text2 {
	position: relative;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#text2 ul {
	list-style: none;
}
.heading {
	width: 100%;
	display: block;
	background-color: #424536;
	height: 33px;
}
.headingtext {
	position: relative;
	top: 3px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #FCF7E6;
	font-size: 18px;
	font-weight: bold;
}
.list {
	margin-left: 20px;
}
.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: #424536;
	clear: both;
}
#footercontained {
	position: relative;
	width: 740px;
	height: 24px;
	background-color: #424536;
	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;
}
.emphasis {
	font-weight: bold;
	font-size: 14px;
}
#text ul {
	margin-left: 20px;
	list-style-type: square;
}
#text li {
	margin-bottom: 10px;
}
