
body { 	
	color : black;
	background-color : #e5ecf9;
	background-image : url(.);
	background-attachment : fixed;
	background-position : center left;
	background-repeat : no-repeat; 
	font-family: Georgia, Palatino, serif; 
	color:	#111; 
}


img, h{
	border-width: 0px;
}

div, p, th, td, li, dd, dl, dt { /* redundant selectors to help NS4 not forget */ 
font-family: Georgia, Times New Roman, Times, serif;
line-height: 1.5em;

}

p.initial:first-line {
	text-transform: uppercase;
}
h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	}
h4	{
	font-size:	1.25em;
	}
h5	{

	font: .8em Georgia, Times New Roman, Times, serif;
	}
h6	{
	font-size:	0.8em;
	}	
.first 	{
	margin-top: 0; 
	padding-top: 0;
	}	
h1, h2, h3, h4, h5, h6	{
	font-family:	arial, helvetica, sans-serif;
	color : #333;
	}

.sidebar { 
padding: 0px;
float: left; }


.menu {	
	width: 120px;
   background: #fff;	
	text-align : left;
	font-weight : bold; 
	list-style: none outside;
	margin: 0 5px 10px 0;
	border : thin solid;
	font: normal 10px geneva, verdana, sans-serif; 
}

.menu li a {
   display: block;
   padding: 5px;
   margin: 0;
   background: #fff;
   color: #666;
   border-top: solid 1px #999;
   border-bottom: solid 1px #ccc;
   font: normal 10px geneva, verdana, sans-serif;
   text-decoration: none;
	}
.menu li a:hover {
   background: #666;
   color: #fff;
   text-decoration: underline;
	}
	
.contentText {	
	color:	#666; 
	background-color : white;
	border : thin solid;
	margin-left : 150px;
	margin-right : 100px;
	padding: 15px;
	}

.ahem {
	display : none}

.logo a {
   padding: 0px;
   margin: 0;
   border-top: solid 1px #999;
   border-bottom: solid 0px #ccc;
	}
.logo a:hover {
   color: #fff;
	text-decoration: none;
	}
