﻿body {
	color:#999999;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #CCCCCC;
}

/* width: 760px, border: #005733 6px solid */	   
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background: #007D48;
	border: #005733 6px solid;
}

/* height 176px, background: #007D48 */
#header{
	height: 148px;
	background: #007D48;
	text-align: center;
	clear:both;
}

/* width 250, height: 40px; */
#logoleft {
	float:left; 
	width: 500px;
	padding: 10px;
	background: #007D48;
	height: 30px;
	text-align: Left;
}

/* width 360, height: 40px; */
#logoright {
	float:right;
	width: 360px;
	padding: 0px 10px 0px 10px;
	height: 30px;
	background: #007D48;
	text-align: right;
}

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

/* width: 580px */
#right {
	float:right;
	width: 720px;
	background: #F2F2F2;
	border-left: 1px solid #00B366;
	color: #333333;
	padding: 10px;
	height: 100%;
}

/* width: 760px; background-color: #00B366; */
#footer{
	clear:both;
	text-align: center;
	width: 900px;
	border-top: 1px solid #00B366;
	background-color: #007D48;
}
#footer p {
	margin-top: 10px;
	font-size: 10pt;
	color:#FFFFFF;
}

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

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

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

#logoleft h1{
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F2F2F2;
	line-height: 1.2em;
	margin: 0;
padding: 0;
}

#logoleft p{
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;
	margin: 0;
padding: 0;
}

#right p {
	font-size: small;
	color: #000000;
	line-height: 1.2em;
}

/* 	border-bottom: 1px solid #003300; color: #333333 */
h1 {
	color: #333333;
	font-size: large; 
}

/* margin: 12px; color: #003300; */
h2 {
	font-size: 11pt; color: #333333;

}

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

.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:#000066;}
a:visited {color:#000066;}
a:active {color:#000066;}
a:hover {color:#007D48; text-decoration:none}

#logoright a:link {color:#FFFFFF; text-decoration:none;}
#logoright a:visited {color:#FFFFFF;  text-decoration:none;}
#logoright a:active {color:#FFFFFF; text-decoration:none;}
#logoright a:hover {color:#66CC00; text-decoration:none}

#footer a:link {color:#FFFFFF; text-decoration:none;}
#footer a:visited {color:#FFFFFF;  text-decoration:none;}
#footer a:active {color:#FFFFFF; text-decoration:none;}
#footer a:hover {color:#FFFFFF; text-decoration:underline;}


#logoright p {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2em;
	margin: 0;
   padding: 0;
}

 #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 #00B366;
	background: #007D48;
	text-decoration: none; /*lets remove the link underlines*/
}

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

/* color: #007D48; */
#list-menu a:hover {
	border: 1px #00B366;
	border-style:dotted;
	background: #F2F2F2;
	color: #007D48;
	text-decoration: none;
}