a:link {color: #CC3333;	text-decoration: none;	font-weight:bold;}
a:active { color:#FF8000; text-decoration: none; font-weight:bold;}
a:visited { color: #FF8000; text-decoration: none; font-weight:bold;}
a:hover { color: #FF8000; text-decoration: underline; font-weight:bold;}

body{
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
}

#top_banner
{
	height:50px;
	background:#eeeeee;	
	background-image:url(/images/img_logo.gif);
	background-repeat:no-repeat;
	border-bottom:#cccccc solid 1px;
}

#bottom_banner
{
	height:100px;
	background:#eeeeee;
	background-repeat:no-repeat;
	border-bottom:#cccccc solid 1px;
	border-top:#cccccc solid 1px;
	text-align:right;
	font-size:smaller;
	padding-right:15px;
	
}

ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0;
	margin-top:5px;
	}
	
li { 
	background: url(/images/bullet.gif) left center no-repeat;
	padding-left:17px;
	line-height:18px;
 }	

#content
{
	padding:15px;
	background-image:url(/images/flowers.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height: 270px;
    margin:0 auto;
	min-width:750px;
}

h1
{
	margin:0px;
	border-bottom:1px solid #ccc;
}

#infoBox
{
	border:solid 1px #ccc;
	padding:5px;
	background:#fff;
}

#infoBox p
{
	margin:0px;
	padding-top:3px;
	padding-bottom:0px;	
	padding-left:3px;
}

#leftColumn
{
	width:300px;
	float:left;
	padding:5px;
}

#rightColumn
{
	width:340px;
	float:left;
	padding:5px;	
}
label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
background:#eeeeee;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
background:#333333;
color:#fff;
}

#contactForm
{
	background:#CCCCCC;
	width:400px;
	padding:5px;
}

br{
clear: left;
}