@charset "utf-8";

body {
	font: 90%/1.4 Georgia, "Times New Roman", Times, serif;
	background: url(../images/back_bottom_06.gif) top repeat;
	margin: 0;
	padding: 0;
	color: #333;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
}

.container {
	width: 960px;
	margin: 0 auto;	
	background: #fbfbf6;	
	border-left: 1px ridge #444444;
	border-right: 1px groove #444444;
}

.content {
	width: 912px;
	padding: 24px 24px 48px 24px;	
}

.columnleft {
	width: 600px;
	float: left;
	margin-bottom: 25px;
}

.columnright {
	width: 300px;
	float: right;
	padding-left: 12px;
}

.header {
	border-bottom: 2px solid #900;	
	background: #600;
}

.headertext {
	width: 960px;
	margin: 0 auto;	
	font-size: 16px;
	font-weight: bold;
	color: #fbfbf6;
	padding: 15px 0 15px 25px;
}

.footer {
	height: 60px;
	border-top: 1px solid #333;	
	background: #808080;
}

.footcopynote {
	float: right;
	color: #fff;
	margin: 10px 175px 0px 0px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #600;
}

h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0px;
}

.byline {
	font-size: 14px;
	font-style: italic;
	color: #600;
}

.pubdate {
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 10px;
}

p.bigtype {
	font-size: 18px;
}

p.medtype {
	font-size: 16px;
}

.trailindex {
	padding-left: 25px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}

.trailindex img {
	margin-right: 5px;
	vertical-align: middle;
}

.trailindex ul {
	margin-top: 10px;
	margin-bottom: 10px;	
}

.trailindex ul li {
	margin-left: 30px;
}

#gallery {
	width: 600px;
	height: 360px;
	margin-bottom: 15px;
	
}

a:link {
	color: #369;
	text-decoration: none; 
	border-bottom: 1px dotted #369;
}

a:visited {
	color: #369;
	text-decoration: none;
	border-bottom: 1px dotted #369;
}

a:hover, a:active, a:focus { 
	color: #600;
	text-decoration: none;
	border-bottom: 1px dotted #600;	
	-moz-outline-style: none;	
}
