#container {
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}



#ordering {float: left; width: 800px;}
     /*** This can be floated left or right ***/

#content {
	float: right;
	width: 580px;
	padding: 10px;
}
     /*** This must be floated opposite 
		to leftnav ***/

#leftnav {float: left; width: 200px;}
     /*** This must be floated opposite 
		to content ***/

#rightnav {float: right; width: 0px;}
     /*** This must be floated opposite 
		to ordering ***/ 

#footer {clear: both;}



p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: small;
	line-height: 140%;
	color: #000000;
}

body {
	position: static;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	background-color: #006633;
}


h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	color: #666699;
	line-height: normal;
}

h2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: large;
	font-weight: bold;
	color: #FF9900;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

h3 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: medium;
	font-weight: bold;
	color: #666666;
}


h4 {
	font-size: x-small;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666666;
}


ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
}

ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
}


.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #99c901;
	background-image: url(images/menu-background.jpg);
	line-height: 150%;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.menu a:visited {  color: #FFFFFF; text-decoration: none}
.menu a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}

.titlemenu {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #999999; }
.titlemenu a:link {  color: #CCCCCC; text-decoration: none}
.titlemenu a:visited {  color: #CCCCCC; text-decoration: none}
.titlemenu a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
}



.topmenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.topmenu a:link {  color: #666666; text-decoration: none}
.topmenu a:visited {  color: #666666; text-decoration: none}
.topmenu a:hover  {
	color: #000000;
	text-decoration: none;
}

.answer { }

.answer a:link {  color: #990000; text-decoration: none ;background: #990000;}
.answer a:visited {  color: #990000; text-decoration: none; background: #990000; }
.answer a:hover {  color: #ffffff; text-decoration: none; background: #990000; }


a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {  color: #0000ff; }
a:hover {  color: #FF0000;  }

.quote-words {
	font-weight: bold;
}
.quote-author {
	font-style: italic;
	font-size: 11px;
	color: #666666;
}

.footer {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #666666;
}

.footer p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #666666;
}

.footer a:link {  color: #666666; text-decoration: none}
.footer a:visited {  color: #666666; text-decoration: none}
.footer a:hover  {  color: #666666; text-decoration: underline }

.subtitle {
	border-bottom-width: 2px;
	border-bottom-color: #009900;
	color: #009900;
	border-bottom-style: solid;
	font-weight: bold;
	font-size: x-small;
	list-style-type: square;
}
.subtitle-list {
	font-size: 12px;
	list-style-type: square;
	line-height: 120%;
}

