
BODY {
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-right: 2%;
	margin-left: 3%;
	background: #ffffff;
}

/*-------------------------------------------- */
#topmenu {
 	background: #003366;
 	color: #eeeeee;
 	text-decoration : none;
	text-align: center;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	padding: 2px;
	margin-left:180px;
}
div#topmenu :link {
	color:#eeeeee;
	text-decoration : none;      
}
div#topmenu :visited {
	color:#eeeeee;
	text-decoration : none;      
}
div#topmenu :hover {
	color:#eeeeee;
	text-decoration : underline;      
}
div#topmenu :active {
	color:#eeeeee;
	text-decoration : none;      
}

/*-------------------------------------------- */
/* Properties that both side lists have in common (2 or 3 column template) */

div.link-list {
	top: 0px;
	bottom: 0px;
}

LI {
	list-style: disc outside;
	line-height: 150%; 
}

/*-------------------------------------------- */
/*
.main { 
 	background-color: #ffffff ;
 	color: black;
	text-align: left;
}
:link 		{ color: #000066; }
:visited 	{ color: #000000; }
:active 	{ color: #000000; } 
:hover 		{ color: #000000; }     
*/
/*-------------------------------------------- */

/* we leave some place on the side using the margin-* properties */
#main {
	margin-left:180px;
	padding-left:5%;
 	background-color: #ffffff ;
 	color: black;
	text-align: left;
}
div#main :link		{ color: #000066; }
div#main :visited	{ color: #000000; }
div#main :active	{ color: #000000; } 
div#main :hover		{ color: #000000; }     

/* and then we put each list on its place */
#list-left {
	position: absolute;
	padding-top: 60px;
	padding-left: 5px;
	padding-right: 10px;
/* 	margin: 0px; */
/* 	border: 0px; */
/* 	top: 0px; */
	left: 0px;
	width: 175px;
	background: #003366;
	color: #eeeeee;
	height: 100%;
/* 	font-size: 90%; */
}
div#list-left :link {
	color:#eeeeee;
	text-decoration : none;      
}
div#list-left :visited {
	color:#eeeeee;
	text-decoration : none;      
}
div#list-left :hover {
	color:#eeeeee;
	text-decoration : underline;      
}
div#list-left :active {
	color:#eeeeee;
	text-decoration : none;      
}

/* specs for right column */
#list-rt {
	right:0;
}
