/* -- General HTML Elements -- */

* { padding: 0; margin: 0; }

html, body {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;  /* to center div (in IE) */
    margin: 0;
    padding: 0;
    background: #8a3e0d url(../images/bg03.png) top left repeat;
    color: #000;
}

h2 {
    font-size: 2em;
    line-height: 2em;
    color: #067e14;
    font-weight: bold;
    text-align: left;
}

h3 {
    font-size: 1.75em;
    line-height: 1em;
    color: #067e14;
    font-weight: bold;
    text-align: left;
}

h4 {
    font-size: 1.5em;
    line-height: 1em;
    color: #8a3e0d;
    font-weight: bold;
    text-align: left;
}

p, ol, ul, form {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0;
}

ul {
    list-style: square url(../images/cross-sm.gif) outside;
    text-align: justify;
    margin: 0 1.5em;
}

ol {
    list-style: decimal outside;
    text-align: justify;
    margin: 0 1.5em;
}

fieldset {
    border: 0;
}

img {
    border: 0;
}

img.left {
    float: left;
    padding: 5px;
}

img.right {
    float: right;
    padding: 5px;
}

hr {
    width: 33%;
    text-align: center; /* for IE */
    margin: 5px auto; /* for Mozilla */
    color: #067e14;
    background-color: #067e14;
}

p a:link, ul a:link {
    color: #067e14;
    text-decoration: none;
    font-weight: normal;
}

p a:visited, ul a:visited {
    color: #1d27aa;
    text-decoration: none;
    font-weight: normal;
}

p a:hover, ul a:hover {
    color: #067e14;
    text-decoration: none;
    border-bottom: 1px #8a3e0d solid;
    border-top: 1px #8a3e0d solid;
    font-weight: normal;
}

/* -- Basic Layout -- */

#container {
 margin: 0 auto;
 width: 706px;
}

#masthead {
    width: 706px;
    height: 200px;
    margin: 0;
    background: transparent url(../mh-photos/rotator.php) top left no-repeat;
}

#masthead img {
    display: block;
}

#navbar {
    width: 100%;
    min-height: 24px;
    margin: 8px 0px 0px 0px;
    background: #b58d69;
    text-align: center;
}

#navbar img {
	border: 0;
    margin: 0px 25px -10px 25px;
}

/*hack for IE/6*/
* html #navbar {
    min-height: 24px;
}

#main {
    margin: 8px 0px 0px 0px;
    width: 100%;
    overflow: hidden;
    text-align: left;
    background-color: #e1dcc5;
}

#content {
    margin-left: 0px;
    margin-bottom: 8px;
    width: 460px;
    float: left;
    background-color: transparent;
}

#content div {
    padding: 8px;
/*    border: 0; */
    text-align: justify;
}

#news {
    margin-left: 0px;
    width: 460px;
    float: left;
    background-color: transparent;
}

#news div {
    padding: 8px;
    border: 0;
    text-align: justify;
}

#sidebar {
    float: right;
    margin-left: -10px;
    margin-bottom: 8px;
    border: 0;
    width: 240px;
    background-color: transparent;
}

#sidebar div {
    padding: 8px;
    text-align: center;
}

#sidebar p, form {
    font-size: 1em;
    line-height: 1.3em;
    margin: 0;
}

#sidebar img {
    border: 2px solid #dda83c;
}

#footer {
    width: 706px;
    clear: both;
    margin: 8px 0px 0px 0px;
    background-color: #b58d69;
}

#footer div {
    padding: 8px;
    border: 0;
}

#footer p {
    font-size: .9em;
    line-height: 1.3em;
}

/* -- Begin Navigation - AnyLink CSS Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) -- */

.anylinkcss {
    position: absolute;
    visibility: hidden;
    border: 1px solid #8a3e0d;
    border-bottom-width: 0;
    line-height: 18px;
    z-index: 100;
    background-color: #b58d69;
    width: 175px;
    text-indent: 10px;
    text-align: left;
}

.anylinkcss a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #8a3e0d;
    padding: 1px 0;
    color: #067E14;
    text-decoration: none;
}

.anylinkcss a:hover { /*hover background color*/
    background: #e1dcc5 url(../images/bg-link.png) top right no-repeat;

}

/* -- End Navigation - AnyLink CSS Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) -- */


/* -- Styling -- */

.cimg {
    display: block;
    margin: 0 auto;

}

.title {
    margin-bottom: 6px;
    padding: 5px;
    display: block;
    color: #8a3e0d;
    background-color: #b58d69;
    border: 2px solid #8a3e0d;
}

.story {
    margin-bottom: 30px;
}

.byline {
    font-size: 1em;
    font-variant: small-caps;
}

.headline {
    font-size: 1.5em;
    font-weight: bold;
}

.green {
    border: 2px solid #067e14;
    background: #71c37b url(../images/tr-green.jpg) bottom right no-repeat;
    width: 90%;
    min-height: 40px;
    padding: 5px 5px 0 5px;
}

.orange {
    border: 2px solid #dda83c;
    background: #d5b26f url(../images/tr-orange.jpg) bottom right no-repeat;
    width: 90%;
    min-height: 40px;
    padding: 5px 5px 0 5px;
}

.blue {
    border: 2px solid #1d27aa;
    background: #a9aeef url(../images/tr-blue.jpg) bottom right no-repeat;
    width: 90%;
    min-height: 40px;
    padding: 5px 5px 0 5px;
}

.btext {
    font-size: larger;
    color: #1d27aa;
    margin: 0 1em;
}


.required, .error {
    color: #c00;
}
