body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #354323;
	margin: 0px;
	font-weight: bold;
}
#container {
	width: 850px;
	background-color: #D5EDB3;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #000; 
	border-radius:20px 20px 0px 0px; 
	-moz-border-radius: 20px 20px 0px 0px; 
	-khtml-border-radius: 20px 20px 0px 0px; 
	-webkit-border-radius: 20px 20px 0px 0px;
}
#Leftbanner {
	float: left;
	width: 200px;
	background-color: #5C743D;
	background-image: url(../Articles/images/ArticleLeftSide.jpg);
	background-repeat: no-repeat;
	height: 725px;
}
#container #CenterContent a {
	color: #000;
	text-decoration: underline;
}
#CenterContent {
	float: left;
	padding: 20px;
	width: 610px;
}
#footer {
	clear: both;
	width: 840px;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
		/*Background Gradient*/
	background-color: #5C733B; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#354323', endColorstr='#171E0F'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5C733B), to(#171E0F)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5C733B,  #171E0F); /* for firefox 3.6+ */
	background-position: top;

}
#TopBanner {
	width: 798px;
	background-color: #5C733B;
	text-align: right;
	height: 60px;
	clear: both;
	color: #FFFFFF;
	background-image: url(../Articles/images/welcome_flora2.gif);
	background-repeat: no-repeat;
	background-position: 30px 20px;
	color: #FFFFFF;
	font-size: medium;
	padding-top: 70px;
	padding-right: 50px;
	border:1px solid #5C733B;
	border-radius:20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-khtml-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
}
#mainNav {
	height: 50px;
	/*Background Gradient*/
	background-color: #5C733B; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#354323', endColorstr='#171E0F'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5C733B), to(#171E0F)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5C733B,  #171E0F); /* for firefox 3.6+ */
	background-position: top;
}
#mainNav li {
	list-style-type: none;
	float: left;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
#mainNav li a {
	color: #D5EDB3;
}
#mainNav li a:hover {
	color: #FFF;
	text-decoration: underline;
}

.topNav {
	text-align: left;
	float: right;
	color: #FFFFFF;
	line-height:normal;
	font-size: large;
	padding: 30px;
	}
.pstrong {
	font-weight: bolder;
}
p {
	font-size: 14px;
	color: #354323;
}

h1 {
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #354323;
}
h2 {
	color: #354323;
	font-size: 16px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #D5EDB3;
	text-decoration: none;
}
a:hover {
	color: #D5EDB3;
}
hr {
	color: #354323;
	background-color: #354323;
}
