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

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

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

#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: #FFF;
	text-align: center;
	font-size: 0.75em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #CCF;
}

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

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

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

h3 {
	font-size: 1.0em;
	margin-top: 0.6em;
	margin-bottom: 0.5em;
}

/* Message Panel */
#message {
	position: relative;
	width: 981px;
	margin-top: 0px;
	font-size: 0.90em;
	font-family: Verdana, Geneva, sans-serif;
	color: black;
/*	background-image: url(../assets/images/orangebackground.jpg); */
	padding: 10px 5px 5px 10px;
}

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

#message #col1 {
	position: absolute;
	width: 310px;
	left: 10px;
}

#message #col2 {
	margin-left: 345px;
	margin-right: 345px;
	height: 300px;
}

#message #col3 {
	position: absolute;
	width: 310px;
	right: 10px;
	top: 10px;
}

#message a:link, #message a:visited {
	color: #2300A9;
}

#message a:hover {
	color: white;
}

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

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

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


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

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.lightgreen {
	color: #005F5F;
}
