/* CSS Document */
body {
	background: #030;
	color: #000;
	margin: 0px;
	padding: 0;
}
body, td {
	font-family: arial, helvetica;
	font-size: 12px;
}

a {
	color: #030;
	text-decoration: none;
}
a:visited {
	color: #093;
}
h2 {
	font-size: 160%;
}
h3 {
	color: #000;
}
h5 {
	text-indent: -9999px;
}
h4 {
	font-size: 140%;
}
th {
	background: #f6f6f6;
}

.main-wrapper {
	padding: 5px;
	background-color: #FFF;
}
.main {
	margin: 0 auto;
	width: 720px;
}
.nav {
	clear: left;
}
.nav img {
	margin: 0;
}

caption {
	text-align: left;
	padding-bottom: 0.5em;
	font-weight: bold;
	font-size: 130%;
}
.border {
	border: 2px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	padding: 0.5em;
}
.footertext {
	font-size: 90%;
	color: #999;
}
.larger {
	font-size: 130%;
}
.smaller {
	font-size: 80%;
}
table.smaller td {
	font-size: 110%;
}
table.smaller caption {
	font-size: 150%;
}

.unbold {
	font-weight: normal;
}
.bumpup {
	font-size: 110%;
}
.blue {
	color: #0000CC;
}
.green {
	color: #009900;
}

.bold {
	font-weight: bold;
}
.smallcaps {
	font-variant: small-caps;
}
.underline {
	text-decoration: underline;
}
tr.table-headers {
	display: none;
}
table#project-summary td {
	vertical-align: top;
	border-bottom: 2px solid #ccc;
}
table#project-summary td table td {
	border: none;
}
.footerlinks, .headerlinks {
	border-top: 2px solid #eee;
	padding: 5px 0;
	color: #333;
	font-size: 95%;
	padding-left: 0.5em;
	background: #f6f6f6;
}
.footerlinks a, .headerlinks a {
	margin: 0 3px 0 0;
}
.headerlinks {
	border-bottom: 2px solid #eee;
}
ul.footerlinks, ol.footerlinks {
	margin-left: 0;
	padding: 5px 0 0 2em;
}
ul.footerlinks li, ol.footerlinks li {
	float: left;
	border-right: 1px solid #999;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 5px;
	/* list-style-position: inside; */
}
ul.footerlinks li.last, ol.footerlinks li.last {
	border-right: 0;
}

ul.resume {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}

.product_header {
	font-weight: bold;
	color: #0033FF;
}

a.email-button {
	display: block;
	padding: 5px;
	width: 250px;
	text-align: center;
	color: #FFF;
	background-color: #040;
	border-top: 3px solid #696;
	border-left: 3px solid #696;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}

/* Footer -------------------------------------------------------------------- */
.footer-info {
	font: 24px "Times New Roman", Times, serif;
	text-align: center;
	color: #FFF;
}
.footer-info a {
	color: #FFF;
}

.copyright {
	font-size: 9px;
	text-align: center;
	padding-bottom: 10px;
}
.copyright, .copyright a {
	color: #85A585;
}

