body {
margin: 0;
padding: 0;
color: #000;
background-position: center center;
background-color: #fff;
font-size: 14pt;
background-image: url('http://tenehawk.com/images/layout/Hawk_Silver2.png');
background-repeat: no-repeat;
background-attachment: fixed;
}
img {
	border: 0;
	padding: 5px;
}
hr {
	color: #356BA2;
	height: 4pt;
	noshade;
	background-color: #356BA2;
}
h2
{
	/* Have to set height to show cross-bar */
	height: 50px;
	/* Width set here, but needs to be overridden in-virto */
	width: 170px;
	/* Align text over image */
	line-height: 35px;
	padding-left: 30px;
	background-image: url('http://tenehawk.com/images/layout/heading2.png');
	background-repeat: no-repeat;
	color: #000;
	font-size: 22pt;
	letter-spacing: 1px;
}

h3
{
	/* Have to set height to show cross-bar */
	height: 50px;
	/* Width set here, but needs to be overridden in-virto */
	width: 170px;
	/* Align text over image */
	line-height: 35px;
	padding-left: 30px;
	background-image: url('http://tenehawk.com/images/layout/heading2.png');
	background-repeat: no-repeat;
	color: #000;
	font-size: 16pt;
	letter-spacing: 1px;
}

#header {background-color: transparent;}

#nav {
	position: absolute;
	text-align: center;
	margin-left: -15px;
	top: 80px;
	left: 15px; /* was 15 */
	width: 175px;
	background-color: #CCCCCC;
	font-size: 12pt;
	background-color: transparent;
}
#nav ul { list-style: none; margin-left: 1em; padding-left: 0; background-color: transparent; }

#nav li {font-size: 120%; border-bottom: 1px dotted #123; margin-bottom: 0.3em; background-color: transparent;}

#nav a:link, #nav a:visited { text-decoration: none; color: #31639C; opacity:.9; background-color: transparent;}

#footer a:link, a:visited { text-decoration: none; color: #31639C; opacity:.9; background-color: transparent;}

#footer a:hover {color: #000000;}

#nav a:hover {color: #000000;}

#content{margin-left: 225px;}

h1{ font: 150% Georgia, "Times New Roman", Times, serif;}

#content p{ font-size: 105%; line-height: 1.6em; padding-left: 1.2em; opacity:0.8; }

#content a:link, #content a:visited { text-decoration: none; color: #051BC1; opacity:.9; background-color: transparent;}

#footer {
clear: both;
margin: 0;
font-size: 80%;
padding-top: 1em;
text-align: right;
color: #000;
background-color: transparent;
}
#wrapper {
position: relative;
margin-left: auto;
margin-top: 10px;
margin-right: auto;
text-align: left;
width: 1000px;
background-color: transparent;
}

ul
{
text-indent: 2px;
padding: 0px;
margin: 2px;
list-style-type: square;
list-style-position: inside;
}

label{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input{
margin-left: 4.5em;
font: 105% Georgia, "Times New Roman", Times, serif;
}

input{
color: #000;
background: #FFF;
border: 1px solid #356BA2;
font: 105% Georgia, "Times New Roman", Times, serif;
}

textarea{
color: #000;
background: #FFF;
border: 1px solid #356BA2;
font: 105% Georgia, "Times New Roman", Times, serif;
}

.submit input{
color: #000;
background: #FFF;
border: 2px outset #356BA2;
}

fieldset{
border: 1px solid #356BA2;
width: 20em;
}

legend{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
} 