body{
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Tahoma, "Times New Roman";
	font-size: 15px;
	background: #336601;
}

html, body, h1, h2, h3, h4, h5, h6, form, fieldset, leftnav, maintext, menu, children-wrapper, children-sidebar {
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
	width: 740px;
	position: relative;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: medium solid #336601;
	background: #ffffff;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
}
#news-wrapper{
	width: 740px;
}

#article-wrapper {
	width: 550px;
	background-color: #E5D7A6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#article-text {
	width: 530px;
	background-color: #E5D7A6;
	left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: justify;
}

#right-bar {
	width: 150px;
	float: right;
	background-image: url(../newsBlog/images/right-side.jpg);
	background-repeat: repeat;
}
#menu-text {
	margin-top: 10px;
	margin-left: 10px;
}


h1 {
	font-size: x-large;
	color: #346702;
}

a:link {
	color: #336601;
	text-decoration: underline;
}

a:hover {
	color: #58B000;
}
#expander {
	height: 538px;
	width: 10px;
}
.small-print {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}

.photo-left {
	float: left;
	margin-right: 10px;
	border: thin solid #346702;
	margin-bottom: 5px;
	margin-left: 5px;
}

#photo-left-caption {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 250px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #346702;
	border-right-color: #346702;
	border-bottom-color: #346702;
	border-left-color: #346702;
}

.photo-right {
	float: right;
	margin-right: 10px;
	border: thin solid #346702;
	margin-bottom: 5px;
	margin-left: 10px;
}

.photo-center {
	border: thin solid #346702;
	margin-left:  75px;
}
#top-text {
	width: 520px;
}
#search-phrase {
	width: 275px;
	float: left;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	background-color:#336601;
	width:300px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:5px;
	background-image:url(../images/bg_answer.gif);
	background-repeat:no-repeat;
	background-position:right top;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px none #317082;
	width:480px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	padding-left: 5px;
	color: #FFFFFF;
	margin-left: 5px;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
#link-box {
	background-color: #336601;
}

.editorial {
	font-size: xx-large;
	font-style: italic;
}

