body{
	font: 7pt "Lucida Sans Unicode";
	line-height: 15px;
	margin: 15px;
	background: #C0C0C0;
	cursor: default;}

a{
	color: #5A96A3;
	font-weight: normal;
	text-decoration: none;
	cursor: default;}

a:hover{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	cursor: default;}

h1{
	font: 10pt "Lucida Sans Unicode";
	color: #2D4E56;
	font-weight: 800;
	border-bottom: 2px solid #2D4E56;}

p{
	text-indent: 10px;}

#header{
	margin: auto;
	width: 600px;
	height: 74px;
	background: url(banner.png);}


#wrap{
	width: 600px;
	background: #FFFFFF;
	text-align: justify;}


#content {
	margin: auto;
	width: 580px;
	height: auto;
	padding: 5px 10px 10px 10px;
	text-align: justify;
	background-color: #ffffff;}

#footer{
	border-top: 10px solid #5A96A3;
	padding-top: 7px;
	background: #000000;
	color: #F7F7F7;
	margin: auto;
	width: 600px;
	height: 25px;
	clear: both;
	text-align: center;}

#footer a{
	color: #999999;}

#footer a:hover{
	color: #5A96A3;}


.sectiontitle{
	font: 10pt "Lucida Sans Unicode";
	color: #2D4E56;
	padding: 5px;
	margin-bottom: 15px;
	font-weight: 800;
	border-bottom: 2px solid #2D4E56;}

.settitle{
	font: 8pt "Lucida Sans Unicode";
	color: #2D4E56;
	font-weight: 800;
	text-align: center;
	margin-top: 25px}

.cardsection{
	font: 7pt "Lucida Sans Unicode";
	hspace: 4px;
	text-align: center;}

#upper{
	margin: 15px 0 0 225px;
	width: 350px;
	padding: 3px 0 0  3px;
	float: left;}

#upper .menu {
	text-align: center;
	display: block;}

#upper .menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;}

#upper .menu li a {
	color: #ffffff;
	float: left;
	width: 88px;
	padding: 2px 0 2px 0;}

#upper .menu a:hover {
	background-color: #85A4AB;}

/* navigation */
#green{
	font: 8pt tahoma, arial, sans-serif;
	text-transform: uppercase;
	color: #3E768D;
	padding-left: 213px;
	height: 23px;
	background: #5A96A3;
	margin: 0px 0 0 0;}

#green a{
	color: #3E768D;
	padding: 2px;
	background: #BAD2D7;
	text-decoration: none;}

#green a:hover {
	color: #3E768D;
	padding: 2px;
	background: #F4F7F9;
	border: none;}

#borders {
	display: inline;
	list-style: none;
	padding: 2px 5px 0px 15px;}

#borders ul {
	display: inline;
	padding: 3px;
	list-style-type: none;}

#borders li {
	float:left;
	display: block;
	margin: 2px;
	padding: 3px 3px 0px 3px;}

.log {
	width: 550px;
	height: 100px;
	overflow: auto;
	padding: 1em;
	border: 2px solid #000000;}


table.info{
	width:550px;
	background: #BAD2D7;
	padding: 4px;}

table.info td {
	width: 150px;
	border: 0px;
	padding: 3px;
	text-align: center;}

/* forms */
input, textarea, select, .code {
	padding: 4px;
	margin: 2px;
	background: transparent;
	border: 2px solid #BAD2D7;
	font: 7pt tahoma, arial, sans-serif;
	color: #000000; } 

textarea, select {
	width : 85%;
	height: 45%; }
