/* Start of CMSMS style sheet 'bha_layout' */
* {
                margin: 0px;
                padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b5b5b;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(uploads/images/page_graphics/bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}

#container {
	width: 891px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin-top: 70px;
}

#bird {
           width: 132px;
           height:127px;
           position: absolute;
           margin-left:780px;
           margin-top: -40px;
}
#flower {
           width: 185px;
           height:131px;
           position: absolute;
           margin-left:-60px;
           margin-top: 220px;
}
#logo {
	position: absolute;
	z-index: -1;
	top: 10px;
	margin-left: 5px;
}
div#search {
   float: right;
   width: auto;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0em 3em 0em;
   margin: 0 1em;
font-size:0.9em;
}

.leftcol * {
	margin-bottom: 1em;
	
}
.leftcol p {
	margin-bottom: 1em;

	
}
h1 {
	color: #ebb000;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ebb000;
	display: block;
                max-width: 576px;
}
h2 {
	color: #8bb623;
	font-size: 19px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8bb623;
	display: block;
                max-width: 576px;
}
h3 {
	color: #8bb623;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8bb623;
	display: block;
                max-width: 576px;
}
h5 {
	color: #CA1430;
	font-size: 1.1em;
	font-variant: small-caps;
	text-transform: lowercase;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CA1430;

                max-width: 576px;
}
.rightcol div {
                margin-top: 0.5em;
	margin-bottom: 0.5em;
                float:right;
}
.rightcol  {
                padding-top:20px;
	background-color: #FFFFFF;
                width: 280px;
}
.rightcol .text {
	margin: 0em;
}

.leftcol  {
                width: 576px;
                min-height:475px;
}
.leftcol li {

	list-style-image: url(uploads/images/page_graphics/bullet.png);
	margin-left: 30px;
}
.leftcol .picturelist li,img {
	list-style-image: none;
                border:0px;
}
#footer {
	width: 891px;
	margin-right: auto;
	margin-left: auto;
	min-height:100px;
}
/* End of 'bha_layout' */

