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

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

body {
	overflow: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background-color: #fff;
	}

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

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

#openingscreen {
	position: absolute;
	margin-left: 246px;
}

#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.0em;
	line-height: 1.6em;
	margin-bottom: 1.0em;
	color: #FFF;
}

h2 {
	font-size: 0.95em;
	margin-bottom: 0.5em;
	line-height: 1.6em;
}

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

/* Message Panel */
#message {
	position: absolute;
	width: 852px;
	top: 714px;
	left: 79px;
	height: 207px;
	font-size: 0.80em;
	font-family: Verdana, Geneva, sans-serif;
	color: #040065;
}

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

#message #col1 {
	position: absolute;
	top: 13px;
	width: 270px;
	left: 5px;
}

#message #col2 {
	margin-top: 13px;
	margin-left: 300px;
	margin-right: 300px;
}

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

#message a:link, #message a:visited {
	color:#00F;
}

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

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

.noborder {
	border: none;
	margin-left: 30px;
}
