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

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

body {
	overflow: auto;
/*	background-image: url(../assets/images/bluebkgd.jpg); */
	background-color: #FFF;
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

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

#wrapper p {
	color: #FFF;
	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-size: 1.1em;
}

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

/* Message Panel */
#message {
	position: absolute;
	width: 735px;
	top: 610px;
	left: 130px;
	height: 275px;
	font-size: 0.90em;
	font-family: Verdana, Geneva, sans-serif;
	color: #FCFF6B;
}

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

#message #col1 {
	position: absolute;
	top: 30px;
	width: 300px;
	left: 10px;
}

#message #col2 {
	margin-left: 330px;
	margin-right: 330px;
}

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

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

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

#message li {
	text-align:left;
	margin-bottom: 5px;
	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;
}