body
{
	background-color: #fffaff; 
	font-family: sans-serif; 
	font-size: 12pt; 
	color: #000; 
}

H1	
{
	font-family: serif;
    //color: #000044;
    color: #fffaff;
	font-variant: small-caps;
	font-size: 26pt; 
	font-weight: bold;

}


H2
{
	font-weight: bold;
	font-size: 14pt; 
    color: #880000; 
}



TD	
{ 
	vertical-align: top;
}

H3
{
	font-style: serif;
	font-weight: bold;
	font-size: 12pt;
	margin: 24px 0 8px 0;
}

Contact
{
	font-style: serif;
    font-weight: bold;
	font-size: 12pt;
}

li 
{
	margin-bottom: 0.5em
}


A		{text-decoration:none;}
A 		{color: #008;}
A:visited	{color: #404;	}
A:hover 	{color: #800;	}

/* Registration button */

#reg a  {display:inline-block; cursor:pointer;
			border:0;
			border-radius:6px;
            font-weight:bold;
            text-decoration:none;
            text-align:center;
            color: #fafafa; background: #663300; padding: 3px 5px;}
#reg a:hover {background: #aaaaaa;color: #221100;}

/* Sidebar */


	
	#sidebar {
		margin: 0;
		padding: 0;
        font-family: serif;
		list-style: none;
		margin-right: 1em;
        line-height: 1em;
	}	
    
	#sidebar li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	
	
	#sidebar li a {
		display: block;
		padding: 8px 10px;
		text-decoration: none;
  //      color: #000044;	
        color: #fafafa;
        background: #003366;
//		background: #aaccff;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;        

	}

	#sidebar li a:hover {
		background: #aaaaaa;
        color: #000044;
		//background: transparent url("../logo.gif")  top left repeat;
	}
	

