@charset "UTF-8";
/* CSS Document */

#leftimage{
float:left;
margin:5px 10px 10px 0;
width:150px;
height:225px;
background-color:#959595;
}

#leftimage p{
color:#fff;
text-align:center;
}

#topnav{
border-bottom: dotted 1px #464646;
padding-bottom:10px;
}

#content{
margin-top:10px;
}

#bottomround{
clear:both;
height:15px;
width:900px;
}

#footer{
background-image:none;
width:900px;
height:auto;
}
#contentcol-wrapper{
float:left;
width:600px;
margin:10px 0;
}

#contentcolumns{
	width:275px;
	margin:10px;
	float:left;
	padding:0;
	display:inline;
}

#content ul{
	list-style-type:bullet;
	padding-left:30px;
	text-indent:-0px;
	line-height:150%;
	color:#333;
	margin-top:5px;
	font-size:12px;
	width:220px;
}

#content ul li {
	padding-bottom:5px;
}

.imageleft{
float:left;
margin:5px 10px 5px 0;
}

.formbutton{
	cursor:pointer;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	height:40px;
	width:200px;
	font-weight:bold;
	padding: 1px 2px;
	background:url(images/formbutton.gif) no-repeat top center;
}

.formbutton2{
	cursor:pointer;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:30px;
	width:120px;
	font-weight:bold;
	padding: 1px 2px;
	background:url(images/formbutton2.gif) no-repeat top center;
}