body {
	background-color: #f2f2f2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; /* font control for the entire document.  */
	color: #333; /* font color */
	margin: 0;
	padding: 0; /* set margin and padding to 0 so that the top and bottom are flush with the window */
}
#container {
	width: 800px;
	margin: 0 auto;/* centers the div */
	border: 1px solid #ccc;/* grey one-pixel border around the entire content area */
	background-color: #fff; /* white div background that sits on top of the grey body background */
}
#header {
	height: 75px; /* sets height of the div */
	background-color: #fff; /* white layer on top of white containainer */
	border-bottom: 2px solid #BF1E2D;/* grey one-pixel border around the entire content area */
	background-image: url(images/bms_logo.png);/* background image in masthead */
	background-repeat: no-repeat;
	background-position: bottom left;
}

#nav {
	height: 37px;
	background-color: #fff;
	background-image: url(images/images/bms_nav_rule.jpg);/* background image in masthead */
	background-repeat: repeat;
	font-weight: bold; /* everything in this div will be bold */
	padding-left: 20px;
}
#header, #content, #footer {
	padding: 20px; /* 20 pixels of padding on different divs */
}

#sidebar{
	width: 200px; 
	float: left; 	
}

.sidebar1, .sidebar2 {
	background-color: #f2f2f2; 
	border-top: 3px solid #BF1E2D;
	border-bottom: 1px solid #1a1a1a;
	padding-bottom:10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#main_content{
	width: 455px; 
	float: left; 
	padding: 20px;
	padding-top: 0px;
}

.main_content1, .main_content2, .main_content3{
	padding: 20px;
	padding-top: 0px;
}

#content p {
	line-height: 20px; /* a leading of 20 pixels, which gives my font some breathing room */
}
#footer {
	width: 760px;
	height: 50px;
	float: left;
	padding: 20px 0px;
	/*margin-left: 200px;*/
	border-top: 1px solid #1a1a1a;
	color: #1a1a1a; /* font color */
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	font-weight: normal;
	border-top-color: #808080;
	/*clear: left;*/
}
#footer_1 {
	width: 800px;
	height: 50px;
	float: left;
	padding: 20px 0px;
	margin-left: 200px;
	border-top: 1px solid #1a1a1a;
	color: #1a1a1a; /* font color */
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	font-weight: normal;
	border-top-color: #808080;
	clear: left;
}
ul.list
{
	line-height: 20px;
}
ul.custombullet {
	list-style-image: url('images/bullet_arrow.png');
	line-height: 20px;
	margin-left: 5px;
	padding-left: 5px;
}
ul.custombullet_2col {
	list-style-image: url('images/bullet_arrow.png');
	line-height: 20px;
	margin-top: 0; 
	padding-top: 0;
	margin-left: 5px;
	padding-left: 5px;
}
h1 {
	color: #BF1E2D; /* font color */
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	font-weight: bold; /* everything in this div will be bold */
}
h2 {
	color: #BF1E2D; /* font color */
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	font-weight: bold; /* everything in this div will be bold */
	clear: left;
}
h3 {
	/*color: #BF1E2D; /* font color */
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	font-weight: lighter;
	font-style: normal;
}
quote {
	/*color: #BF1E2D; /* font color */
	color: #333;
	font-size: 10px;
	line-height: 16px;
	text-align: right;
	font-weight: lighter;
	font-style: normal;
}
ul.custombullet {
  list-style-image: url('images/bullet_arrow.png')
}
img_content {
	width: 455px;
	height: 185px;
	align: left;
	border: 1px solid #1a1a1a;
	margin-bottom: 20px;
}
a {
	font-size: 12px;
	text-decoration: none;
	color: #1a1a1a;
}

a:hover {
	color: #bf1e2d;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #1a1a1a;
}
a:visited {
	text-decoration: none;
	color: #1a1a1a;
}
a:active {
	text-decoration: none;
	color: #1a1a1a;
}