/* CSS Document */

body,
html {
	margin:0;
	padding:0;
	color:black;
	text-align:center;
	 }

body {
	font-family: Helvetica, Arial, sans-serif Helvetica, sans-serif;
	min-width:700px;
	font-size:12px;
	line-height:120%;
	background-color:white;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	 }
	
a:link
{
color:#615147;
text-decoration:none;
}
a:hover
{
color:#33CCFF;
text-decoration:none;
}
a:visit
{
color:#615147;
text-decoration:none;
}

#images
{
padding:1px;
}
img
{
border:none;
}
	

h2
{
color:#615147;
font-weight:bold;
font-size:1em;
}
	 
ul
{
list-style-type:square;
}

#container
{
background-color:white;
background-image:url(images/bonney_banner.jpg);
background-repeat:no-repeat;
background-position:top;
margin-right:auto;
margin-left:auto;
width:700px;
height:auto;
border-style:outset;
border-top-width:1px;
border-right-width:2px;
border-left-width:1px;
border-bottom-width:2px;
border-color:black;
text-align:center;
position: relative;
text-align: left;

}	 
/*-------------------------------------------------------------------------------------*/
#spacer
{
width:700px;
height:150px;
}

/*-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------*/
#address
{
margin:auto;
padding:10px;
text-align:center;
height:20px;
background-color:#938b6c;
color:white;
font-weight:bold;
}

/*-------------------------------------------------------------------------------------*/
#content
{
padding-top:20px;
text-align:left;
width:460px;
height:auto;
margin: auto;
}


#page2
{
padding:5px;
text-align:center;
width:auto;
}

#navigation
{
margin:auto;
text-align:center;
padding-bottom:10px;
padding-top:20px;
}

#copyright
{
font-size:.8em;
width:700px;
padding-top:5px;
padding-bottom:5px;
background-color:#938b6c;
border-top:5px solid #615147;
color:white;
margin:auto;
text-align:center;
}

Form
{
text-align:center;
}

table
{
width:700px;
text-align:center;
font-size:12px;
line-height:120%;
}

.floatright
{
float: right;
margin: 0 0 10px 10px;
}

img.floatright
{
margin:5px;
border:solid 1px #615147;
}
