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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #542D06;
	background-position: top;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F9F6EB;
	background-image: url(../Images/gif/content_background2.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent  .resume_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #332010;
	margin-bottom: -15px;
	list-style-type: square;
}
.twoColFixLtHdr #header {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/gif/header_background.gif);
	height: 140px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 780px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 100%;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #663300;
}
#mainContent p {
	line-height: 160%;
}
#mainContent  hr {
	color: #A98E6F;
	background-color: #A98E6F;
	height: 1px;
border: none;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -2px;
	background-image: url(../Images/gif/line.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 25px;
}
#mainContent  h1 strong {
	color: #A62020;
	font-weight: bolder;
}
.twoColFixLtHdr #footer {
	background-image: url(../Images/gif/footer_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: auto;
	width: 780px;
	margin-top: auto;
	height: 82px;
}
.twoColFixLtHdr #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #361C03;
	font-size: 80%;
	font-weight: normal;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	background-position: right;
}
#navlist {
	text-align: right;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	display: block;
	padding-top: 60px;
}
#sidebar1 .quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #432203;
	font-style: italic;
	line-height: 125%;
	font-weight: normal;
}
#navlist li {
	display: inline;
	list-style-type: none;
	background-position: right;
}
#navlist a {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#navlist a:link, #navlist a:visited {
	color: #3F2713;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #A62020;
}
#navlist a:hover {
	color: #A62020;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent img {
	border: 5px solid #FFFFFF;
	margin-bottom: 10px;
}
#sidebar1 .source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #361C03;
	font-style: italic;
	text-align: right;
}
#sidebar1 img {
	border: 5px solid #FFF1E7;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-top: 30px;
}
#sidebar1 a {
	font-weight: normal;
	color: #A62020;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -5px;
	background-image: url(../Images/gif/line.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 25px;
}
#mainContent h2 strong {
	color: #A62020;
}
#mainContent a {
	margin-bottom: -10px;
	text-decoration: underline;
	color: #A62020;
	font-weight: bold;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -35px;
	color: #006699;
}
#mainContent .pipe {
	font-weight: bold;
	color: #006699;
}
#sidebar1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #361C03;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	margin-left: 25px;
	margin-right: 25px;
}
#mainContent a:visited {
	margin-bottom: -10px;
	text-decoration: underline;
	color: #451413;
	font-weight: bold;
}
#footer a {
	margin-bottom: -10px;
	text-decoration: underline;
	color: #A62020;
	font-weight: bold;
}
#footer a:visited {
	margin-bottom: -10px;
	text-decoration: underline;
	color: #451413;
	font-weight: bold;
}
#mainContent .quote {
	line-height: 160%;
	font-style: italic;
	font-size: 90%;
	color: #542D06;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8D7356;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 30px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent .source {
	line-height: 160%;
	font-style: italic;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8D7356;
	padding-bottom: 15px;
	margin-right: 30px;
	margin-left: 30px;
}
