@charset "utf-8";
.twoColFixRtHdr #container #header2 a:visited {
	color: #FFFFFF;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #698066;
	background-image: url(images/PageGreyGreenGradBack.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/containerBUMCbackground.jpg);
	background-repeat: repeat;
} 
.twoColFixRtHdr #header {
	height: 226px;
	background-color: #FFFFFF;
	width: 800px;
	margin-left: 5px;
} 
.twoColFixRtHdr #header2 {
	width: 800px;
	margin-left: 5px;
	top: 233px;
	height: 16px;
	background-image: url(images/BUMCspryBackground.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: 313131;
}
.twoColFixRtHdr #container #header2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	text-decoration: none;
}
.twoColFixRtHdr #container #header2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9fb39c;
	padding-top: 2px;
	text-decoration: none;
}

.twoColFixRtHdr #header3 {
	width: 800px;
	margin-left: 5px;
	height: 40px;
	top: 240px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	margin-top: 10px;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-right: 30px;
	top: 290px;
}
h2 {
	color: #5A6C57;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.twoColFixRtHdr #container #sidebar1 p {
	margin-right: 20px;
	padding-right: 7px;
}
.twoColFixRtHdr #mainContent {
	margin: 10 220px 10 10; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 10px;
	top: 290px;
} 
.twoColFixRtHdr #footer {
	background-image: url(images/BUMfooter.jpg);
	margin-left: 5px;
	width: 800px;
	background-repeat: no-repeat;
	height: 72px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style4 {
	font-size: 8pt
}
.style5 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #5A6C57;
}
a:active {
	color: #5A6C57;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.nounderline {
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
