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

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

body {
	overflow: auto;
	background-color: #314F91;
	color: #FFF;
	font-family: Verdana, Arial, Sans-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: #03F;
}

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

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

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

/* 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: 2px;
	color: #FFF;
/*	background-image: url(../assets/images/background.jpg); */
}

#innermessage {
	height: 630px;
}

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

#col1 {
	padding-top: 5px;
	position: absolute;
	width: 300px;
	left: 0px;
}

#col2 {
	padding-top: 5px;
	margin-left: 330px;
	margin-right: 330px;
	position: relative;
}

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

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

#message a:hover {
	color: #6F0;
}

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

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

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

}

#bottomflower {
	position: absolute;
	top: 281px;
	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;
}

.lightgreen {
	color: #93E4A6;
}
