* { margin: 0px; padding: 0px; }
.both { clear: both; }

body { background-color: #666; font: normal 11px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; color: #666; }

h1 { font-size: 12px; }
h1 img { float: left; margin-right: 5px; }
h2 { font: bold 11px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; color: #666; }

#main { margin: 10px auto; width: 762px;
	clear: both; background: #fff url(images/mainMIDDLE.png) top repeat-y; }

#top { background: #333 url(images/mainTOP.png) top no-repeat;
	width: 762px; height: 30px; clear: both; }

#mainContent { padding: 0px 16px; clear: both; }

.imgLeft { float:right; text-align:center; }
.imgRight { float: right; text-align: right; }



#rightCol { width: 700px; background: #fff; float: left, text-align: center;
	margin-left: 0px; padding-top: 12px;}
#rightCol a { color: #000; text-decoration: none; }
#rightCol a:hover { color: #000; text-decoration: underline; }
#rightCol p { margin: 10px 0px; line-height: 16px; }
#rightCol ol { list-style: none; }
#rightCol ol li { margin: 7px 0px; }



#footer { background: #333 url(images/mainBOTTOM.png) top no-repeat;
	width: 762px; height: 30px; clear: both; text-align:center; }
#footer p { padding: 30px; color: #fff; text-align:center; }
#footer a { color: #fff; text-decoration: none;  }
#footer a:hover { color: #fff; text-decoration: underline; }


blockquote {
background: #f7f7f7;
padding: 15px;
margin: 5px 0;
}


.input {
	font-size: 1.2em;
	color: #444444;
	background-color: #EEEEEE;
	background-image: url('../img/input.gif');
	background-repeat: repeat-x;
	width: 420px;
	margin: 0px 0px 14px 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	text-align:center;
}
.button {
	font: bold 14px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; color: #333;
	margin: 0px 0px 0px 4px;
	padding: 8px;
	cursor: pointer;
}
#result {
	margin: 10px 0px 50px 8px;
	font-size: 1.1em;
	text-align: center;
	color: #1b7f00;
}
#result a {
	color: #1b7f00;
}
#result a:hover {
	color: #1b7f00;
}