﻿body {
	color:#FFF5E6;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #FFF5E6;
}
	   
#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: #D9D0C3;
	border: #807A73 6px solid;
}
#header{
	height: 139px;
	background: #D9D0C3;
	text-align: center;
	clear:both;
}

#logoleft {
float:left; 
width: 250px;
padding: 10px;
background: #D9D0C3;
height: 40px;
	text-align: Left;
}

#logoright {
	float:right;
	width: 470px;
padding: 10px;
height: 40px;
background: #D9D0C3;
	text-align: right;
}

#left {
float:left;
display: inline; 
width: 159px;
height: 100%;
padding: 0;
background: #D9D0C3;
padding-left:0px;
}

#right {
	float:right;
	width: 580px;
	background: #FFFFFF;
border-left: 1px solid #807A73;
	color: #FFF5E6;
padding: 10px;
height: 100%;
}

#footer{
	clear:both;
	text-align: center;
	width: 760px;
	border-top: 1px solid #807A73;
	background-color: #807A73;
}
#footer p {
margin-top: 10px;
font-size: 10pt;
color:#FFF5E6;
}

p {
font-size: 10pt; 
color: #807A73;
}

ul {
font-size: 10pt; 
color: #807A73;
}

li {
font-size: 10pt; 
color: #807A73;
}
	
#left p{
font-size: 10pt; 
color: #807A73;
line-height: 1.2em;
}

#logoleft p{
font-size: 20pt; 
font-weight: bold;
color: #807A73;
line-height: 1.2em;
margin: 0;
padding: 0;
}

#right p {
font-size: 10pt; 
color: #807A73;
line-height:1.2em;
}
h1 {
color: #807A73;
font-size: 11pt; 
border-bottom: 1px solid #807A73;
}
h2 {font-size: 11pt; color: #807A73;
margin: 12px;
}
h3{
font-size: 10pt; 
margin: 12px 5px; 
color: #807A73;
text-align: center;
}

.validbutton {
font-size: 9pt;
border: 1px solid #003300;
padding: 4px;
margin-right: 6px;
}

.code {
	font-size: 9pt;
	border: 1px dashed #CCCCCC;
	padding: 4px;
width: 250px;
}

a:link {color:#807A73;}
a:visited {color:#807A73;}
a:active {color:#807A73;}
a:hover {color:#807A73; text-decoration:none}

#logoright a:link {color:#807A73;}
#logoright a:visited {color:#807A73;}
#logoright a:active {color:#807A73;}
#logoright a:hover {color:#807A73; text-decoration:none}

#logoright p {
font-size: 10pt; 
color: #FFFFFF;
}

 #list-menu {
width: 145px;
margin-left: auto;
    margin-right: auto;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 10pt;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a {
display: block;
width:135px;
padding: 2px 2px 2px 10px;
border: 1px solid #FFF5E6;
background: #807A73;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #D9D0C3;
}

#list-menu a:hover {
border: 1px solid #FFF5E6;
background: #D9D0C3;
color: #807A73;
text-decoration: none;
}