/* download.css benjamin b */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left: 0px;
	}
	


	
/* page is divided in 3 divs: top center bottom */


/* ---------------------------------------- */
/* top is CSS-only navigation menu -- no javascript ! */
#top { 
	width:790px;
	background-color:#555555;

	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 40px;
	
	border-top:thick;
	border-top-color:#666666;
	border-right:groove;
	border-right-color:#666666;
	border-bottom:groove;
	border-bottom-color:#666666;
}
	
.menuitem { /* used in top navigation div */
	background-color:#999999;
	text-align: center;	
	font-size:15px;
	font-weight:bold;
	color:#333333;
}


.currentpage { 
		background-color:#CCCCCC;
		text-align: center;	
		font-size:20px;
		font-weight:bold;
		color:#CC0000; 
}

/* link styles */
	
a:link { 
	text-decoration : none ;
	color:#0033FF;
}

a:visited { 
	text-decoration : none ;
	color:#0033FF ;
}

/* using descendant selector to change font size 
only for navbar menuitems */
.menuitem a:hover {
	color : #FFFF33;
	font-size:18px;
}



a:hover { 
	color : #ee8800 ;
}

a:active {
	color : #FF9900;
	text-decoration:overline;
}


/* ---------------------------------------- */

#center { 
	width : 500px;
	background-color:#EEEEEE;

	margin-left: 100px;
	padding-top: 1px;
	padding-left: 40px;
	padding-bottom: 1px;

	border-top: ridge;
	border-top-color:#666666;
	border-left: ridge;
	border-left-color:#666666;
	border-bottom:groove;
	border-bottom-color:#666666;
	border-right:groove;
	border-right-color:#666666;
}
	
/* wider version of center div used for "downloads.html" page */
#center2 { 
	width : 650px;  /* different width */
	background-color:#EEEEEE;

	margin-left: 100px;
	padding-top: 1px;
	padding-left: 40px;
	padding-bottom: 1px;

	border-top: ridge;
	border-top-color:#666666;
	border-left: ridge;
	border-left-color:#666666;
	border-bottom:groove;
	border-bottom-color:#666666;
	border-right:groove;
	border-right-color:#666666;
}
	
/* heading for page categories */ 
.c2heading {
	font-size: 18px;
	font-weight:bold;
	color:#009999;
}

.downlistitem {
	height: 1.7em;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.style2 {font-size: 10px}

/* h3 is used for links on "downloads" and "links" pages  */ 
h3 { 
	font-size:14px;
	font-weight:normal;
}

.inlinelink {
	font-size:14px;
	font-weight:normal;
}

.comment {
	font-size:12px;
	line-height:1.5;
}

/* ---------------------------------------- */


#bottom { 
	width: 300px;
	background-color:#555555;

	padding-top: 1px;
	padding-left: 40px;
	padding-bottom: 1px;
	color:#CCCCCC;
	
	border-top:thick;
	border-top-color:#666666;
	border-right:groove;
	border-right-color:#666666;
	border-bottom:groove;
	border-bottom-color:#666666;
}
