body{
	font-family: FreeSans, Helvetica, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
margin: 0 auto 0px;
background: #082917 url('images/bg3.jpg');
}

			a img{
				border: 0;
			}
			a:link {
				font-weight: bold;
			}
			a:link.hover {
				font-weight: bold;
			}
			a:link, a:visited {
				text-decoration: none;
			}
			a:hover {
				text-decoration: underline;
			}
			a:link, a:visited, a:hover {
				color: #115730;
			}
			a:focus {
				outline: none;
			}
			.button{
				background-color: #082917;
				color: white;
				text-align: center;
			}


div#header_wrap {
width: 100%;
background: #0C3D22 url('images/green/header_wrap_bg.png') top repeat-x;
padding-top: 25px;
}

div#header {
height: 120px;
padding: 0;
border-right: 10px solid #115730;
width: 890px;
margin: 0 auto;
}

div#header div#logo {
float: left;
width: 150px;
height: 120px;
margin: 0;
border-right: 10px solid #115730;
background: white url('images/green/logo.png') center no-repeat;
}

div#header div#header_right {
float: left;
width: 730px;
height: 100%;
background: #115730 url('images/green/header_right_bg.png') no-repeat;
}

div#header_links_wrap{
width: 100%;
background: #082917 url('images/green/header_links_wrap_bg.png') top repeat-x;
}

div#header_links{
clear: both;
background: #115730 url('images/green/header_links_bg.png') bottom repeat-x;
padding: 10px 5px 5px 25px;
width: 870px;
margin: 0 auto;
}

div#header_links div#quote {
float: right;
color: white;
font-size: 0.9em;
}

div#header_links span{
color: white;
}

div#header_links a {
color: #FFD4CC;
font-weight: normal;
font-size: 1.4em;
padding: 9px 10px 5px;
}

div#header_links a:hover {
background: #0C3D22;
text-decoration: none;
color: #FFDDBF;
padding: 8px 10px 4px;
}

div#header_links a.selected {
color: white;
}

div#userstatus {
width: 900px;
margin: 0 auto;
padding: 0 0 2px 0;
text-align: right;
background: #E2F0D3;
color: #3D140C;
font-weight: bold;
font-size: 0.9em;
width: 900px;
margin: 0 auto;
}

div#loginerror {
color: red;
margin: 2px 2px 2px 350px;
padding: 4px 2px 2px;
font-size: 1.05em;
float: left;
}

div#userstatus a.login {
font-size: 1.1em;
color: #3D140C;
font-weight: bold;
padding: 0 16px 0 8px;
}

div#userstatus .button {
color: #FFDDBF;
background: #401E00;
padding: 2px 4px;
border: #FFBB80 2px groove;
}

div#userstatus div#links {
background: #F9F2EC url('images/green/userstatus_link_border.png') left repeat-y;
float: right;
margin-left: 5px;
padding: 8px 5px 2px 40px;
position: relative;
z-index: 0;
}

.sepline1, .sepline2, .sepline3 {
width: 900px;
margin: 0 auto;
background: #E2F0D3;
height: 2px; 
line-height: 1px;
position: relative;
z-index: 1;
font-size: 0px;
}
.sepline1{
border-bottom: 1px solid #00405b;
}

.sepline2{
border-bottom: 2px solid #002d40;
}

.sepline3{
border-bottom: 3px solid #000;
}

#main_content{
width: 900px;
margin: 0 auto;
background: #FFF;
}

#left_column{
float: left;
width: 230px;
padding: 30px 0;
}

#left_column h1{
color: #0C3D22;
font-size: 1.4em;
font-family: "Trebuchet MS";
border-bottom: 1px dotted #002b40;
background: url('images/green/plus.png') 5px 50% no-repeat;
padding: 5px 0 5px 25px;
cursor: pointer;
margin: 0;
}
#left_column h1.open{
background: url('images/green/minus.png') 5px 50% no-repeat;
padding-left: 25px;
}

#left_column h2{
color: #115730;
font-family: "Trebuchet MS";
font-size: 1.1em;
margin-left: 10px;
border-bottom: 1px dotted #002b40;
padding-left: 10px;
}

#left_column h1 img{
cursor: pointer;
margin-left: -5px;
margin-right: 10px;
}

#left_column div.left_content{
border-left: 1px dotted #002b40;
border-bottom: 1px dotted #002b40;
padding: 10px 0 10px 10px;
margin-left: 10px;
}

#left_column div.left_list{
font-family: "Times New Roman", Times, serif;
}

#left_column div.left_list li{
margin: 0 10px 0 25px;
}
#left_column a{
color: #571C11;
}

#content{
margin: 0;
margin-left: 150px;
padding: 0px 0px 0px 80px;
background: url('images/green/content_bg.png') left repeat-y;
}

#content #messages_wrap{
padding: 10px 30px 10px 10px;
}

#content div.message{
margin: 10px 15px 20px;
}


#content div.message div.message_head {
margin: 0 4px;
padding: 8px;
color: #082917;
background: url('images/green/message_head_shadow.png') bottom repeat-x;
}

#content div.message div.message_head a {
color: #115730;
font-size: 0.9em;
}

#content div.message div.message_head span.author{
font-weight: bold;
font-size: 1.2em;
}

#content div.message div.message_head div.date{
float: right;
}

