#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;
	border-color: #205a96;
	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: #ffffff;
	background: #3778bc;
	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 50%;
}

#sidebar ul li a:hover{ /* hover state CSS */
	color: #ffffff;
	background: #21568e;
	text-decoration: underline;
	background-image: url(/images/menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 50%;
}

#sidebar .bottom {
	border-bottom: #102c4a 5px solid;
	padding: 1px 0 1px 0;
}
#sidebar .top {
	border-top: #102c4a 5px solid;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3778bc;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3778bc;
	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;
}

.button 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #3778bc;
	border: solid 1px #000000;
}

.button:hover
{
    cursor:pointer;
    text-decoration: underline;
	background-color: #0049aa;
}

#callout{
   clear: both;
   width: 202px; 
   float: left;
   padding-left: 10px;
   padding-right: 10px;
}

#callout p{
   padding-bottom: 15px;
   line-height: 16px
}

.myBoxCAPTCHA {
	float:left;
    margin: 0 auto;
    width: 303px;
    padding: 10px;
    text-align: left;
	color:#ffffff;
	background-color:#3778bc;
    border: 2px solid #205a96;
}

.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 #205a96;
}

