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

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

body {
	overflow: auto;
	background-color: #17588E;
	font : 15px Georgia, serif;
	}

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

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

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

#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.3em;
}

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

/* Message Panel */
#message {
	position: relative;
	width: 996px;
	margin-top: 0px;
	color: white;
	height: 600px;
}

#message #innermess {
	margin: 0px 55px 55px 55px;
	height: 244px;
	width: 880px;
}

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

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

#innermess #col1 {
	top: 10px;
	position: absolute;
	width: 273px;
	left: 65px;
}

#innermess #col2 {
	top: 10px;
	position: absolute;
	width: 273px;
	left: 358px;
}

#innermess #col3 {
	top: 10px;
	position: absolute;
	width: 273px;
	left: 651px;
}

#message a:link, #message a:visited {
	color: #0ECFEE;
}

#message a:hover {
	color: #0CF;
}

#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: 149px;
	left: 462px;
}

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


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

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.lightgreen {
	color: #93E4A6;
}
