﻿body {
	color:#999999;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #BFE4FF;
}
	   
#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: #80C9FF;
	border: #00487D 6px solid;
}
#header{
    height: 227px;
	background: #00487D;
	text-align: center;
}

#logoleft {
	float: left;
	width: 420px;
	padding: 10px 10px 20px 10px;
	background: #00487D;
	height: 53px;
	text-align: Left;
}

#logoright {
	float: right;
	width: 300px;
	padding: 10px 10px 20px 10px;
	height: 53px;
	background: #00487D;
	text-align: right;
}

#left {
    float:left;
    display: inline; 
    width: 159px;
    height: 100%;
    padding: 0;
    background: #80C9FF;
    padding-left:0px;
}

#right {
	float:right;
	width: 580px;
	background: #FFFFFF;
    border-left: 1px solid #00487D;
	color: #333333;
    padding: 10px;
    height: 100%;
}

#footer{
	clear:both;
	text-align: center;
	width: 760px;
	border-top: 1px solid #00487D;
	background-color: #0066B3;
}
#footer p {
    margin-top: 10px;
    font-size: 8pt;
    color:#CCCCCC;
}

p {
    font-size: 10pt; 
    color: #666666;
}

ul {
    font-size: 10pt; 
    color: #666666;
}

li {
    font-size: 10pt; 
    color: #666666;
}
	
#left p{
    font-size: 10pt; 
    color: #666;
    line-height: 1.2em;
}

#logoleft p{
    font-size: 20pt; 
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2em;
}

#right p {
    font-size: 10pt; 
    color: #666;
    line-height:1.2em;
}
h1 {
    color: #333333;
    font-size: 11pt; 
    border-bottom: 1px solid #00487D;
}
h2 {font-size: 11pt; color: #00487D;
    margin: 12px;
}
h3{
    font-size: 10pt; 
    margin: 12px 5px; 
    color: #00487D;
    text-align: center;
}

.validbutton {
    font-size: 9pt;
    border: 1px solid #00487D;
    padding: 4px;
    margin-right: 6px;
}

.code {
	font-size: 9pt;
	border: 1px dashed #CCCCCC;
	padding: 4px;
    width: 250px;
}

a:link {color:#00487D;}
a:visited {color:#0066B3;}
a:active {color:#0066B3;}
a:hover {color:#00487D; text-decoration:none}

#logoright a:link {color:#FFFFFF;}
#logoright a:visited {color:#FFFFFF;}
#logoright a:active {color:#FFFFFF;}
#logoright a:hover {color:#BFE4FF; text-decoration:none}

#footer a:link {color:#FFFFFF; }
#footer a:visited {color:#FFFFFF; text-decoration:none}
#footer a:active {color:#FFFFFF; text-decoration:none}
#footer a:hover {
	color: #00487D;
	text-decoration: none;
}


#logoright p {
    font-size: 10pt; 
    color: #FFFFFF;
}

#list-menu {
	width: 145px;
	margin-left: 5px;
	margin-right: auto;
	width: 6em /* 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 #00487D;
    background: #80C9FF;
    text-decoration: none; /*remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
    color: #000000;
}

#list-menu a:hover {
    border: 1px solid #00487D;
    background: #00487D;
    color: #ffffff;
    text-decoration: none;
}