body {
font: 1em  Verdana, Arial, Helvetica, sans-serif; 	
color: #000000; /*charcoal*/
background-color:  #6699FF; /*blue*/
behavior: url(css/csshover.htc)}

/*this removes all default browser margins and paddings*/
* {
margin: 0; 
padding: 0;}

/*the MAIN WRAPPER and HEADER div identities begin here*/
#mainwrapper { 
width: 800px; 
margin: 3em auto; 
border: 1px solid #000000; /*black*/
background-color: #FFCC00;} /*white*/

#headertop {
height: 200px;
background-image: url(../images/mcbanner1.jpg);
background-repeat: no-repeat;}

/*the NAV div identities begin here*/
#nav {
float: left; 
width: 800px; 
border-top: 1px solid #000000; /*black*/
border-bottom: 1px solid #000000; /*black*/
font-size: .8em;
font-weight: bold; 
background-color: #000000;} /*black*/

#nav ul {
margin: 0 50px;}

* html #nav ul {
float: left; 
border-left: 1px solid #6699FF; /*blue*/
margin: 0 25px;}

#nav li {
float: left; 
list-style-type: none; 
background-color: #000000; /*black*/
border-right: 1px solid #6699FF;} /*blue*/

#nav li:first-child {
border-left: 1px solid #6699FF;} /*blue*/

#nav a {
padding: 0 20px; 
text-decoration: none; 
color: #6699FF;} /*blue*/

* html a {display: block;}

#nav a:hover {
color: #000000; /*black*/
background-color:  #6699FF;} /*blue*/
	
#columnswrapper {
float: left;
width: 800px;
background-color:;} /*xxx*/

#leftcolumn {
float: left;
width: 300px; 
background-color:;} /*xxx*/

#leftcolumn img {
border-right: 3px solid #FFFFFF;
border-left: 1px solid #FFFFFF;}

#rightcolumn {
float: left; 
width: 500px;
padding-top: ;
background-color:;} /*xxx*/

#rightcolumn p {
font-size: .8em;
color: #000000;
padding: 0 .5em;
margin: 0px;
background-color:;}

#footer {
clear: both; 
display: block; 
border-top: 1px solid #000000; /*black*/
background-color: #000000; /*black*/
color: #6699FF;}

#footer p {
font-size: 70%; 
margin: 0; 
padding: 5px; 
text-align: center;}

.leftimage {
float: left; 
margin-right: 10px; 
border: 1px solid #000000;} /*black*/

.rightimage {
float: right; 
margin-left: 10px; 
border: 1px solid #000000; /*black*/}

.smallcaps {
font-variant: small-caps;}

.centersmallcaps {
text-align: center;
font-variant: small-caps;} 

.center {
text-align: center;}





