body {
	font-size: 13px;
	line-height:1.5em;
	color: #35362e;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	background-position: left top;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fdfef9;
	text-align:center;
}

a img {
border:0;
}

fieldset {
border:0;
}
a {
	color: #30787a;
	text-decoration:none;
	font-weight:bold;
}


#container {
	margin: auto;
	position:relative;
	text-align:left;
	overflow:hidden;
	width: 820px;
}

* {
	padding: 0px;
	margin: 0px;
}

#header {
	width: 820px;
	padding-top: 15px;
	height: 113px;
	overflow:hidden;
}

.content {
margin-top:20px;
}

h1, h2, h3, h4 {
	border-bottom-color: #383931;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin:10px auto;
	width:auto;
	padding-bottom: 10px;
	width:100%;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-align: center;
}

a.current, a.active {
color:#ff0000;
}

.headerAccent {
	font-size: 75%;
	font-variant: normal;
	font-family: inherit;
	color: #30787a;
	font-style:italic;
}

.left {
float:left;
margin-right:10px;
margin-bottom:10px;
}

.content1 {
margin-left: 380px;
}
.content2 {
margin-right:470px;
}

.right {
float:right;
margin-left:10px;
margin-bottom:10px;
}

hr.clear {
border:0;
height:0;
color:0;
clear:both;
background:none;
}

.stripNavR, .stripNavL {
display:none;
}

.stripNav li  {
margin-top:70px;
font-size:14px;
text-align:center;
color: #f2ecb9;
margin-right:7px;
text-transform:uppercase;
padding-right:7px;
display:inline-block;
float:left;
border-right:1px solid #7d4e27;
}

.stripNav li a {
color: #f2ecb9;
}

.stripNav {
position:absolute;
left:365px;
top:28px;
width:490px;
height:50px;
}

.stripNav li a.current {
color:#3f758c;
}
.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 820px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 1300px;
			clear: both;
		}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 820px; /* Also specified in  .stripViewer  above */
		}

.button {
width:210px;
height:21px;
padding:15px 5px;
text-align:center;
background: url('images/button.gif');
margin:5px auto;
font-style:normal;
margin-bottom:10px;
font-weight:bold;
color:#383931;
font: 16px Georgia, Times, serif;
}

input {
display:block;
}

input.text {
border:1px solid #000000;
margin:10px auto;
background:#ffffff;
font-size:18px;
width:250px;
padding:3px;
}

input.button {
width:224px;
height:54px;
text-align:center;
background: url('images/button.gif');
margin:5px auto;
font-style:normal;
margin-bottom:10px;
font-weight:bold;
color:#383931;
border:0;
font: 16px Georgia, Times, serif;
}

.button a {
color: #383931 !important;
}

.center {
text-align:center;
}

.quickInfo {
text-align:center;
color: #30787a;
font-style:italic;
}
p {
margin-bottom:1em;
}

#navigation {
margin-left:320px;
}
.panel {
margin-top:20px;
}

#navigation ul li {
margin-top:70px;
font-size:13px;
text-align:center;
color: #f2ecb9;
margin-right:5px;
padding-right:5px;
display:inline-block;
float:left;
border-right:1px solid #7d4e27;
}

li.last {
border:0;
border-right:0;
}


.largeType {
font:16px Georgia;
}

.itemTitle {
font:16px Georgia;
margin-bottom:10px;
padding-bottom:10px;
padding-left:20px;
display:block;
background: url('images/ext.gif') no-repeat top left;
color: #30787a;
cursor:pointer;
border-bottom:1px dotted #888888;
}

#navigation ul li a {
color: #f2ecb9 !important;
}

.panel ul li {
margin-left:18px;
margin-bottom:.5em;
padding-left: -18px;
}

ul {
margin-bottom:1em;
}