#top {
	margin: 0 45px 0 45px; /* top right bottom left */
	padding-top: 35px;
	}

#main {
	margin: 0;
	float: right;
	width: 608px;
	padding: 0 45px 60px 30px;
}

#sidebar {
	width: 222px; /* width of menu */
	float: left;
	padding: 0 0 60px 45px;
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /* bottom spacing between each UL and rest of content */
	border-style: solid solid none solid;
	border-color: #1a8989;
	border-size: 1px;
	border-width: 1px;
}

#sidebar ul li{
	padding: 1px 0 0 0; /* bottom spacing between menu items */
}

#sidebar ul li a{
	font: bold 12px Arial;
	color: #fff;
	background: #32ABAB;
	display: block;
	padding: 7px 0 7px 18px;
	line-height: 16px;
	text-decoration: none;
	background-image: url(/images/menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 13px;
}

#sidebar ul li a:hover{ /* hover state CSS */
	color: #ffffff;
	background: #006666;
	text-decoration: underline;
	background-image: url(/images/menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 13px;
}

#sidebar .bottom {
	border-bottom: #1a8989 5px solid;
	padding: 1px 0 1px 0;
}
#sidebar .top {
	border-top: #1a8989 5px solid;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #32ABAB;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #32ABAB;
	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:#006666;
    border: 2px solid #1a8989;
}

.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 #1a8989;
}