/* CSS Document */

body {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #023400;
	text-decoration:none;
}

a:hover {
	color: #0c4a07;
	text-decoration:underline;
}

a:hover img {
    text-decoration: none;
}

#banner {
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 580px;
    margin-left: -290px;
}
/*#banner img {
    position: absolute;
    left: -290px;
}*/

#sidebar {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 200px;
}

#sidebar a {
	font-weight:bold;
	font-style: italic;
}

#sidebar #menu {
/*    border-color: #0000FF;
    border-width: 1px;
    border-style: solid;
    
    border-left-style: none;
    border-left-width: 0px;*/
}

#sidebar #menu .indent {
	margin-left: 15px;
}

#sidebar #menu .indent1 {
	margin-left: 15px;
}

#sidebar #menu .indent2 {
	margin-left: 30px;
}

#sidebar #menu .indent3 {
	margin-left: 45px;
}

#sidebar #menu .indent4 {
	margin-left: 60px;
}

#sidebar #menu a, #sidebar #userbox a {
    display: block;
}

/*#sidebar #feeds {
    border-color: #0000FF;
    border-width: 1px;
    border-style: solid;
    
    border-left-style: none;
    border-left-width: 0px;
    padding-left: 5px;
    margin-top: 20px;
}*/
#sidebar .box {
    margin-bottom: 20px;
}

#sidebar #feeds a {
    display: block;
}

#content-frame {
    position: relative;
    top: 100px;
}

#content-frame #content-wrapper {
    margin-left: 210px;
}

#footer {
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    
    padding-top: 10px;
    padding: 2px;
    color: #999999;
    font-size: 11px;
    text-align: center;
}

#footer a {
    color: #999999;
    text-decoration: underline;
}

#footer a:hover {
    color: #777777;
}

#errorbox {
    margin-bottom: 15px;
}

.box .topl {
    background: url(/inc/img/tl.gif) top left no-repeat;
    height: 20px;
}
.box .topr {
    background: url(/inc/img/tr.gif) top right no-repeat;
    height: 20px;
}
.box .left {
    background: url(/inc/img/l.gif) top left repeat-y;
    padding: 0px 5px 0px 14px;
}
.box .right {
    background: url(/inc/img/r.gif) top right repeat-y;
    padding: 0px 14px 0px 5px;
}
.box .botl {
    background: url(/inc/img/bl.gif) bottom left no-repeat;
    height: 20px;
}
.box .botr {
    background: url(/inc/img/br.gif) bottom right no-repeat;
    height: 20px;
}

.box#errorbox .topl {
    background-image: url(/inc/img/etl.gif);
}

.box#errorbox .topr {
    background-image: url(/inc/img/etr.gif);
}

.box#errorbox .left {
    background-image: url(/inc/img/el.gif);
	color:#000000;
}

.box#errorbox .right {
    background-image: url(/inc/img/er.gif);
}

.box#errorbox .botl {
    background-image: url(/inc/img/ebl.gif);
}

.box#errorbox .botr {
    background-image: url(/inc/img/ebr.gif);
}

.h1, .h2, .h3 {
    color: #0c4a07;
    font-weight:bold;
    display: block;
}
.h1 {
    font-size:30px;
    font-style:italic;
}
.h2 {
    font-size:20px;
}
.h3 {
    font-size: 16px;
}
.subtitle {
    font-style: italic;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
}
.nomargin {
    margin-top: 0px;
}
