/* STYLE */

/* RESET! */

html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, blockquote, th, td { margin: 0; padding: 0; }
fieldset, img, abbr, acronym { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background: #065f99;
}

p, ol, ul, blockquote, dl {
	font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif;
	color: #555;
	font-size: 1.2em;
	line-height: 1.5em;
}

h3 {
	font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif;
	color: #069;
	font-size: 1.5em;
	padding: 10px 0 3px 0;
}

a {
	color: navy;
}

a:hover {
	color: #c00;
	text-decoration: none;
}

#tbl-form td {
	margin-right: 10px;
}

html body.beyond #content-copy ul li {
	list-style: square;
}

#wrapper-h {
	width: 778px;
	margin: 70px auto;
	border: 1px solid #000;
	background: #fff url(/_images/_rotate/rotate.php) no-repeat;
}

#wrapper {
	width: 774px;
	margin: 5px auto;
	border: 1px solid #000;
	background: #fff;
	position: relative;
	overflow: hidden;
}

/* NAV */

#nav {
	margin-top: 20px;
	width: 160px;
	height: 280px;
	background: url(/_images/hor_line_nav.gif) no-repeat 0 100px;
	float: left;
}

#nav .nav-top {
	margin-left: 11px;
	border-left: 1px solid #e1a48b;
	padding-bottom: 40px;
}

#nav .nav-top p {
	margin: 0;
	padding: 5px 0;
}	

#bottom-nav {
	height: 34px;
	background: #3399ff;
	clear: both;
}

#tiernav {
	background: #065f99;
	padding-left: 165px;
}

#content {
	width: 609px;
	float: right;
	background: url(/_images/content_vert_line.gif) no-repeat 0 130px;
}

#content-copy {
	padding: 0 25px 20px 5px;
}

.topImg {
	padding: 7px 0 15px 0;
}
.contentHdr {
	padding: 0 0 0 2px;
}

#footer {
	background: #044874;
	height: 35px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 12px 0 0 10px;
	font: .95em/.95em normal Arial, Verdana, sans-serif;
	color: #fff;
}

#bio-head {
	margin: 0 0 0 150px;
	border-left: 1px solid #000;
	padding-left: 10px;
}



