html, body, div, h1, h2, h3, p, ul, ol, li, address, form, fieldset, img, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
a {
	color: #FF7200;
	text-decoration: underline;
}
a:visited {
	color: #FF7200;
	text-decoration: underline; 
}
a:hover {
	text-decoration: none;
}
h2 {
	color: #000000;
	font-weight: bold;
	font-size: 90%;
	padding: 0 0 .2em 0;
	text-transform: uppercase;
}
p, ol, ul, address {
	font-style: normal;
	line-height: 150%;
	padding: 0 0 1em 0;
}
li {
	list-style: none;
	padding: 0 0 3px 12px;
	background: transparent url(bullet.gif) 0 .6em no-repeat;
}

hr {
	color: #ffffff;
	clear: both;
	background: #ffffff;
	size: 1px;
	border: none;
	height: 1px;
}
hr.visible {
	color: #999999;
	background: #999999;		
	size: 1px;
	height: 1px;
}

/* ------------------------------------------------------ */
form p {
	clear: both;
	padding-bottom: .5em;
}
form p.submit {
	padding-left: 123px;
}
form label {
	float: left;
	width: 120px;
}
input {
	border: 1px solid #999999;
	color: #000000;
	background: #F4F4F4;
	padding: 1px 2px 1px 2px;
}
input.button {
	border: none;
	background: #FF7200;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}


/* ------------------------------------------------------ */
.tnormal {
	font-size: 80%;
}
.tsmall {
	font-size: 60%;
}
.leftpic {
	float: left;
	margin: 5px 15px 5px 0;
}
.rightpic {
	float: right;
	margin: 5px 0 5px 15px;
}
.framed {
	border: #999999 1px solid;
}
.note {
	margin: -1em 0 0 0;
	padding: 0 0 2em 0;
}
.failed {
	color: #DC143C;
}
.okResult {
	color: #6B8E23;
}

/* ------------------------------------------------------ */
.tblblank {
	border-collapse: collapse;
	border: none;
	margin: 0 0 1em 0;
	width: 100%;
}
.tblblank th, .tblblank td {
	font-size: 70%;
	padding: 2px 3px 2px 3px;
	border: none;
	font-weight: bold;
}
.tblblank td {
	font-weight: normal;
}


/* ------------------------------------------------------ */
#main {
	width: 650px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#top {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: #FF7200 2px solid;
	padding: 10px 0 5px 0;
	margin: 0 0 10px 0;
}
#top h1 {
	float: left;
	font-size: 110%;
	font-weight: bold;
	width: 335px;
	padding: 5px 0 0 15px;
	line-height: 200%;
}
#top h1 a, #top h1 a:visited {
	text-decoration: none;
	color: #000000;
}
#top h1 a:hover {
	text-decoration: underline;
}
#top p {
	float: left;
	border-left: #FF7200 10px solid;
	padding: 0 0 0 15px;
	font-size: 160%;
}
#top p strong {
	font-weight: normal;
}

/* ------------------------------------------------------ */
#topMenu {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	border-top: #FF7200 2px solid;	
	font-size: 70%;
	padding: 5px 15px 0 11px;
	margin: 10px 0 0 0;
}
#topMenu li {
	display: inline;
	padding: 0 6px 0 4px;
	background: none;
	border-right: 1px solid #000000;
}
#topMenu li.last {
	border: none;
}
#topMenu a, #topMenu a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;	
}
#topMenu a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------ */
#content {
	padding: 0 15px 0 15px;
}
#banner {
	margin: 8px 0 20px 0;
}
#leftCol {
	float: left;
	width: 220px;
}
#rightCol {
	float: right;
	width: 360px;
}
.homepage h2 {
	padding-left: 10px;
	background: transparent url(bullet.gif) 0 .4em no-repeat;
}

/* ------------------------------------------------------ */
#leftCol .tnormal {
	font-size: 70%;
}
#leftCol strong {
	color: #FF7200;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 110%;
}

/* ------------------------------------------------------ */
#footer {
	border-top: #FF7200 2px solid;	
	padding: 10px 0 20px 0;
	background: #ffffff;
}
#footer #certified {
	float: left;
	width: 335px;
	padding: 0 0 0 15px;
	color: #999999;
	font-size: 70%;
	line-height: normal;
}
#footer #certified img {
	float: left;
	margin: 0 10px 0 0;
}
#footer #copyright {
	float: left;
	border-left: #FF7200 10px solid;
	padding: 15px 0 20px 15px;
	font-size: 70%;
	line-height: normal;
}
#footer #copyright a, #footer #copyright a:visited {
	color: #000000;
	text-decoration: none;
}
#footer #copyright a:hover {
	text-decoration: underline;
}