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

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: #4A6E2D;
	font : 16px Georgia, serif;
	}

#wrapper {
	padding-top: 20px;
	position:relative;
	width: 996px;
	margin: 0px auto;
	color: #FFF;
}

#wrapper p {
	font-size: 0.95em;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.4em;
}

#wrapper a:link, #wrapper a:visited {
	text-decoration: none;
	color: #03F;
}

#wrapper a:hover {
	text-decoration: none;
	color: #396;
}

#footer {
	color: #999;
	text-align: center;
	font-size: 0.85em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #CCF;
}

#footer a:hover {
	text-decoration: none;
	color: #396;
}

/* Headings */
h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 0.95em;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 0.98em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

/* Message Panel */
#message {
	position: relative;
	width: 996px;
	font-size: 0.95em;
	height: 320px;
	margin-top: 20px;
}

#message p {
	font-size: 0.95em;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0.6em;
	line-height: 1.4em;
}

#message #col1 {
	position: absolute;
	top: 5px;
	width: 250px;
	left: 10px;
}

#message #col2 {
	margin-left: 300px;
	margin-right: 270px;
	margin-top: 5px;
}

#message #col3 {
	position: absolute;
	width: 230px;
	right: 10px;
	top: 5px;
}

#message a:link, #message a:visited {
	color: #6F9;
}

#message a:hover {
	color: #C0A36B;
}

#message li {
	text-align:left;
	margin-bottom: 5px;
	margin-left: 13px;
}

#flowers {
	position: absolute;
	top: 220px;
	left: 465px;
}

#logos img {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	border: none;
}

#logos img a:link {
	text-decoration: none;
	border: none;	
}

hr {
	color: #000;
	background-color: #000;
}

/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}