﻿body {
	color:#999999;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #CCCCCC;
}
	   
#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: #003300;
	border: #003300 6px solid;
}
#header{
	height: 228px;
	background: #003300;
	text-align: center;
	clear:both;
}

#logoleft {
float:left; 
width: 450px;
padding: 10px;
background: #003300;
height: 30px;
	text-align: Left;
}

#logoright {
	float:right;
	width: 250px;
padding: 10px;
height: 30px;
background: #003300;
	text-align: right;
}

#left {
float:left;
display: inline; 
width: 159px;
height: 100%;
padding: 0;
background: #003300;
padding-left:0px;
}

#right {
	float:right;
	width: 580px;
	background: #FFFFFF;
border-left: 1px solid #003300;
	color: #333333;
padding: 10px;
height: 100%;
}

#footer{
	clear:both;
	text-align: center;
	width: 760px;
	border-top: 1px solid #003300;
	background-color: #003300;
}
#footer p {
margin-top: 10px;
font-size: 10pt;
color:#CCCCCC;
}

p {
font-size: 10pt; 
color: #000000;
}

ul {
font-size: 10pt; 
color: #000000;
}

li {
font-size: 10pt; 
color: #000000;
}
	
#left p{
font-size: 9pt; 
color: #CCCCCC;
line-height: 1.2em;
}

#logoleft p{
font-size: 20pt; 
font-weight: bold;
color: #FFFFFF;
line-height: 1.2em;
margin: 0;
padding: 0;
}

#right p {
font-size: 10pt; 
color: #000000;
line-height:1.2em;
}
h1 {
color: #333333;
font-size: 11pt; 
border-bottom: 1px solid #003300;
}
h2 {font-size: 11pt; color: #003300;
margin: 12px;
}
h3{
font-size: 10pt; 
margin: 12px 5px; 
color: #CCCCCC;
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:#003300;}
a:visited {color:#003300;}
a:active {color:#003300;}
a:hover {color:#003300; text-decoration:none}

#logoright a:link {color:#FFFFFF;}
#logoright a:visited {color:#FFFFFF;}
#logoright a:active {color:#FFFFFF;}
#logoright a:hover {color:#66CC00; 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 #CCCCCC;
background: #003300;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #FFFFFF;
}

#list-menu a:hover {
border: 1px solid #CCCCCC;
background: #FFFFFF;
color: #003300;
text-decoration: none;
}