/* Generated by KompoZer */
#logo {
  background-repeat: no-repeat;
  float: left;
  background-image: url(logo.gif);
  width: 900px;
  height: 225px;
}
#header {
  font-family: Verdana;
  font-size: 16px;
  text-align: left;
  width: 300px;
  height: 175px;
  float: right;
  color: black;
}
#menu {
  float: left;
  background-repeat: repeat-x;
  background-image: url(menu.gif);
  width: 900px;
  height: 30px;
}
#greeting {
	float: left;
	width: 900px;
	text-align: center;
}
#rightside {
  float: right;
  width: 450px;
}
#leftside {
  float: left;
  width: 450px;
}
#lsmall {
	float: left;
	width: 300px;
}
#midsmall{
	float: left;
	width: 300px;
}
#rsmall {
	float: right;
	width: 300px;
}
	
#footer {
  float: left;
  width:900px;
  height: 20px;
  background-color: #cdcdcd;
}

/* Text Styles */
.menutext {
  font-size: 16px;
  color: #ffffff;
  font-family: Tahoma;
  margin-top: 5px;
}
.menutext a {
  font-size: 16px;
  color: #ffffff;
  font-family: Futura;
  text-decoration: none;
}
.menutext a:hover {
  text-decoration: underline;
  color: #85d470;
}
.menutext a:active {
	font-weight: bold;
	color: #85d470;
}
.footertext {
	font-size: 13px;
	color: #383838;
	font-family: Futura;
	margin-top: 2px;
}
.footertext a {
	font-size: 13px;
	color: #383838;
	font-family:Futura;
	text-decoration: none;
}
.footertext a:hover {
	text-decoration: underline;
}
.footertext a:active {
	font-weight: bold;
}
.title {
	font-size: 22px;
	color: #373737;
	font-family: Verdana;
	font-weight: bold;
}
.list {
	font-size: 20px;
	color:#373737;
	font-family: Arial;
}
.list a {
	font-size: 20px;
	color:#373737;
	font-family: Arial;
	text-decoration: none;
}
.list a:hover {
	text-decoration: underline;
}
.general {
	font-size: 16px;
	color: #373737;
	font-family: Verdana;
}
.g1 {
	font-size: 28px;
	color: #277227;
	font-family: Arial;
}
.g2 {
	font-size: 20px;
	color: #373737;
	font-family: Arial;
	font-style: Italic;
}