body {
 margin: 0px;
 padding: 0px;
 background-color: white;
 font-family: Tahoma, Arial;
 font-size: 12px;
 color: black;
}

#header {
 background-color: #c35e02;
 background-color: #c45d01;
 height: 122px;
 background-image: url(../_media/images/header.jpg);
 background-repeat: no-repeat;
}

#headermenu {
 color: white;
 background-color: #015c3d;
 padding: 1px 20px 2px 20px;
 font-family: Tahoma, Arial;
 font-size: 12px;
 font-weight: normal;
 text-align: right;
}

#headermenu a {
 color: white;
 text-decoration: none;
}

#contentframe {
 border-spacing: 0px;
 width: 100%;
 height: 500px;
}

#contentframe td {
 vertical-align: top;
 padding: 20px;
}

#leftcolumn {
 background-color: #c45d01;
 width: 130px;
 font-family: Tahoma, Arial;
 font-size: 12px;
 color: white;
}

#leftcolumn a {
 color: white;
 font-weight: bold;
 display: block;
 height: 24px;
 margin-top: 4px;
 text-decoration: none;
}

#centercolumn {
 width: auto;
 font-family: Tahoma, Arial;
 font-size: 12px;
 line-height: 150%;
 color: #c45d01;
 color: #7F3C00;
}

#centercolumn h1 {
 font-family: Georgia, Times;
 font-size: 24px;
 font-weight: bold;
 line-height: 120%;
 color: #015c3d;
 margin: 0px 0px 0px 0px;
}

#centercolumn h2 {
 font-size: 16px;
 font-weight: normal;
 line-height: 120%;
 color: #260e0e;
 margin: 10px 0px 5px 0px;
}

#centercolumn p {
 margin: 5px 0px 10px 0px;
}

#centercolumn ul {
 margin: 5px;
 padding-left: 20px;
}

#centercolumn li {
 margin: 5px 0px;
}

#centercolumn a {
 color: #c45d01;
 color: #7F3C00;
 text-decoration: underline;
}

#centercolumn a:hover {
 color: #260e0e;
 text-decoration: none;
}

#rightcolumn {
 width: 130px;
 background-image: url(../_media/images/bkgrnd_right_col.jpg);
 background-repeat: repeat-x;
}

#rightcolumn p {
 text-align: center;
}

#rightcolumn a {
 color: #c45d01;
 color: #7F3C00;
 text-decoration: underline;
}

#rightcolumn a:hover {
 color: #015c3d;
 text-decoration: none;
}

#rightcolumn em {
 color: #015c3d;
 font-weight: bold;
 font-style: normal;
 font-size: 12px;
}

#rightcolumn em a {
 text-decoration: none;
}

.quote {
 font-size: 14px;
 color: #4F2E2C;
 line-height: 160%;
}

.source {
 font-size: 13px;
 color: #054F32;
 font-style: italic;
}

.message {
 font-size: 11px;
 color: #260e0e;
}

#footer {
 color: white;
 background-color: #015c3d;
 text-align: center;
 padding: 15px;
}

#footer a {
 color: white;
 text-decoration: none;
}

#footer a:hover {
 text-decoration: underline;
}

.boxLeft {
 float: left;
 margin: 4px 20px 10px 0px;
 padding: 6px;
 border: 1px solid #333333;
 background-color: #e5e5e5;
 color: #333333;
 font-size: 90%;
 font-style: italics;
}

.boxRight {
 float: right;
 margin: 4px 0px 10px 20px;
 padding: 6px;
 border: 1px solid #333333;
 background-color: #e5e5e5;
 color: #333333;
 font-size: 90%;
 font-style: italics;
}

.boxLeft img {
 margin-bottom: 4px;
}

.boxRight img {
 margin-bottom: 4px;
}

.photoLeft {
 float: left;
 margin: 4px 20px 10px 0px;
}

.photoRight {
 float: right;
 margin: 4px 0px 10px 20px;
}

.blogIntro {
 padding: 10px;
 border: solid 1px;
 border-color: #260e0e;
 min-height: 115px;
 margin-bottom: 14px;
}

.blogIntro img {
 border: none;
}

.blogIntro h1 {
 color: #015c3d;
}

#centercolumn .blogIntro a {
 color: #260e0e;
 text-decoration: none;
}

#centercolumn .blogIntro a:hover {
 text-decoration: underline;
}

div.newsList {
 margin-top: 20px;
}

.newsList p {
 margin: 0px;
}

.newsList h3 {
 margin-bottom: 0px;
}

