body {
	background: #B3CFC1;
	margin: 0px;
}

body, td, input, textarea, select, p {
	color: #221B29;
	font: 12px sans-serif;
	line-height: 18px;
}

input, textarea, select {
	background-color: #ffffff; 
	margin: 0px;
        border: 1px dotted #8DA456;
}

a, a:visited { color: #5B6795; text-decoration: none; }
a:hover, a:active { color: #8DA456; }


.titlepic {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 615px;
	height: 383px;
	margin: 0px;
	background: url(images/ba_title.jpg);
	background-repeat: no-repeat;
}

.menu {
	position: absolute;
	left: 15px;
	top: 410px;
	height: 200px;
	width: 100px;
	font-size: 15px;
	font-family: verdana;
	font-weight: bold;
	line-height: 25px;
	text-align: right;
	word-spacing: 8px;
}

.menu a {padding: 2px; letter-spacing: 1px; color: #ffffff;}
.menu a:hover {color: #8DA456; background-color: #EBF0E4}

.textbox {
	position: absolute;
	top: 400px;
	left: 130px;
	width: 600px;
	background: url(images/tbg.jpg) top right #EBF0E4;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 50px 10px 10px 10px;
}


h1,h2 {
	background: url(images/h1-pic.gif) top left;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 30px;
	letter-spacing: 2px;
	color: #6E9580;
	line-height: 15px;
	font-family: verdana; 
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}

form {
	margin: 0px;
}


p  {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

blockquote {
	background: #ffffff;
	width: 250px;
	padding: 2px 0px 2px 10px;
	margin: 5px 0px 10px 15px;
	}
