body, a, h1, h2, ul, li {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	font-weight: bold;
	text-decoration:none;
	color: #71799d;
}

a:hover {
	text-decoration:underline;
	color: #424d7b;
}

a.footer {
	text-decoration:none;
	color: #f8bd2e;
	font-size: x-small;
	font-weight: normal;
}

a.footer:hover {
	text-decoration:underline;
	color: #dee1e8;
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left; 
}

#header {
	height: 105px;
	background-image: url(bc_header_grad.gif);
	background-repeat: repeat-x;
}

#logo {
	position: relative;
} 

#calc {
	position: relative;
	left: 26px;
}

#contact {
	position: relative;
	left: 53px;
}

#menu {
	width: 145px;
	float: left;
	text-align: center;
}

#main {
	width: 635px;
	background-image: url(bc_menu_div.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	padding: 10px;
}

#swapimage {
	position: relative;
	padding-left: 10px;
} 

#swapimageleft {
	position: relative;
	padding-right: 10px;
} 

#menutop {
	position: relative;
	padding-top: 10px;
} 

#menubottom {
	position: relative;
	padding-bottom: 10px;
	padding-top: 5px;
} 

#menubutton {
	position: relative;
	padding-top: 5px;
} 

#footer {
	height: 50px;
	background-color: #FFF;
	background-image: url(bc_footer_grad.gif);
	background-repeat: repeat-x;
	color: #f8bd2e;
	font-size: x-small;
	padding-left: 10px;
	padding-top: 17px;
}

#main p {
	line-height: 1.1em;
} 

#content h1 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #424d7b;
}

#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #424d7b;
	text-align: center;
}

#content h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #424d7b;
}

#content ul {
	margin-top: 0;
	margin-bottom: 0;
}

#content li{ 
	display: inline; 
	list-style-type:disc;
	list-style-position:outside;
} 

.notes {
	font-size: x-small;
}

.customerlisting {
	font-size: small;
	line-height: 17px;
	}

.repname {
	font-size: small;
	line-height: 17px;
	font-weight: bold;
	color: #424d7b;
	}

.clear {
	clear: both;
}