#content div.message div.message_body{
margin: 10px 20px 0;
line-height: 1.8em;
font-size: 1.1em;
font-family: "Times New Roman", Times, serif;
}

#content div.message div.message_footer{
margin: 10px -7px 0;
border-top: 1px dotted #571C11;
text-align: right;
padding-right: 10px;
}

#content div.message div.message_footer a{
font-size: 0.9em;
color: #571C11;
border: none;
}

#content div.message div.message_links{
}

#footer{
margin: 10px 0 10px;
padding: 4px 0;
text-align: center;
border-top: #FFD4CC 1px solid;
border-bottom: #FFD4CC 1px solid;
color: #FFA998;
font-size: 0.9em;
clear: both;
}

div.navbar{

				float: right;
				padding: 0;
				height: 24px;
				margin-right: 15px;
				padding-top: 4px;
				padding-bottom: 4px;
				padding-left: 13px;
				padding-right: 18px;
				font-size: 11px;
				font-style: italic;
				color: #0C3D22;
}

div.navbar div{
margin: 0 1px;
}

div.navbar div.navinfo{
	width: auto;
	margin: 0 10px;
	padding: 4px 0;
float: left;
}

div.navbar div.start_x {
	height: 20px;
	width: 28px;
	float: left;
	background: url('images/spnav_startx.gif');
}

div.navbar div.start {
	height: 20px;
	width: 28px;
	float: left;
	background: url('images/green/spnav_start.gif');
}

div.navbar div.end_x {
	height: 20px;
	width: 28px;
	float: left;
	background: url('images/spnav_endx.gif');
}

div.navbar div.end {
	height: 20px;
	width: 28px;
	float: left;
	background: url('images/green/spnav_end.gif');
}

div.navbar div.prev_x {
	height: 20px;
	width: 28px;
	float: left;
	background: url('images/spnav_prevx.gif');
}

div.navbar div.prev {
	height: 20px;
	width: 28px;
	float: left;
	background: url('images/green/spnav_prev.gif');
}

div.navbar div.next_x {
	height: 20px;
	width: 28px;
	float: left;
	background: url('images/spnav_nextx.gif');
}

div.navbar div.next {
	height: 20px;
	width: 28px;
	float: left;
	background: url('images/green/spnav_next.gif');
}

div.navbar div.back {
float: left;
}
div.navbar div.forward {
float: right;
}

h4{
border-bottom: 2px #aca dotted;
text-align: left;
}
h4.big{
font-size: 140%;
}
h4.red{
color: #c00;
}

#searchbox h4.open, #events_sidebar h4.open {
background: url('images/green/arrow-down.gif') 5px 50% no-repeat;
padding-left: 25px;
}
#searchbox h4, #events_sidebar h4 {
background: url('images/green/arrow-right.gif') 5px 50% no-repeat;
padding-left: 25px;
}

#userspace_usage{
width: 80%; 
margin: 5px auto 20px;
border: 1px solid black;
background-color: #41a760;
}
div.rss_link{
margin-top: 15px;
border-top: 2px #aca dotted;
text-align: right;
}

#events_toolbar{
font-size: 90%;
text-align: center;
padding-bottom: 8px;
background: url('images/green/message_head_shadow.png') bottom repeat-x;
margin-bottom: 10px;
}

#events_sidebar{
float: right;
width: 32%;
margin-top: -10px;
padding-top: 20px;
padding: 10px;
background: #FFF7E8;
border: 1px dotted #5B2A00;
margin: 10px 0;
}

/* Calendar Style */

div#calendar div.month_header, div#event_search div.month_header {
text-align: center;
padding: 4px;
font-weight: bold;
}

div#upcoming_event{
margin: 20px 0 0;
}


div#upcoming_event .event{
}

div#upcoming_event .event .date {
border-bottom: 2px solid #0C3D22;
padding-left: 10px;
font-weight: bold;
color: #0C3D22;
}

div#upcoming_event .event .title {
margin: 10px 4px 0;
}

div#upcoming_event .event .description {
padding: 5px 10px;
margin: 0 4px;
}

div#events div.date {
border-bottom: 3px #0C3D22 solid;
width: 60%;
margin: 20px 0 10px;
padding-left: 5px;
font-size: 1.2em;
font-weight: bold;
}

div#events div.event{
margin: 10px;
width: 50%;
border: 1px dotted black;
}

div#events div.title, div#events div.private_title{
font-weight: bold;
color: #3D140C;
padding: 6px;
font-size: 1.05em;
}

div#events div.title{
border-bottom: 6px solid #FFD4CC;
background: #eee;
}

div#events div.private_title{
border-bottom: 6px solid #CCFFE3;
background: #eee;
}

div#events div.description{
padding: 10px;
}

div#events div.links{
text-align: right;
font-size: 0.9em;
padding-right: 4px;
}

div.message_body a:link {
	font-weight: bold;
border-bottom: 1px dotted #115730;
}
div.message_body a:link.hover {
text-decoration: none;
}
div.message_body a:visited {
border-bottom: 1px dotted #115730;
}
div.message_body a:hover {
border-bottom: 1px solid #115730;
text-decoration: none;
}
div.message_body a:link, div.message_body a:visited, div.message_body a:hover {
	color: #115730;
}
div.message_body a:focus {
	outline: none;
}
