body {
margin: 0;
padding : 0;
background: #ccc url(images/bg.jpg) center repeat;
color: #555;
}

#bod {
z-index: 100;
}
			/*WRAP*/
#container {
width: 760px;
margin-left: auto;
margin-right: auto;
padding: 0;
font: 76% "Trebuchet MS","lucida sans", tahoma, sans-serif;
line-height: 1.8em;
background: transparent;
color: #666;
}
			/*DOORPAGE BANNER*/
#doorpage {
padding: 0;
margin-bottom: 0;
height: 532px;
border-bottom:3px solid #fff;
background: #82B64D url(images/indexbldg.jpg);
color: #000;
}
		/*TOP BANNER*/
#banner {
padding: 0;
margin-bottom: 0;
height: 150px;
border-bottom:1px solid #fff;
background: #82B64D url(images/indexheader.jpg);
color: #000;
}
			/*TOP NAVIGATION*/
#navbar ul {
	float:inherit;
	width:760px;
	height: auto;
	padding:0.25em 0em 0.25em 0.5em;
	margin:0;
	list-style-type:none;
	font-size: 100%;
	text-align: center;
	border-bottom:0px solid #fff;
	background: #385900;
	color: #000;
}
#ifooter ul {
	float:inherit;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size: 100%;
	text-align: center;
	background:#66cc00;
	color: #000;
}
#navbar a {
	float:none;
	width:6em;
	height:30px;
	text-decoration:none;
	color:#fff;
	background:#385900;
	border-right:1px solid #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
}
#ifooter a {
float:center;
width:6em;
height:30px;
text-decoration:none;
color:#fff;
background:#66cc00; /*#385900;*/
padding:0.3em 0.6em;
border-right:1px solid #fff;
}
#navbar a:hover {
background:#8BBA00;
color: #000;
}
#ifooter a:hover {
background:#ffff33; /*#8BBA00;*/
color: #000;
}
#navbar li {
display:inline;
}
#ifooter li {
display:inline;
}
			/*MAIN CONTENT*/
#content {
padding: 1em;
margin-left: 200px;
}
			/*FLASH CONTENT*/
#contentFLA {
	padding: 0;
	margin: 0px 0px 0 0;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 160px;
margin: 0;
padding: 0 1em 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #385900;
background: inherit;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #E6E7E9;
color: #DA7910;
}
			/*FOOTER*/
#footer {
clear: both;
width:750px;
padding: 5px;
margin: 0;
font-size: 0.8em;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background: #88C706;
color: #000;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #000; 
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #fff;
}
			/*TEXTLINKS*/
a:link, a:visited {
text-decoration : none;
color : #DA7910;
}
a:hover {
text-decoration : underline;
color :  #385900; 
}
		/*GRAPHICSLINKS*/
b:link, b:visited {
text-decoration : none;
background : inherit;
color : #EFEFEF;
}
b:hover {
background : inherit;
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 3px;
}
h2 {
margin-top: 0px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color :   #385900;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : inherit;
color :  #385900;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*CLASS*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
.slogan {
margin: 0 0 0 60px;
letter-spacing: 3px;
}

.post{
background: #E6E7E9;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 80%;
}
.post .date {
background: url(images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
			/*FLOAT LEFT*/
.left {
        float: left; /*left in text*/
        margin: 4px; /*space around the image*/
}

		/*FLOAT RIGHT*/
.right {
	float: none; /*right in text*/
	margin: 4px; /*space around the image*/
}

#shadow {
background-image: url("images/shadow.png");
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 150%;
z-index: 9000;
}

#edit_panel {
display: none;
width: 540px;
margin-top: 15%;
margin-left: auto;
margin-right: auto;
padding-left: 7px;
background-color: #ccc;
font-family: arial;
font-size: 12pt;
}

#header {
width: 300px;
height: 24px;
font-size: 12pt;
}
.news_info {
width: 100%;
font-size: 10px;
}

#content_editor {
display: block;
margin-left: auto;
margin-right: auto;
width: 450px;
}

#write {
float: left;
display: block;
}

#edit {
margin-left: 490px;
}

#month_array li {
cursor: pointer;
}

#error_dialog {
font-size: 12px;
}

#error_dialog title {
font-size: 12px;
}

#year {
width: 100px;
}

.active_month {
font-weight: bold;
background-color: #E6E7E9;
text-decoration: underline;
}

.news_head {
font-family: arial;
font-size: 13pt;
color: #385900;
text-shadow: #F7F7F7 1px 1px 0px;
}

.remove {
float: right;
display: none;
}

#removeDialog {
display: none;
font-size: 12px;
}

#removeDialog title {
font-size: 12px;
}

#login_dialog {
font-size: 12px;
text-align: center;
}

#login_dialog title {
font-size: 12px;
}

#login_dialog input {
width: 140px;
height: 20px;
font-family: arial;
font-size: 10pt;
}

#feed {
display: block;
background-image: url("images/shadow.png");
height: 28px;
width: 760px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
z-index: 1000;
}

#feed_head {
font-family: arial;
font-size: 8pt;
color: #ddd;
}

#feed_content li {
list-style-type: none;
display: none;
}

#feed_content #foo {
display: inline;
font-family: arial;
font-size: 6pt;
color: #ddd;
}

#feed_link {
font-family: arial;
font-size: 8pt;
color: #ddd;
}

#stop {
float: right;
}

#next {
float: right;
}