body {
	font: 12pt Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background: #eeffcc;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container{
	width: 760px;
	height: 100%;
	min-height: 800px;
	text-align: left;
	margin: 0 auto 0 auto;
	background: white;
}

#header {
	background-image: url("images/background_flower2.jpg");
	font: 20pt Georgia; Times New Roman, serif;
	color: #eeffcc;
	height: 150px;
}

img.floatLeft {
	float: left;
	margin: 5px;
}

img.floatRight {
	float: right;
	margin: 5px;
}


h2 {
	color: #336600;
	font: 1.2em Georgia, Times New Roman, serif;
}

h3 {
	color: #336600;
	font: 1.0em Georgia, Times New Roman, serif;
}


a:link { 
	color: #339900;
	text-decoration: underline;
}

a:visited { 
	color: #333300;
}

a:hover, #nav a:active, #nav a:focus {  
	color: #993300;
	text-decoration:underline
}

#nav_a {
	background: #ffff99;
	font: 12pt helvetica, arial, sans-serif;
	width: 740px;
	padding: 5px 10px;
	font-weight: bold;
}

.nav1 {
	padding: 3px;
	text-decoration: none;
	margin-right: 110px;
}

#nav_b {
	color: #ffffff;
	background: #669933;
	font: 12pt helvetica, arial, sans-serif;
	width: 740px;
	padding: 5px 10px;
	font-weight: bold;
}

.nav2 {
	color: #ffffff;
	text-decoration: none;
	font: 10pt helvetica, arial, sans-serif;
	margin-right: 45px;
	margin-left: 3px;
}

#content {
	position: absolute:
	float: left;
	width: 550px;
	padding: 10px;
	border-right: 0px solid #333300;
}

#right, right.p {
	position: absolute;
	float: right;
	margin-left: 565px;
	margin-right: 175px;
	width: 175px;
	border-left: 1px solid #cccc66;
	padding: 15px 0 15px 10px;
}

/* COLUMNS A & B
   (for sub-dividing any other column into two sub-columns)
   ----------------------------------------*/
div.sub-columns
{
  clear: both;
}
div.col-a
{
  float: left;
  clear: left;
  margin-bottom: .84em;
  width: 75%;
  background: white;
}
div.col-b
{
  position: absolute;
  float: right;
  clear: right;
  margin-bottom: .84em;
  width: 25%;
  background: white;
}



p, ul, ol {
	font-size: 80%;
}

#content p {
	line-height: 120%;
}
#right p {
	line-height: 120%;
	color: #333333;

}

#header a {
	text-decoration: none;
	color: #eeffcc;
}

#nav_a a:link { 
	color: #003300;
	text-decoration: none;
}

#nav_a a:visited { 
	color: #336600;
	text-decoration: none;
}

#nav_a a:hover, #nav a:active, a:focus {  
	color: #993300;
	text-decoration: none;
}

#nav_b a:link { 
	color: #ffffcc;
	text-decoration: none;
}

#nav_b a:visited { 
	color: #ffffcc;
	text-decoration: none;
}

#nav_b a:hover, #nav a:active, a:focus {  
	color: #66ff00;
	text-decoration: none;
}

#footer {
	width: 760;
	background: white;
	padding: 5px;
	color: #736B5E;
}

#bottom_nav p {
	text-align: center;
	margin-bottom: 2em;
}

#copy {
	border-top: 1px solid #877D6C;
	font-size: 80%;
}