#top {
	margin: 0 45px 0 45px; /* top right bottom left */
	padding-top: 35px;
	}

#main {
	margin: 0 45px 60px 45px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ab3232;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ab3232;
	margin: 0 0 15px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0049aa;
	margin: 10px 0 0 0;
}

.myBoxCAPTCHA {
	float:left;
    margin: 0 auto;
    width: 303px;
    padding: 10px;
    text-align: left;
	color:#ffffff;
	background-color:#ab3232;
    border: 2px solid #962b15;
}

#sidebar {
	width: 222px; /* width of menu */
	float: left;
	padding: 0 0 60px 45px;
}

.captcha:visited { color: #ffffff; text-decoration: underline; font-weight: normal}
.captcha:link { color: #ffffff; text-decoration: underline; font-weight: normal}
.captcha:active { color: #ffffff; text-decoration: underline; font-weight: normal}
.captcha:hover { color: #FFFF00; text-decoration: underline; font-weight: normal}

.captchaImage {
	padding:0px; 
	border:2px solid #962b15;
}