

body {
	background-color: #ffffff;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
}

#container-main {
	margin-top: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
}
H4, H5 {
	color: #197b30;
	text-align: center;
}

a:link     {
	text-decoration: none;
	color:#197b30;}
a:visited  {
	text-decoration: none;
	color:#197b30;}
a:hover    {
	text-decoration: none;
	color: #197b30;
	background: #FFFF99;
}
a:active   {
	text-decoration: none;
	color: #197b30;
	border: #66CC33;
}

table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	background: white;
}
BLOCKQUOTE {
font-size: 90%;
  margin-top: 1em;
  margin-right: 0em;
  margin-bottom: 1em;
  margin-left: 1em;
  font-style: italic;
}

#menu {
	padding: 0px 1px 0px 1px;
	text-align: center;
	width: 898px;
}

#menu  ul, #menu  li {
	padding: 0;
	display: inline;
	list-style-type: none;
}

/*This was changed from float: left; to float: right;*/
	
#menu  a:link, #menu  a:visited {
	float: right;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	padding: 2px 15px 3px;
	text-decoration: none;
	color: #197b30;
	border-right: 1px dotted #197b30;
	
}

#menu  a:hover {
	color: #197b30;
	background: #FFFF99;
	border-bottom: 1px dotted Green;
}


#hlist  ul {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  width: 900px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
#hlist  li {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
}

.title {
	font-size: 1.5em;
	font-family: Monotype Corsiva;
	color: Green;
} 

.cursive {
	font-size: 1.2em;
	font-family: Monotype Corsiva;
}

/*Content*/

#container-content {
	width: 900px;
	background-image: none;
	padding: 20px 10px 20px 10px;
	margin: 0 0 0 0;
	height: auto;
}

#content {
	width: 700px;
	float: left;
	padding: 5px;
}

#name {
	font-size: 1.5em;
	font-family: Monotype Corsiva;
	text-align: center;
}

#sidebar {
	width: 180px;
	margin-left: auto;
	float: right;
	text-align: left;
	padding: 5px;
	height: 100pc;
}
	
#sidebar h5 {
	font-size: 90%;
	border-bottom: 1px dotted #197b30;
	margin-bottom: 1.5em;
	text-align: left;
}
	
#subnavigation ul {
	padding: 0px 0px 0px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: left;
}

#subnavigation li a {
	text-decoration: none;
	color: #197b30;
}

#subnavigation li a:hover {
	text-decoration: none;
	color: #197b30;
}



/* FORM ELEMENTS

.formbox {
  margin-left: 25px;
  padding:0; width:520px;
}

form {
	margin:0;
	padding:0;
}

fieldset {
	width:390px;
	border:1px solid #999;
	padding:10px;
	margin:5px;
	text-align:left;
}

fieldset:hover {
	border-color:#333;
}

fieldset#checkbox input  {
	width:35px;
}

legend {
	font-size:1.1em;
	color:#666;
	font-weight:bold;
	padding:5px;
	margin:5px;
	background:none,
}

label {
	color:#666;
	font-size:1em;
	margin:0 3px 3px 0;
	padding:0;
	line-height:1.5em;
	width:120px;
	display:block;
	float:left;
	clear:left;
}

input {
	border:1px solid #666;
	padding-left:0.3em;
	margin-bottom:0.6em;
	width:240px;
	background:#fff;
}

input:focus {
	border-color:#7d8c16;
}

select {
	border:1px solid #666;
	padding-left:0.3em;
	margin-bottom:0.6em;
	background:#fff;
	width:100px;
}

option {
	color:#900;
}

textarea {
	width:244px;
	border:1px solid #666;
}

textarea:focus {
	border-color:#900;
}

.zip {width:50px;}

.city {width:180px;}

.street {width:200px;}

.strnr {width:30px;}

.buttons {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.submitbtn {
	width:123px;
	background:#666;
	color:#fff;
	cursor:pointer;
}

.submitbtn:hover {
	background:#7d8c16;
	color:#fff;
} */