body  {
	font: normal normal normal 0.86em/1.5em "Lucida Grande", Verdana, sans-serif;
	background: #666;
	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: url(images/header_bg.jpg) repeat-x 0 84px;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #fff url(images/bg.jpg) repeat-y 0 232px;
	color: #333;
} 
.twoColFixRtHdr #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:232px;
	background: #fff url(images/header.jpg) no-repeat 50% 100%;
	position:relative;
} 
.twoColFixRtHdr #header #logo { 
	margin-top:7px;
}
.twoColFixRtHdr #header #tagline { 
	width:323px;
	height:0;
	padding-bottom:89px;
	text-indent:-999em;
	background: url(images/tagline.jpg) no-repeat 0 0;
	position:absolute;
	left:168px;	
	top:22px
}
.twoColFixRtHdr #sidebar1 div.colheader {
	background: url(images/col_header.jpg) no-repeat 0 0;
	padding: 5px 10px 10px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 295px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 7px 6px 7px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent url(images/footer_bg.jpg) no-repeat 0 100%;
	margin: 0;
} 
.twoColFixRtHdr #footer div.footercontainer { 
	background: #ddd;
	padding: 3px 20px 3px 20px;
	text-align:left;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer #mcccdlogo {
	text-align:left;
	float:right;
	margin-top:7px;
	margin-right:15px;
}
.floatright { /* 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;
}
.flaotleft { /* 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;
}
h1 {
	font: 1.85em Georgia, "Times New Roman", serif;
	color:#002b5e;
}
h2 {
	font: 1.5em Georgia, "Times New Roman", serif;
	color:#002b5e;
}
h3 {
	font: bold 1.25em Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color:#002b5e;
}
h4 {
	font: bold 1.1em Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	color:#002b5e;
}
/* h2, h3, h4 {
	color:#94877a;
} */
.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: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-right:27px;
	padding-top:1.5em;
	font-size:0.84em;
	line-height:1.5em;
}
#sidebar1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#sidebar1 h3, #sidebar1 h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight:bold;
}
.twoColFixRtHdr #sidebar1 h2 {
	font-size: 1.4em;
	color: #002b5e;
	text-transform:uppercase;
}
.twoColFixRtHdr #sidebar1 h3 {
	font-size: 1.2em;
}
.twoColFixRtHdr #sidebar1 h3.event {
	padding-top:1em;
	border-top:2px solid #ddd;
}
.twoColFixRtHdr #sidebar1 h4 {
	font-size: 1.0em;
}
.large {
	font-size:1.3em;
	line-height:1.6em;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.italic {
	font-style:italic;
}
.center {
	text-align:center;
}
img {
	border:0;
}
a, a:link {
	color:#08469a;
	text-decoration:none;
	border-bottom:1px dotted #c7940d;
}
a:visited {
	color:#5c1c4f;
	border-bottom:1px dotted #c7940d;
}
a:hover {
	border-bottom:1px solid #666;
}
a:active {
	
}
table.decades {
	border:1px solid #eee;
}
table.decades td, table.datetime td {
	font-size:0.95em;
}
table.datetime {
	margin-bottom:10px;
	background: url(images/calendar-txt.jpg) no-repeat 95% 50%;
	border:5px solid #eee;
}
table.datetime td {
	border:none;
	line-height:1.3em;
}
table.datetime tr td {
	padding-bottom:3px;
}
table.datetime td em {
	color:#002b5e;
}
table.datetime td.col1 {
	vertical-align:top;
}
table.decades td.col1 {
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	font-family:Georgia,"Times New Roman",Times,serif;
}
table.decades td.col2 {
	line-height:1.45em;
}
table tr.odd {
	background-color:#ddc;
}
table tr.even {
	background-color:#fff;
}
table.decades ul {
	margin-top:0.2em;
	margin-bottom:0.2em;
}
.adbox {
	font-size:0.85em;
	line-height:1.3em;
	font-style:italic;
	font-family:Georgia,"Times New Roman",Times,Serif;
	margin-bottom:10px;
}
.adbox a, .adbox a:link {
	text-decoration:none;
	border-bottom:1px dotted #c7940d;
}
.adbox a:visited {
	text-decoration:none;
	border-bottom:1px dotted #c7940d;
}
.adbox a:hover {
	border-bottom:1px solid #666;
}
.adbox a:active {
	text-decoration:none;
	border-bottom:1px dotted #c7940d;
}
.adbox a.image, .adbox a:link.image, .adbox a:hover.image, .adbox a:active.image, .adbox a.visited.image {
	text-decoration:none;
	border-bottom:none;
}


