/* CSS Document */

html, body {
  margin: 0;
  padding: 0;
  border: 0;
}
body { background-color: #fff; /* change the color to your background color */ }
#main {
	width: 80%;
	max-width: 1000px;
	background-color:#fff;
	margin: 2em auto;
	padding: 1em;
	position: relative;
} 
#main p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	padding-right: 25px;
	line-height: 18px;
}
#welcome   {
	width: 600px;
	padding-top: 25px;
	float: left;
}
#info {
	width: 500px;
	float: left;
	clear: both;
}

#regForm {
	float: right;
	width: 210px;
}

ul    {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	list-style-type: circle;
}
h1    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #C00;
}
h2    {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #C00;
}
#text {
	position: relative;
	z-index: 0;
	clear: both;
}
.dcsights {

}


a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C00;
}

a:hover {
	color: #C00;
	text-decoration: underline;
}
a:active {
	color: #C00;
}
#bblogo {
	float: left;
	width: 250px;
	margin-right: 100px;
}
