* {
	padding: 0;
	margin: 0
}

html {

}

body {
	font-family:Times New Roman,Times,serif;
	line-height: 1.8em;
}

a {
	color:#82AFB6;
}



#Page-Wrapper {
	background: #82AFB6 url('../cssimg/Navigation-Background.gif');
}

#Header-Wrapper {
	background: #82AFB6 url('../cssimg/Header-Image.gif') no-repeat left 0;
	border-bottom: 8px solid #575a5d;
	height: 130px;
}

#Navigation-Wrapper {
	background: #82AFB6 url('../cssimg/Navigation-Background.gif');
	width: 200px;
	float:left;
}

#Navigation-Top {
	background:  url('../cssimg/Navigation-Top.gif') no-repeat top right;
	width: 200px;
	height: 40px;
}

#Navigation {
	width: 206px;
}

#Navigation .padding{
	padding: 0 0 0 10px;
}

#Navigation-Spacer {
	height: 4px;
	background: #fff !important;
}

#Navigation-List li{
	padding: 4px 30px 4px 7px;
	background: #fff;
	text-align:right;
}

#Navigation-List li.first{
	padding-top: 5px;
	background: #fff;
	text-align:right;
}

#Navigation-List li span{
	border-color:white black black white;
	border-style:solid;
	border-width:1px;
	display:block;
}

#Navigation-List a{
	background: #999 url('../cssimg/Link-Background.gif') repeat-y center 0;
	display: block;
	color: #000;
	text-decoration: none;
	padding:1px 5px;
	text-decoration:none;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#Navigation-List a:hover{
	background: #bbb url('../cssimg/Link-Background.gif') repeat-y center -40px;
}

#Sub-Navigation-List {
}

#Sub-Navigation-List li, li.level2{
	padding: 0 30px 1px 0px !important;
}

#Sub-Navigation-List li span{
}

#Sub-Navigation-List a, .level2 a{
	display: block !important;
	color: #82AFB6 !important;
	padding:0px 5px 1px !important;
	text-decoration:none !important;
	font-size: 1.0em !important;
	font-weight:normal !important;
	background: transparent !important;
}

#Sub-Navigation-List a:hover, .level2 a:hover{
	text-decoration: underline !important;
	background: transparent !important;
}

#Content-Wrapper {
	border-left: 1px solid #82AFB6;
	overflow:auto;
	background: url('../cssimg/Navigation-Background-Right.gif') repeat-y 127px 0;
}

#Content {
	margin: 0 0 0 200px;
	background: #fff;
}

#Content h1 {
	color:#82AFB6;
	font-size:1.9em;
	font-style:italic;
	font-weight:bold;
	padding-bottom: 15px;
}

#Content h2 {
	color:#575a5d;
	font-size:1.5em;
	font-weight:bold;
	padding-bottom: 15px;
}

#Content p {
	font-size:1.4em;
	padding-bottom: 15px;
}

#Content ul {
	margin: 0 0 0 35px;
	list-style:disc;
}

#Content li {
	font-size:1.4em;
	padding-bottom: 10px;
}

#Content .padding{
	padding: 45px 40px 25px 0;
	width:720px;
}

#Content td{
	padding: 3px;
}

.Bio-Image {
	float: right;
}

#Footer-Wrapper {
	text-align: left;

}

#Footer-Wrapper .padding{
	padding: 25px 40px 25px 0;
	width:720px;
}

#Footer-Wrapper p {
	font-size:1.0em;
	padding-bottom: 5px;
}

#Show-Navarro {
	display: none;
}

.Terry #Show-Navarro {
	display: block;
}

