body {
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: center;
}

#mainbox {
	border: 0px solid black;
	width: 710px;
	margin: auto auto auto auto;
	text-align: center;
	background-color: white;
	background-repeat: no-repeat;
}

#midbox {
	border: 0px;
	margin: auto;
	background-color: white;
	font-family: Garamond, Times, Serif;
}

#leftside {
	background-color: white;
	width: 70%;
	text-align: left;

	padding: 8px;
	vertical-align: top;
}

#rightside {
	background-color: white;
        width: 30%;
	text-align: left;
	padding: 0px;
	vertical-align: top;
        margin-right: 0px;
	border-width: 0px 0px 0px 0px;
	border-color: black;
	border-style: solid;
padding: 4px;
}
#rightbottom {
	background-color: white;
	text-align: left;
	padding: 8px;
	vertical-align: bottom;
        margin-left: auto;
        margin-right: 0px;
}
#bottom{
	background-color: white;
	text-align: center;
	padding: 8px;
	vertical-align: baseline;
}
#bclogo {
	width: 130px;
	height: 45px;
	border: 0px;
}


#logo {
	width: 490px;
	border: 0px;
}
#logobox {
	border-width: 0px 0px 0px 0px;
	border-color: black;
	border-style: solid;
}
#linkbox {
	border-width: 0px 0px 0px 0px;
	border-color: black;
	border-style: solid;
}

.header {
	display: block;
	font-weight: bold;
	font-size: 14pt;
	color: #044f08;
	font-family: Helvetica, Arial;
	margin: 5px 0px 5px 0px;
}
.header2 {
	display: block;
	font-weight: bold;
	font-size: 11.5pt;
	color: #009900;
	font-family: Helvetica, Arial;
	margin: 0px 0px 0px 0px;
}
.header3 {
	display: block;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Helvetica, Arial;
	margin: 0px 0px 0px 0px;
}
a:link {
text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #02B5DB;
	font-family: Helvetica, Arial;
	margin: 0px 0px 0px 0px;
}
a:hover {
	font-weight: bold;
	font-size: 10pt;
	color: #02B5DB;
	font-family: Helvetica, Arial;
	margin: 0px 0px 0px 0px;
}
a:visited {
text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #02B5DB;
	font-family: Helvetica, Arial;
	margin: 0px 1px 0px 1px;
}
.nav a:link {
text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Helvetica, Arial;
	margin: 0px 2px 0px 2px;
}

.nav a:visited {
text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Helvetica, Arial;
	margin: 0px 2px 0px 2px;
}

.nav a:hover {
text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	color: #72B84C;
	font-family: Helvetica, Arial;
	margin: 0px 2px 0px 2px;
}

.error {
	border-color: red;
	border-width: 1px;
	border-style: solid;
	background-color: #ffb5ac;
	color: #44251a;
}
.error h1, .error h2, .error h3 {
	position: relative;
	color: #44251a;
}

.inputbox {
	width: 100%;
	color: black;
	background-color: white;
	border: 1px solid #999999;
}

.submit {
	background-color: #c3cbbe;
	color: black;
	border: 0px;
	width: 100%;
}

#commitbox {
	width: 100%;
	height: 70px;
	font-size: 10pt;
	color: #52604b;
	background-color: white;
	border: 1px solid #999999;
	overflow: hidden;
	font-family: Garamond, Times, Serif;
	padding: 3px;
        margin-rigt: auto
        margin-left: 0px;
}
