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

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

body {
	overflow: auto;
	background-color: white;
	color: #5f716e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	}

#openingscreen {
	width: 100%;
	background-color: #AF74AC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
}

.center996 {
	position:relative;
	width: 996px;
	margin: 0px auto;
}

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

#wrapper p {
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	margin-bottom: 0.7em;
}

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

#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: #6CF; */
	color: #CCF;
}

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

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

h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.25em;
    text-decoration: none;
	margin-bottom: 0.7em;
	color: #00A886;
}

h3 {
	margin-top: 0.7em;
    border: 0 none;
    font-style: normal;
    font-weight: 400;
    color: #0079aa;
    font-size: 1.05em;
    text-decoration: none;
}

/* Message Panel */
#message {
	position: relative;
	width: 996px;
	margin-top: 5px;
	font-size: 0.90em;
	font-family: Verdana, Geneva, sans-serif;
	height: 2500px;
}

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

#innermess {
	position: absolute;
	top: 15px;
	left: 5px;
	height: 1600px;
	width: 975px;
}

#col1 {
	position: absolute;
	width: 350px;
	left: 0px;
}

#col2 {
	margin-left: 370px;
	width: 300px;
	height: 600px;
}

#col3 {
	position: absolute;
	width: 290px;
	left: 690px;
	top: 0px;
}

#flowerdiv {
	position: absolute;
	top: 235px;
	left: 443px;
}

#message a:link, #message a:visited {
	color: #8A69BC;
}

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

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

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

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

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

img {
	border: none;
}

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

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

