
body {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 80%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #bbb url('graphics/back-dgray.jpg');
	color: #333;
	text-align: left;
	}

#page {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	min-width: 950px;

}

#main {
	margin: 0px;
	}

#header {
	background: #eee url('graphics/back-lgray.jpg');
	border: 1px solid #000;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 4px 0 0 0;
	height: 80px;
	}
	
#articlemenu {
	text-align: left;
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 20px;
	border: 1px dotted black;

}

#intro {
	background: #eee url('graphics/back-lgray.jpg');
	border: 1px solid #000;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 4px 50px 50px 50px;	
}

#leftside {


	text-align: justify;	
	}
	

	


td.rightcolumn {
		background: #eee url('graphics/back-lgray.jpg');		
		border: 1px solid black;
}


td.leftcolumn {
		background: #eee url('graphics/back-lgray.jpg');		
		border: 1px solid black;
		width: 120px;
	}
	
#article {
	padding-bottom: 20px;	
	padding-left: 4px;
	padding-right: 4px;
}



#article h3 {
	margin-bottom: 1px;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}




H1 {
	font-family: "Courier New", monospace;
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
	color: #663366;
	margin-top: 0px;

}

H3 {
	text-align: left;
	font-size: 100%;
}

P {
	margin-top: 0px;
	padding: 0;
	text-align: justify;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
}


PRE {
	font-size: 110%;
}

P.subtitle {
font-family: "Courier New", monospace;
font-weight: bold;
font-size: 14pt;
color: #663366;
text-align: center; 
margin-top: 6px;
margin-bottom: 0px;
padding: 0px;
}



P.links {
font-family: "Courier New", monospace;
font-weight: bold;
font-size: 16pt;
text-align: left;
}

P.copyright
{
margin-top: 80px;
font-family: "Courier New", monospace;
font-weight: bold;
font-size: 10pt;
text-align: left;

}
	
	
#leftside ul {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;	

}

#leftside li {
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-family: "Courier New", monospace;
	font-weight: bold;
	font-size: 14pt;

}


#articlemenu ul {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;	

}

#articlemenu li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;


}

#article ul {
	text-align: left;
}

img.borderless {
	border: 0;
}




img.imgleft { 
    float: left;
    border: 1px solid black;  
    margin-right: 20px;
      margin-bottom: 10px;
}

img.imgright { 
    float: right;
    border: 1px solid black;  
    margin-left: 20px;
    margin-bottom: 10px;
}

img.imgnone {
	border: 1px solid black;  
    	margin: 10px;
}


img.border {	
	border: 1px solid black;
}

a, a:visited {
	text-decoration: none;
	color: #147;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #147;	
}

a:visited:hover {
	text-decoration: none;
	border-bottom: 1px dotted #147;	
}

a.imagelink {
	text-decoration: none;
}

a.imagelink:hover {
	text-decoration: none;
	border-bottom: none;
}

a.imagelink:visited:hover {
	text-decoration: none;
	border-bottom: none;
}

#leftside a, a:visited {
	text-decoration: none;
	border-bottom: none;
	color: #147;
		
}


#display {
	padding-top: 20px;
	padding-bottom: 60px;
}

#display img {
	border: 2px solid black;
}

#leftside a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #147;	
}

#thumbnails a:hover {
	text-decoration: none;
	border-bottom: none;
}

#thumbnails img {
	border: 1px solid black;
}
	


.sublink  {
	border-top: 1px dotted black;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: left;
}



#display table {
	border: 3px solid black;
}


td.thumb {
border:1px solid black;
background-color: #999999;
text-align: center;
vertical-align: middle;
width: 150px;
height: 150px;
}


td.bigthumb {
padding: 20px;
border:2px solid black;
background-color: white;
text-align: center;
vertical-align: middle;

}


#bigthumbs {
	padding: 0;

}



