body {
	background-color: #114A0C;
	text-align: center;
	font-size: 100%;
}
p {
	font-family: "Gill Sans", Calibri, Arial, sans-serif;
	font-size: 1em;
	color: #114A0C;
	text-align: justify;
	text-indent: 0px;
}
h1, h2, h3, h4, h5 {
	font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	color: #114A0C;
	font-weight: bold;
}
h1 {
	font-size: 1.875em;
	text-align: center;
	padding: 5px 0px 0px;
}
h2 {
	font-size: 1.5em;
	text-align: left;
	line-height: 130%;
}
h3 {
	font-size: 1.5em;
	text-align: center;
	line-height: 130%;
}
h4 {
	font-size: 1em;
	text-align: left;
}
h5 {
	font-size: 1em;
	text-align: center;
}

ol {
	font-family: "Gill Sans", Calibri, Arial, sans-serif;
	font-size: 15em;
	color: #114A0C;
}
ul {
	font-family: "Gill Sans", Calibri, Arial, sans-serif;
	font-size: 1em;
	color: #114A0C;
}
a {
	color: #009933;
	text-decoration: none;
}
table {
	border: none;
}
td {
	border: 1px solid #114A0C;
	vertical-align: top;
	text-align: left;
}
#leftcolumn {
	float: left;
	border: 1px outset #114A0C;
	width: 100px;
	margin: 20px 0px 0px;
	padding: 10px;
	background-image: url(images/corners.gif);
}
#banner {
	height: 120px;
	background-image: url(images/orchid.png);
	margin-bottom: 10px;
	background-repeat: repeat-x;
	padding-top: 10px;
	background-position: left bottom;
	background-color: #CCFF99;
}
#container {
	text-align: left;
	margin: 10px auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #E0F6CC;
	padding-bottom: 10px;
	height: 100%;
	width: 90%;
}
#container-long {
	text-align: left;
	margin: 10px auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #E0F6CC;
	padding-bottom: 10px;
	height: 1000px;
	width: 90%;	
}

#rightimage {
	float: right;
	width: 225px;
	margin-top: 0px;
	background-color: #E0F6CC;
	padding: 5px 0px 5px 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftimage {
	float: left;
	width:160px;
	margin-top: 20px;
	background-color: #E0F6CC;
	padding: 5px 5px 0px 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #114A0C;
	padding-right: 10px;
	padding-bottom: 10px;
	}
#csstabs ul {
	margin: 10px;
	padding: 5px;
	font-family: "Gill Sans", Calibri, Arial, sans-serif;
	font-size: 1em;
	list-style: none;
	display: inline;
	width: 100%;
}
#csstabs ul li {
	padding: 5px;
	display: inline ;
	text-align: center ;
	list-style: none ;
	border-right: 1px double #114A0C;
	border-left: 1px double #114A0C;	
}
#csstabs li a {
	color: #114A0C;
	text-decoration: none;
}
#csstabs li a:hover {
	color: #666666;
	text-decoration: none;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.floatleft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px 3px 10px 5px;
}
.floatright {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
.footer {
	background-image: url(images/window.jpg);
	background-repeat: repeat-x;
	height: 49px;
	clear: both;
}
.bold {
	font-size: 1.2em;
	font-weight: bold;
}
.clearleft {
	clear: left;
	list-style-type: square;
}
