#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{
	
}

#sidebar ul li{
	padding-bottom: 1px;  /*bottom spacing between menu items */
	font: bold 12px Arial;
	background: #ffffff;
	display: block;
	line-height: 16px;
}

#sidebar ul li a{
	font: bold 12px Arial;
	color: #ffffff;
	background: #5cc151;
	display: block;
	padding: 7px 7px 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: #55a501;
	text-decoration: underline;
	background-image: url(/images/menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 13px;
}

#sidebar li ul {
	border:none;
}

#sidebar li ul li a{
	background-color:#cff0ce;
	background-image: url(/images/menu/subnavarrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 13px;
	padding: 7px 7px 7px 31px;
	color:#505050;
}

#sidebar li ul li a:hover{
	color: #505050;
	background-color:#a3dfa5;
	text-decoration: underline;
	background-image: url(/images/menu/subnavarrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 13px;
}

#sidebar .bottom {
	border-bottom: #478c00 5px solid;
	padding: 1px 0 1px 0;
}
#sidebar .top {
	border-top: #478c00 5px solid;
}

#rhtBlogLinks ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*margin-bottom: 1px;  bottom spacing between each UL and rest of content */
	border-right: 1px solid #478c00;
	border-left: 1px solid #478c00;	
}

#rhtBlogLinks ul li{
	padding-bottom: 1px;  /*bottom spacing between menu items */
}

#rhtBlogArchives ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*margin-bottom: 1px;  bottom spacing between each UL and rest of content */
	border-right: 1px solid #478c00;
	border-left: 1px solid #478c00;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #5cc151;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5cc151;
	margin: 10px 0 15px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5cc151;
	margin: 10px 0 0 0;
}

.myBoxCAPTCHA {
	float:left;
    margin: 0 auto;
    width: 303px;
    padding: 10px;
    text-align: left;
	color:#ffffff;
	background-color:#5cc151;
    border: 2px solid #478c00;
}

.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 #478c00;
}