/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Time, "Times New Roman", serif;
	width: 1024px;
}

#columnLeft {
	float: left;
	width: 216px;
	height:  597px;
	background: url("/images/barSIDE.jpg");
	background-color: #5b8e3f;
}

#columnLeft ul {
	margin: 40px 0px 0px 15px;
	list-style: none;
	padding-left: 1em;
	text-indent: -12px;
	line-height: 1.5em;
}

#columnLeft ul li {
	text-decoration: none;
}

#columnRight {
	margin: 20px 2em 0 250px;
	line-height: 1.5em;
}
#header {
	width: 1024px;
	height:  171px;
	background: url("/images/barTOP.jpg");
	background-color: #5b8e3f;
}

h1 {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  color: #5b8e3f;
  font-size: 1.6em;
}

p {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}

ul {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}

a,
a:active,
a:link {
	color: #509135;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #509135;
	font-weight:bold;
	text-decoration: underline;
}
