@charset "utf-8";
/* CSS Document */

/****************************/
/******* Basic styles *******/
/****************************/

html, body {
	height:100%;
	margin: 0;
	padding:0;
}

body {
	background-image:url(../images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #c7d989;
}

img {
	border: none;
}

p, h1, h2, h3, ul, table, #navigation {font-family: Arial, Helvetica, sans-serif;}

ul {font-size:small;}

p {
	font-size: small;
	color: #000000;
}

h1 {
	font-size: 140%;
	color: #4f7336;
}

h2 {
	font-size: 100%;
	color: #4f7336;
}

form {
	background-color:#e3e7d5;
	padding:10px;
	margin-bottom: 10px;
	border: 1px solid #4f7336;
}

abbr {
	color: #666;
	cursor: help;
}

/****************************/
/******** Div styles ********/
/****************************/

#wrapper {
	width: 800px;
	min-height: 100%;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#banner {
	width: 800px;
	height: 100px;
	background-image:url(../images/banner.gif);
}

#content {
	padding: 10px;
	padding-bottom: 60px;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background-image: url(../images/footer.gif);
   background-repeat: repeat-y;
}

#footer p {
	padding-top: 10px;
	color:#FFFFFF;
	text-align: center;
}

#footer img {
	position:absolute;
	top:0;
}

table {
	font-size:small;
	margin-left:auto;
	margin-right:auto;
	width: 400px;
	padding:0;
}

td {
	background-color:#c7d989;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

th {
	background-color: #aabf63;
	padding-top: 5px;
	padding-bottom:5px;
	font-weight: normal;
}

/****************************/
/******** Navigation ********/
/****************************/

#navigation {
	text-align:center;
}

#navigation ul {
	margin: 0;
	padding:0;
}

#navigation li {
	display: inline;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
}

#navigation a {
	text-decoration:none;
	font-weight:bold;
	color: #4f7336;
}

#navigation a:hover {
	text-decoration:underline;
}

/****************************/
/********** Tools ***********/
/****************************/

.clearBoth {
	clear:both;
}

.faq {
	font-weight:bold;
}

.tagline {
	font-size: 100%;
	color: #999;
	font-weight:bold;
}

.imgLeft {
	margin-right: 5px;
	float: left;
}

.imgRight {
	margin-left: 5px;
	float: right;
}
