body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: center;
  background-color: #669966;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  background-attachment: scroll;
  margin: 1em;
}

#navigation {
  position: relative;
  top: 0px;
  width: 100%;
  height: 150px;
  background-color: #669966;
  background-repeat: no-repeat;
}
  
#content {
  text-align: justify;
  position: relative;;
  top: 0px;
  width: 750px;
  min-height: 450px;
  margin: 0px auto;
  border-right: 1px solid #006600;  
  border-left: 1px solid #006600;
  border-bottom: 1px solid #006600;
  background-color: #FFFFFF;
 }

#logo {
  float: left;
  position: relative;
  left: 2px;
  top: 63px;
}

#large_logo {
  float: right;
  position: relative;
  left: 0px;
  top: 0px;
}

#mainnav {
	width: 100%;
	clear: both;
	padding: 1em 0 1em 0;
	font-size: .75em;
	color: #ffffff;
	background-color: #004400;
}

#mainnav a {
	padding: 1em .5em;
	text-decoration: none;
	color: #ffffff;
}

#mainnav a:hover {
	text-decoration: underline;
	color: #ffffff;
}


#links {
  width: 100%;
  clear: both;
  padding-top: 1em;
  font-size: .80em;
}

#links a {
  padding: 0 4px;
  text-decoration: none;
  color: #000000;
}

#links a:hover {
  text-decoration: underline;
  color: #000000;
}
  
.rightMenu {
  float: right;
  position: relative;
  right: 10px;
  width: 200px;
  text-align: left;
  padding: 10px;
  padding-top: 1px;
  border: 1px dashed #333;
  background-color: #FFFFCC;
}

.rightPicture {
  float: right;
  position: relative;
  right: 10px;
  text-align: left;
  padding-top: 1px;
  margin: 0em 0em .5em 2em;
}

.leftPicture {
  float: left;
  position: relative;
  left: 10px;
  text-align: left;
  padding-top: 1px;
  margin: 0em 2em .5em 0em;
}

p {
	text-align: justify;
	text-indent: 2.5em;
	font-size: 1em;
	margin: 1em;
}

a:link {
  color: #006600;
  text-decoration: underline;
  font-weight: bold;
}

a:visited {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #00CC00;
	font-weight: bold;
	text-decoration: underline;
}

dfn {
	border-bottom: 1px dotted #990000;
}

ul {
	list-style-type: square;
}

.links {
	font-size: 1em;
}

.header {
	text-indent: 0em;
	color:  #006600;
	font-size: 1.75em;
	margin: 1em;
}

.title {
	color:  #FFFFFF;
	font-size: 20px;
}