body { 	color : black;
	background-color : white;
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat; }

h1.title  {
		margin-top : 0.5em;
	  width : 98%;
	  margin-left : auto;
	  margin-right: auto;
	  padding: 5px;
	  z-index : 0;
}
		
.sidebar {
	 position : absolute;
	  top : 6em;
	  left : 1%;
	  width : 10em;
	  z-index : 1;
	padding: 5px;
}
		
.menu {	
	border : 1px solid;
	font-size: 11px;
	padding : 0.5em;
	margin-bottom : 0.5em;
}

.menu a	{
	margin-left: 15px;
	display: list-item;
	list-style-image: url(images/circle2.gif);
}

.menu a:hover {	

}

.menu .nolink{
	margin-left: 15px;
	display: list-item;
	list-style-image: url(images/circle2.gif);
}

.menu .category {
	font-family: Verdana,Arial,Helvetica,"Courier New",Courier;
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
		
.menu strong {	font-size : large; }

.other {
	border : 1px solid;
	padding :0.5em;
	margin-top : 0.5em;
}

.other form {
	margin-left: 10px;
}

.other a {
	display: block;
	text-align: center;
}

.contentText {	color : black;
		background-color : white;
		margin-left : 14em;
		padding : 1em;
		margin-right : 3em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;
}

.footer {
	text-align: center;
	color: #999999;
	clear: both;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva, "Courier New",Courier;
	font-size: 10px; }

#footer {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif, Verdana, Geneva, "Courier New",Courier;
        font-size: 10px;
        color: #999999;
}

#footer a{
        color: #6699FF;
}
 
