html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img, a, div, tr, td, table, hr {
margin: 0px;
padding: 0px;
border: 0px;
color: #000;
font-weight: normal;
text-decoration: none;
font-family: arial;
}

body {
text-align: center;
background-color: #d2dfec;
background: #d2dfec url('/images/_general/background.jpg') no-repeat top center; 
}

#container {
width: 933px;
margin: 0 auto 0 auto;
text-align: left;
background-color: #fff;
}

/*--------------------- header -------------- */
#header {
text-align: center;
}

#header img {
display: block;
}

/*--------------------- topmenu -------------- */
#topmenu {
width: 100%;
background: #d2dfec url('/images/_general/top-menu-repeat.jpg') repeat-x; 
}

#topmenu ul {
padding: 10px 0 9px 0;
text-align: center;
}

#topmenu ul li {
display: inline;
}

#topmenu ul li a {
padding: 9px 10px 2px 10px;
color: #cedceb;
font-style: italic;
font-size: 14px;
border-bottom: 3px solid #004e97;
margin: 0 30px 0 0;
text-decoration: none;
}

#topmenu ul li a:hover {
border-bottom: 3px solid #cedceb;
}

/*--------------------- breadcrumbs -------------- */
#breadcrumbs  {
font-family: times;
font-size: 12px;
margin: 5px 0 10px 255px;
}

#breadcrumbs a {
font-family: times;
color: #004e97;
text-decoration: underline;
}

/*--------------------- content -------------- */
#content {
width: 520px;
margin: 0 0 0 250px;
padding: 0 0 0 10px;
}


#content h1 {
font-size: 16px;
margin: 15px 0 5px 5px;
color: #CC3300;
}

#content h2 {
font-size: 12px;
font-style: bold;
margin: 13px 0 0 15px;
color: #CC3300;
}

#content p {
padding: 10px 10px 10px 15px;
font-size: 12px;
line-height: 16pt;
color: #484848;
}

#content a:hover {
color: #CC3300;
}

#content ul {
margin: 0 0 0 40px;
}

#content li {
font-size: 12px;
color: #484848;
}

/* used for anchor bookmarks */
#hidden_link {
color: #fff;
margin: 0px;
padding: 0px;
font-size: 1px;
}

#internal_link {
color: blue;
}


/*--------------------- leftcol -------------- */
#leftcol {
float: left;
width: 245px;
border-right: 2px solid #ccc;
border-left: 2px solid #ccc;
}

/*-- links -- */
#leftcol #links {
background: #ffffff url('/images/_general/left-col-top.jpg') no-repeat;
}

#leftcol #links ul {
margin: 0 0 0 15px;
padding: 7px 0 10px 0;
}

#leftcol #links ul li {
list-style-type: none;
}

.main_links a {
display: block;
color: #004e97;
font-size: 13px;
font-weight: bold;
padding: 0 0 0 15px;
margin: 5px 0 10px 10px;
}

.main_links a:hover {
background: url('/images/_general/left-col-button.jpg') no-repeat center left;
color: #198ba7;
}
	
.sub_links a {
display: block;
color: #004e97;
font-size: 11px;
font-weight: bold;
padding: 0 0 0 20px;
margin: 2px 0 10px 15px;
}

.sub_links a:hover {
background: url('/images/_general/left-col-button.jpg') no-repeat center left;
color: #198ba7;
}

#ital {
font-style: italic;
}
	
/*-- trail report --*/
#leftcol #trail_report {
background: #90c4d4 url('/images/_general/left-col-bottom.jpg') no-repeat;
padding: 0 0 10px 0;
}

#leftcol #trail_report h3 {
font-size: 12px;
color: #cedceb;
padding: 2px 0 0 6px;
background: #d2dfec url('/images/_general/left-col-h1.jpg') no-repeat;
}

#leftcol #trail_report #date {
float: left;
font-size: 16px;
color: #b33002;
margin: 10px 0 0 10px;
}

#leftcol #trail_report #info {
font-size: 10px;
font-weight: bold;
color: #198ba7;
margin: 15px 10px 0 110px;
}

/*-- newsletter --*/
#leftcol #newsletter {
background: #90c4d4 url('/images/_general/left-col-bottom.jpg') no-repeat;
padding: 0 0 10px 0;
}

#leftcol #newsletter h3 {
font-size: 12px;
color: #cedceb;
padding: 2px 0 0 6px;
background: #d2dfec url('/images/_general/left-col-h1-2.jpg') no-repeat;
}

#leftcol #newsletter p {
font-size: 13px;
color: #b33002;
margin: 10px 40px 10px 10px;
}

#leftcol #newsletter input {
vertical-align: middle;
margin: 0 0px 0 10px;
}

/*--------------------- rightcol -------------- */
#rightcol {
float: right;
width: 145px;
border-right: 2px solid #ccc;
border-left: 2px solid #ccc;
border-bottom: 2px solid #ccc;
background-color: #fff;
margin: 0 0 0 0;
}

#rightcol h3 {
text-align: center;
font-size: 14px;
background-color: #198ba7;
color: #cedceb;
margin: 0 0 10px 0;
border-bottom: 2px solid #ccc;
}

#rightcol a {
display: block;
text-align: center;
margin: 0 0 14px 0;
}

#rightcol #view_all_sponsors {
font-size: 12px;
color: #004e97;
margin: 20px 0 0 0;
}

#rightcol #view_all_sponsors:hover {
text-decoration: underline;
}

#rightcol #weather {
text-align: center;
margin: 35px 0 2px 0;
}

/*--------------------- footer -------------- */
#footer {
clear: both;
text-align: center;
border: 2px solid #ccc;
}

#footer hr {
color: #004e97;
background-color: #004e97;
height: 20px;
border-top: 2px solid #ccc;
}

#footer img {
display: block;
}

#copy {
text-align: right;
color: #004e97;
font-size: 14px;
background-color: #d2dfec;
padding: 0 0 10px 0;
}

#copy a {
color: #004e97;
font-size: 12px;
font-style: italic;
}