
/* specs for main portion */
BODY {
	background-image: none;
	font-family: Arial, Helvetica, sans-serif; 
	margin-right: 2%;
	margin-left: 3%;
	background: #ffffff;
}

/*-------------------------------------------- */
/* specs for the top menu */
#topmenu {
 	background: #003366;
 	color: #eeeeee;
 	text-decoration : none;
	text-align: center;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	padding: 2px;
}
.topmenu_col {
	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; 
}

/*-------------------------------------------- */
/* specs for main column */
       
/* we leave some place on the side using the margin-* properties */
#main {
	padding-left:2%;
 	background-color: white ;
 	color: black;
	text-align: left;
}
.main_col {
	margin-left:181px;
}
div#main :link		{ color: #000066; }
div#main :visited	{ color: #000000; }
div#main :active	{ color: #000000; } 
div#main :hover		{ color: #000000; }     


/*-------------------------------------------- */
/* specs for left column */

/* and then we put each list on its place */
#list-left {
	position:absolute;
	padding-top: 60px;
	padding-left:10px;
	padding-right:10px;
	left:0;
	width: 175px;
 	background: #003366;
	color: #eeeeee;
	height: 100%;
/* 	font-size: 90%; */
}
div#list-left :link 	{ color: #eeeeee }	/* for unvisited links */
div#list-left :visited 	{ color: #ffffcc }	/* for visited links */
div#list-left :active 	{ color: #cc9999 }	/* when link is clicked */
div#list-left :hover 	{ color: #cc9999 }	/* when mouse is over link */

/*-------------------------------------------- */
/* specs for right column */
#list-rt {
	right:0;
}

/*-------------------------------------------- */
