body {
	background: whitesmoke;
	font: 13px Verdana, Tahoma, arial, sans-serif;
	color: #666666;
	text-align: center;
	margin: 0px auto;

}

table{
        font: 12px;
        margin: 0px auto
} 

th {
        background: #93BC0C;  /* light green */
        color: #fff;
        text-align:left;
}

table #membership a{
        color: #1773BC;        /* unclear sky blue */
}

a {
        color: white;
        text-decoration: none;
        font:bold 15px ;
}
  

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}

h1 {
		
	font-weight: normal;
	color: #555;             /* medium grey */
}

h2 {
	font: normal 20px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #85970C;         /* favorite light green */
	text-transform: none;
	padding: 0px 0 0px 10px; 	
}

h3{ 
        margin: 0;
}


img{
       border: 0;
}

/* Specify all the list properties in one declaration: */

ul {
	list-style: none;        
}

A:active {text-decoration: none}
A:hover {text-decoration: none; color: orange;}

#wrap { 
        position: relative;
	width: 800px;
	background:white;
	margin: 0 auto;
	text-align: center;
}

#main {
        width: 800px;
        clear: both;
        background:white;
        margin: 0 auto;
        text-align:center;
        
}




#mainHalf{
        
        float: left;
  	width: 390px;
	padding: 0 0 0 0; margin: 0 0 0 5px;
	display: inline;
}


#mainLeft {
	float: left;
	width: 630px;
	padding: 0 0 0 0; margin: 0 0 0 10px;
	display: inline;
}

#sidebar {
	float: left;
	width: 150px;
	padding: 20px 10px 0 0; margin: 0;
	text-align:left
}

#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 		
}

#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		/* top bottom: 0, right left: 2 */
	color: #8F8F8F;          /* grey */
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {      /*  ul.sidemenu: html tag class */
	text-decoration: none;	
	background-image: none;	
	color: #666666;	         /* grey */
		
}
#sidebar ul.sidemenu li a:hover {	
	
	color: #1773BC;           /* unclear sky blue */
}
#mainBottom {
        width: 800px;
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	color: #666;
}

#mainCol1, #mainCol2 {
        float: left;
	width: 33%;
	padding: 0 0 0 0; margin: 0 0 0 10px;
	display: inline;
}

/* #flashcontent {
	text-align: left;
	margin: 0 auto;
} */

