body {
     font: 100.01% Verdana, Arial, Helvetica, sans-serif;
     background: #FFBB59;
     margin: 0;
     padding: 0;
     text-align: center;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
#holder {
     border: 1px #900 solid;
     margin: 10px auto 5px;
     padding: 0;
     width: 768px;
     text-align: left;
	 background: #FFF; 
}
#printlogo {
	display: none;
}
#header {
	margin: 0;
	padding: 0;
	background: #0085CC;
	border-bottom: 9px solid #006BAD;
}
#wrapper {
	background: url(images/train_bott.jpg) no-repeat right bottom;
	margin: 0;
	padding: 0 0 5px 0;
}
body#homepg #wrapper {
	background: url(none);
}
#inner {
	background: url(images/wrap_bott.gif) no-repeat left bottom;
	margin: 0;
}
#content {
	color: #666;
	font: .85em/120% Arial, Helvetica, sans-serif;
	padding: 1px 15px 95px;
	background: #BCDFF1 url(images/cont_bott.gif) no-repeat left bottom;
	margin: 15px 300px 0 11px;
}
body#newspg #content { /* this selector can be used if you need to get rid of the news area on any of the pages. Just fix the portion after the body# (octothorpe) */
	margin: 8px 11px 10px 20px;
	background-position: right bottom;
}
body#newspg #news {
	display: none;
}
body#newspg #wrapper {
	background: url(none);
}
body#newspg #inner {
	background-position: right bottom;
	margin-right: 7px;
}
#content a, #content a:visited {
	color: #666;
	text-decoration: underline;
}
#content a:hover, #content a:active, #content a:focus {
	text-decoration: none;
	border-top: dotted 1px #0085CC;
	border-bottom: dotted 1px #0085CC;
	background: #FBEFA0;
	color: #333;
}
#content img.shift {
	margin-bottom: -3px;
	position: relative;
	border: none; /* this removes the default border added to all content images */
}
#content ul {
	list-style: none;
	font-size: 95%;
}
#content li {
	padding-left: 20px;
	background: url(images/dash2.gif) no-repeat 0px 1px;
	margin-bottom: 5px;
}
#content h1, #content h2, #content h3 {
	color: #900;
}
#content h1 {
	font-size: 115%;
	color: #006BAD;
	margin-top: 3px;
}
#content h2 {
	font-size: 110%;
}
#content h3 {
	font-size: 105%;
	letter-spacing: 0;
}
#content img {
	border: 1px solid #0085CC;
}
#content img.none { /* this can be used to remove the border off any image in the content area */
	border: none;
}

/* Right side column */
#news {
	float: right;
	width: 285px;
	padding: 0;
	margin: 0;
	/*border: 1px solid #FCAF1E;*/
	font-size: 90%;
	background: url(images/news_mid.gif) repeat-y left top;
}
/* hide from IE Mac \*/
/** html #news {
	margin-right: 6px;  this deals with a float doubling bug in IE PC
} */
/* hiding over */
#events {
	padding: 0 20px 40px 30px;
	margin: 0;
	background: url(images/news_bott.gif) no-repeat left bottom;
}

#events img {
	border: 1px solid #C82720;
}
#news h3 {
	background: url(images/newshead.jpg);
	padding: 0;
	margin: 0;
	width: 265px;
}
#content h3.nw {
color:#eo5900;
padding:0;
margin:0;
}
#content h3.sw {
color:#006600;
padding: 0;
margin:0;
}
#content h3.ne {
color:#0085cc;
padding: 0;
margin:0;
}
#content h3.se {
color:#fdbd47;
padding: 0;
margin:0;
}
#content p {
padding: 0 0 20px;
margin:0;
}

#news p, #news ul {
	margin: 5px 5px 10px;
	padding: 0;
	font-size: 0.8em;
	color: #666;
	list-style: none;
}
#news li {
	margin-bottom: 10px;
}
#news li span, #news p span {
	color: #900;
	margin-right: 4px;
	font: 350%/0% "Trebuchet MS", Skia, "Lucida Grande", Verdana, sans-serif;
}
#news a, #news a:visited {
	color: #666;
	text-decoration:  underline;
	font-weight: bold;
}
#news a:hover, #news a:active, #news a:focus {
	text-decoration: none;
}
#news img a {
	border: none;
	text-decoration: none;
}
#footer {
	background: #C82720;
	margin: 0;
	padding: 5px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 70%;
	color: #D0A34B;
	text-align: center;
}
/*#footer a { there don't seem to be any links in the footer?
	color: #D0A34B;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FC3;
	text-decoration: none;
}*/
#credit {
	margin: 0 auto;
	padding: 0;
	color: #C82720;
	font-size: 65%;
	width: 768px;
}
#credit p {
	text-align: right;
	margin: 0 5px;
	padding: 0;
}
#credit a, #credit a:visited {
	color: #C82720;
	text-decoration: underline;
}
#credit a:hover, #credit a:active, #credit a:focus {
	text-decoration: none;
}
.imgfltrt { /* this allows you to float an image right and have it outlined */
	float: right;
	margin-left: 5px;
	border: 1px solid #900;
}
.fltrt {
	float: right;
	margin-left: 5px;
}
.fltlft {
	float: left;
	margin-right: 5px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.center {
	text-align: center;
}
/* form styles */
#content form {
	border: 1px solid #0085CC;
	width: 380px;
	margin-left: 9px;
	padding: 10px 5px 10px;
}
#content form input, #content form textarea {
	color: #0085CC;
	border: 1px solid #0085CC;
	padding: 1px;
	background: #FEEFD3;
}
#content form input:focus, #content form input:active, #content form textarea:focus, #content form textarea:active {
	background-color: #0085CC;
	color: #FFF;
}
.blueText {
 	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #0085CC;
	font-weight:bold;
}
.blueTextCtr {
 	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #0085CC;
	font-weight:bold;
	text-align:center;
}

