@charset "utf-8";
/* CSS Document */

body {
	color:#333333;
	text-align: center;
	font: small Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #2C4D76;
}
	   
#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #2C4D76;
}
#header{
	height: 205px;
	text-align: center;
	background-color: #2C4D76;
}

#left {
	float:left;
	width: 225px;
	padding: 10px;
}

#right {
	float:right;
	width: 475px;
	border-left: 1px dotted #0E3F68;
	color: #000000;
	padding: 10px;
	margin-right: 5px;
}

#footer{
	clear:both;
	height:auto;
	text-align: center;
	border-top: 1px solid #2C4D76;
	background-color: #FFFFFF;
}
#wrapper #footer td {
	color: #333333;
}
#wrapper #footer a {
	color: #770A26;
}
.emphasis {
	font-weight: bold;
	color: #770A26;
}

#footer p {
	margin-top: 10px;
	font-size: 90%;
	color:#333333;
}

p {
	font-size: small;
	color: #333333;
}
	
#left p{
	font-size: small;
	color: #333333;
	line-height: 1.2em;
}

#right p {
	font-size: small;
	color: #333333;
	line-height:1.2em;
}
h1 {
	color: #770A26;
	font-size: medium;
	border-bottom: 2px solid #2C4D76;
}
h2 {
	font-size: 105%;
	color: #2C4D76;
	margin: 12px 0px;
}
h3{
	font-size: 95%;
	margin: 12px 0px;
	color: #2C4D76;
}

.validbutton {
	font-size: 70%;
	border: 1px solid #2C4D76;
	padding: 4px;
	margin-right: 6px;
}

.code {
	font-size: 60%;
	border: 1px dashed #2C4D76;
	padding: 4px;
	width: 250px;
}

a:link {
	color:#2C4D76;
}
a:visited {
	color:#2C4D76;
}
a:active {
	color:#0E3F68;
}
a:hover {
	color:#770A26;
	text-decoration:none
}	
