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

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

body {
	overflow: auto;
	background-color: #F3F3F3;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#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: green;
}

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

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

#footer a:link, #footer a:visited {
	text-decoration: none;
/*	color: #6CF; */
	color: green;
}

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

/* Headings */
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 2.3em;
	margin-top: 10px;
}

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

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

/* Message Panel */
#message {
	position: relative;
	width: 996px;
	margin-top: 0px;
	padding-bottom: 22px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 0.9em;
}

#innermessage {
	margin-left: 2px;
	margin-right: 2px;
	height: 340px;
}

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

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

#col2 {
	padding-top: 10px;
	margin-left: 400px;
	margin-right: 330px;
}

#col3 {
	padding-top: 10px;
	position: absolute;
	width: 320px;
	right: 0px;
	top: 0px;
}

.calcimage {
	border: none;
	margin-left: 70px;
}

#message a:link, #message a:visited {
	color: green;
/*	font-weight: bold; */
}

#message a:hover {
	color: #25AEAF;
}

#message ul {
	list-style: disc;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	line-height: 1.5em;
}

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

.messimage {
	border: none;
	float: left;
	padding-right: 15px;

}

#bottomflower {
	position: absolute;
	top: 251px;
	left: 462px;
}

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


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

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.noborder {
	border: none;
}
