/* CSS Document */

.style1 {
	font-size: larger;
	font-weight: bold;
}
#column {
	width: 175px;
	text-align:left;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#newline {
	clear:both;
}

#birdcolumn {
	width: 185px;
	text-align:left;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.floatright
{
float: right;
width: 200px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

.floatleftcaption
{
float: left;
width: 200px;
margin: 0 10px 10px 0;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}

div.floatleftcaption img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

p {
	margin-top: 0;
	background-color: #FFFFFF;
}

.floatleft
{
float: left;
margin: 0 10px 10px 0;
border: 1px solid #666;
padding: 0px;
}

.floatrightplain
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 0px;
}

#clearboth {
clear:both;}


#logos {
	width: 125px;
	text-align:center;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
