body {
	margin: 10px 0;
	padding: 0;
	color: #000;
/*   background-color: #CCCC99; */ /*#aaf;*/ /*#99995f;*/
	background-color: #466991;
	font: 62.5%/1.4 Trebuchet, Tahoma, 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, clean, sans-serif;
/*	FONT: 82%/150% Tahoma,  Helvetica, Arial, clean, sans-serif; */
	text-align: center;
}

a {text-decoration: none; line-height: 2.2em; }
a:link   { color: #000099; }
a:visited{ color: #0000FF; }
a:hover  { color: #CC6600; }
a:active { color: #CC0000; }

.uline a {text-decoration: underline; line-height: 2.2em; }
.uline a:link   { color: #000099; }
.uline a:visited{ color: #0000FF; }
.uline a:hover  { color: #CC6600; }
.uline a:active { color: #CC0000; }

.clear {
	clear: both;
}
.wrapper {
	margin: 0 auto;
	width: 762px;
	w\idth: 760px;  /* l + C + R + 2 */
	text-align: left;
	background-color: #c5cacf; /* Left color*/
	border: 1px solid #000;
}
.outer1 {
	margin-left: 120px;
	background-color: #fff; /* Right color*/
}
.outer2 {
	margin-right: 200px;
	background-color: #fff; ; /* Center color  #f3b36d; */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.outer0 {
	position: relative;
	margin-left: -121px;
	margin-right: -201px;
}
.wrap-cl {
	float: left;
	width: 559px; /* L + C + 1 */
}
.center {
	float: right;
	width: 408px;  /* Center  388 */
}
.left {
	float: left;
	width: 120px;  /* Left */
	margin-right: 1px;
	background-color: #111;
}
.right {
	float: right;
	width: 200px;  /* Right */
	margin-left: 1px;
}

.outer0 {
	/*word-wrap: break-word;*/
}

.inright  {          margin:    10px;   }
.inleft   {background-color:    #c5cacf;}
.incenter {      margin-top:    15px;
                 margin-bottom: 10px;
                 margin-right:  15px;
                 margin-left:   10px;   }

/** content **/

.alignright {
	text-align: right;
}
.wide {
	background-color: #fff;
}
.top {
	border-bottom: 1px solid #000;
}
.bottom {
	border-top: 1px solid #000;
}
.testfloat {
	width: 50px;
	border: 2px solid #f90;
	background-color: #ffd;
	font-size: .8em;
}
.to-right {
	float: right;
}
.to-left {
	float: left;
}

#header h1{
    padding-top: 120px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(../Images/SMheader4.gif);
    background-repeat: no-repeat;
	 BORDER-BOTTOM: 1px #000 solid;
	 margin-top: 0px; margin-bottom: 0px;
}

#adminNav { 
   BORDER-BOTTOM: 1px #000 solid;
	font-size: 1.1em; 
        font-weight: 600;	
}
#adminNav ul { 
	list-style: none;
	margin: 0;  
	padding: 0;
	text-align: right;
}
#adminNav li {  
	display: inline;
	padding-right: 20px; 
}

#mainNav { 
   background-color: #c5cacf; 
   margin: 0; padding: 10px 10px 10px 20px; 
   font-size: 1.1em;
   font-weight: 600;
}                            
#mainNav li { 
   margin: 0; 
	padding: 0; 
	list-style: none; 
}

#footer { background-color: #c5cacf;
  BORDER-TOP: #000 1px solid;  /* border only at bottom  */
  TEXT-ALIGN: center;
}
#footer p { margin: 0 0 0 1em;}

#events {
   text-align:center;
}
#events p {
   font-size: 1.0em;
}
#events strong {
   font-size: 1.4em;  
}
#events span {  
   font-size: 1.0em; 
}

h1 { 
   font-size: 2.4em; 
	font-weight: bold; 
}
h2 { 
   font-size: 1.6em; 
	font-weight: bold; 
}

p, li, span {
   font-size: 1.4em;  
}

.cancel { color: #c00; font-size: 175%; }
