@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	text-align:center;
	background-color:#f0f0f0;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/pagebg.gif);
	background-repeat:repeat-x; }

a {
	text-decoration:none;
	color:#647a90; }

a:hover {
	text-decoration:underline; }

p {
	font-size:0.8em;
	color:#666;
	margin:10px 0 0 0;}

h1 {
	font-size:1.1em;
	color:#649064;
	margin:0;
	border-bottom:1px solid #649064; }

h2 {
        font-size:0.9em;
        color:#163f5b;
        margin:0;
        padding-top:10px; }

table {
	font-size:0.8em;
	color:#666; }

tr.d0 {
	border-bottom:1p dotted #eee;
        background-color:#f3f3f3; }

tr.d1 {
	border-bottom:1p dotted #eee; }

form {
	font-size:0.8em;
	color:#666; }

#container {
	margin:0 auto;
	text-align:left;
	background-color:#fff;
	width:800px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc; }

#float_left {
	float:left; }

#float_right {
	float:right; }

#header {
	clear:both;
	padding:0px;
	background-image:url(images/header.gif);
	background-repeat:repeat-x; }

#navcontainer {
	background-color:#3a543a;
	font-size:0.9em; }

#navcontainer ul {
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 8px;
	padding-top: 8px;
	font-weight:bold; }
	
#navcontainer ul li {
	display: inline;
	margin-left: -4px; }

#navcontainer ul li a {
	padding: 8px 10px 8px 10px;
	color: white;
	text-decoration: none; }
	
#navcontainer ul li a:hover {
	background-color:#7fae7f;
	color: white; }

#menu {
	background-image:url(images/menubg.gif);
	height:31px;
	font-size:0.9em; }

#menu ul {
	color: white;
	text-align:center;
	margin:0;
	padding-bottom:6px;
	padding-top:6px;
	font-weight:bold; }
	
#menu ul li {
	display:inline;
	margin-left:-5px; }

#menu ul li a {
	padding:6px 10px 6px 10px;
	color:white;
	text-decoration:none; }
	
#menu ul li a:hover {
	background-image:url(images/menubg2.gif);
	height:31px;
	color:white; }

#quotes {	
	text-align:center;
	color:#999;
	padding:5px;
	background-color:#edf2f8;
	font-size:0.7em;
	border-bottom:1px dotted #ccc; }

#box {
	padding:5px;
	margin:5px; }

#left_col {
	width:500px;
	float:left; }

#left_col2 {
	width:800px;
	float:left; }

#right_col {
	float:right;
	width:300px; }

#footer {
	clear:both;
	text-align:center;
	padding:5px;
	border-top:1px dotted #ccc;
	border-bottom:1px solid #ccc; }

#footer p {
	color:#999; }