@charset "UTF-8";
body {
	background: #999;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #D7D1D1;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #5A5A5A;
	position: relative;
	height: 158px;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #CCC;
	border-left: 1px solid #666;
    border-right: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
}
.oneColFixCtrHdr #main {
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #CCC;
	border-left: 1px solid #666;
    border-right: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #F8EDDC;
	border-left: 1px solid #444;
    border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}
.oneColFixCtrHdr #footer p {
	background: #555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a {
	outline: none;
}
.clear {
	clear: left;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.image {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}
#title {
	font-size: 1.3em;
	color: #900;
	padding: 5px 0;
}
#resumelinks {
	font-size: .8em;
}
#indexfont {
	color: #444;
}
ul {
	padding-left: 15px;
	list-style: none;
}
li {
	padding-bottom: 7px;
}
