@charset "utf-8";
body, p, h1, h2, h3, h4, h5, h6, ol, ul, li {
  margin: 0;
  padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #000;
	margin-top: 16px;
	margin-bottom: 10px;
}
a:link, a:visited {
	color: #FFC;
}
a:hover, a:active {
	color: #096;
}
#outerWrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 980px;
	height: 48px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#contentWrapper {
	width: 980px;
}
#navbar {
	width: 980px;
	height: 24px;
}
#navbar ul {
	list-style-type: none;
	padding-top: 2px;
}
#navbar li {
	display: inline;
	margin-right: 34px;
	margin-left: 2px;
}
#navbar a:link, #navbar a:visited {
	font-size: 14px;
	color: #F90;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	font-size: 14px;
	color: #096;
	text-decoration: none;
}
#pageTitle {
	width: 980px;
	height: 36px;
	margin-top: 20px;
}
#pageTitle h1 {
	font-size: 28px;
	color: #FFF;
	line-height: 120%;
	margin-left: 2px;
	letter-spacing: 4px;
}
#content {
	width: 980px;
	margin-top: 24px;
	margin-bottom: 20px;
}
#content h1 {
	font-size: 28px;
	color: #FFF;
	line-height: 120%;
	margin-right: 24px;
	margin-bottom: 12px;
	margin-left: 2px;
	letter-spacing: 4px;
}
#content h2 {
	font-size: 14px;
	color: #666666;
	line-height: 120%;
	margin-right: 20px;
	margin-bottom: 8px;
}
#content p {
	font-size: 12px;
	color: #FFF;
	line-height: 140%;
	margin-right: 24px;
	margin-bottom: 8px;
	margin-left: 2px;
}
#content ul {
	margin-bottom: 6px;
}
#content li {
	font-size: 12px;
	line-height: 120%;
	margin-left: 44px;
	margin-bottom: 6px;
}
#footer {
	width: 980px;
	height: 20px;
	margin-top: 24px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.copyright {
	font-size: 10px;
	color: #999999;
	margin-left: 10px;
	margin-top: 4px;
	float: left;
}
.author {
	font-size: 10px;
	color: #999999;
	margin-right: 10px;
	margin-top: 4px;
	float: right;
}
.author a:link, .author a:visited {
	font-size: 10px;
	color: #999999;
}
.author a:hover, .author a:active {
	font-size: 10px;
	color: #CC6600;
}
.floatImageLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}
.floatImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	clear: both;
}
#resume  {
	width: 560px;
	margin-left: 2px;
	color: #FFC;
	font-size: 14px;
	border: 1px solid #FFC;
}
#resume h1 {
	font-size: 18px;
	text-align: center;
	line-height: 110%;
	font-weight: normal;
	color: #FFC;
}
#resume h2 {
	margin-left: 0px;
	margin-bottom: 0px;
	text-decoration: underline;
	color: #FFC;
}
#resume td {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}
.redText {
	color: #C00;
}
