<style media="screen" type="text/css">

<!-- Layout -->

body {
	font: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	}

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

.mcc #container { 
	width: 100%;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
    overflow: hidden;
	} 

.mcc #header{
	width: 100%;
	height: 120px;}

.mcc #logo { 
	float: left;
	width: 100%;
	height: 120px;
	margin:0;	
	padding:0;
	background-image:url(navigation/logo.gif);
	background-repeat:no-repeat
	}
	
.mcc #photobar
	{
	float: auto;
	width: 100%;
	height: 120px;
	margin: 0 0 0 219px;
	padding: 0 0 0 219px;
	background-image: url(navigation/header-half3.jpg);
	}

.mcc #sidebar1 {
	height: 100%;
	float: left; 
	width: 12em;
	background: #ffffff;
	padding: 0;
	margin: 0;
	}

.mcc #mainContent { 
	margin: 2em 2em 0 17em;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;
	} 
	
.mcc blockquote { border : 2px solid #660000; background-color: #ffff99; width: 500px; padding: 10px; font-style: italic; float: right; margin: 8px 5px 5px 50px;}

.mcc #footer { 
	margin: 5em 2em 0 13em;
	background:#ffffff;
} 

#spotlight {
	float: right;
	width: 294px;
	margin: 50px 10px auto 5px;	background: url(navigation/spotlight2.gif);
	background-repeat:no-repeat;
	background-color:#ffff99;
	color:#000;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	overflow-x: hidden; 
	padding: 0px 0px 10px 5px; 
	}


.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;
}

<!-- Text / Lists -->

a     			{ color: #660000; text-decoration: none; }
a:hover      	{ color: #660000; text-decoration: underline; }
a:visited 		{ color: #660000; text-decoration: none; }

h1    	{ font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 1em;}
h2		{ font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
h3		{ font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-style:italic;}
h5 		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif}

hr {
	border: 0;
	height: 2px;
	width: 100%;
	text-align: left;
	color: #660000;
	background-color: #660000;
	}


#mainContent ul 		{list-style-image: url(navigation/bullet2.gif);
		font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 1.5em;
		margin: 10px 0 15px 20px;
		padding: 0 0 0 20px;
		}
		


select,input    { font-size: 10px; font-family: Verdana, Arial, Helvetica, SunSans-Regular }

<!-- Miscellaneous -->


</style>