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

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

body {
	overflow: auto;
	background-color:  #e2e1c6;
	font-family: Myriad Pro, Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: black;
	}

#banner {
	background-color: #919478;
}

#wrapper, .wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
}

#wrapper p {
	color: #333;
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
}

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

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


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

h2 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

/* Message Panel */
#message {
	position: relative;
	width: 996px;
	margin-top: 0px;
	padding-bottom: 175px;
}

#innermessage {
	margin-left: 0px;
	margin-right: 0px;
}

#message p {
	font-size: 1.0em;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	line-height: 22px;
}

#message #col1 {
	padding-top: 20px;
	position: absolute;
	width: 320px;
	left: 0px;
}

#message #col2 {
	padding-top: 20px;
	margin-left: 340px;
	margin-right: 340px;
}

#message #col3 {
	padding-top: 20px;
	position: absolute;
	width: 270px;
	right: 0px;
	top: 0px;
}

#message a:link, #message a:visited {
	color: #599240;
}

#message a:hover {
	color: brown;
}

#message ul {
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

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

#bottomflower {
	position: absolute;
	top: 145px;
	left: 470px;
}

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


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

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}