/************** Layout ************/
	body {
		background-color: #B5CCEE;
		min-width: 610px;
		margin: 20px;
		font-family: arial, helvetica, sans-serif;
	}
	
	p, td 
	{
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
	}


   :link img, :visited img {
		border: 0;
	}
	
	h1 {
		margin-top: 0px;
		margin-bottom: 6px;
		font-family: arial, helvetica, sans-serif;
		font-size: 12pt;
		}
	h2 {
		margin-top: 24px;
		margin-bottom: 0px;
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		color: #008;
		background: #B5CCEE;
	}

/* Header */

	#header {
		background-color: #C5DCFE;
		min-height: 39px;
		height: 3em;
	   vertical-align: top;
	} 

	#topp {
	    display:block;
	    vertical-align: top;
	} 
		
	#header a,#header a:visited {
		text-decoration: none;
		color:#000066;
		font-family: arial, helvetica, sans-serif;
		font-size: 20px;
		vertical-align: top;
   }
	
	

/* Sidebar */

	#nav {
		/* background: #E0E9E9 url("http://mozilla.org/images/menu_back.gif") right repeat-y;*/ 
		background: #397EF3;
	}
	
	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav {
		margin-bottom: 1em;
	}	
	#nav li {
		display: inline;
		padding: 0;
		margin: 0;
		text-align: center; 
	}
	

	#nav li a, #nav li a:visited {
		display: block;
		padding: 11px 10px;
		text-decoration: none;
		background-color:#EDF2F2;
		border-bottom: 3px solid #bbbbbb;
		border-top: 3px solid #ffffff;
		border-left: 3px solid #ffffff;
		border-right: 3px solid #777777;
		color: #555500;
		font-family: arial, helvetica, sans-serif;
		font-size: 11pt;
		text-align: center; 
	}


	#nav li a:hover {
		background: #E0E9E9;
		color: #333300;
		text-decoration:underline;
	}
	
/* Footer */

	#copyright {
		clear: both;
		border-top: 1px solid #666;
		margin: 0 0;
		padding: 0 0;
		text-align: center;
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		color: #666;
	}

   #copyright p {
		margin: 0 0;
		padding: 0 0;
	}
	
	#bb 
	{
		border-style:solid;
		border-bottom: solid 20px #C5DCFE;
		border-top: solid 20px #C5DCFE;
		border-left: solid 20px #C5DCFE;
		border-right: solid 20px #C5DCFE;
		background-color:#C5DCFE;
	}
	
	#small 
	{
		font-size: 11px;
	}
	 
		  

