body {
	color:#000;
	text-align: center;
	margin: 10px 0;
	background-color: #39C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
}
	   
#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: #FFF;
	color: #000;
}
#header{
	height: 139px;
	text-align: center;
	background-color: #39C;
	background-repeat: no-repeat;
	background-position: right center;
}

#left {
	float:left;
	width: 215px;
	padding: 10px;
}

#right {
	float:right;
	width: 500px;
	color: #333333;
	padding: 10px;
	margin: 0px;
}

#footer{
	clear:both;
	height:85px;
	text-align: left;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #39C;
	border-right-color: #39C;
	border-bottom-color: #39C;
	border-left-color: #39C;
}
#footer p {
	margin-top: 0px;
	font-size: 65%;
	color:#000;
}

p {
	font-size: 60%;
	color: #000;
}
	
#left p{
	font-size: 95%;
	color: #000;
	line-height: 1.2em;
}

#right p {
	font-size: 90%;
	color: #000;
	line-height:1.2em;
	margin-right: 35px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
color: #000;
font-size: 110%; 
border-bottom: 2px solid #000;
}
h2 {
	font-size: 110%;
	color: #000;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h3{
	font-size: 95%;
	color: #000;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.validbutton {
font-size: 70%;
border: 1px solid #B83D3D;
padding: 4px;
margin-right: 6px;
}

.code {
	font-size: 60%;
	border: 1px dashed #CCCCCC;
	padding: 4px;
width: 250px;
}

a:link {
	color:#03C;
}
a:visited {
	color:#03C;
}
a:active {
	color:#03C;
}
a:hover {
	color:#00C;
	text-decoration:none;
}	
