	/*  General rules */
	
img	{
	border: 0;
	}

.detail {
	border: 1px dashed #999;
	}

	/*  Establish general layout parameters */

body	{
	background: #000;
	background-image: url(denim.gif);
	background-repeat: repeat;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 10pt;
	padding-bottom: 25px;
	}
	
#wrapper	{
	background: #fff;
	margin: 30px auto;
	padding: 0;
	border: 1px solid #ccc;
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	width: 780px;	 
	}
	
#header	{
	background: #fff;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: right;
	}

#header img	{
	margin: 0;
	padding: 0;
	border: 0;
	}

#maincontent	{
	float: left;
	margin: 0;
	padding: 15px;
	padding-top: 5px;
	width: 780px;  /* Thank you, Tantek. */	
	width: 750px;	 
	font-size: 10pt;
	}

#maincontent ol, #maincontent ul	{
	margin: 0.5em, 0;
	padding-left: 10px;
	margin-left: 10px;
	margin-top:0;
	}

#maincontent ul li {
	line-height: 1.2;
	margin-top: 0.4em;
	list-style: outside;
	vertical-align: top;
	}

#footer {
	border: 0;
	border-top: 1px solid #ccc;
	text-align: center;
	padding:5px; 
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 8pt;
	clear: both;
}

code, pre	{
	font-family: monaco, "courier new", courier, monospace;
	background: inherit;
	color: #333;
	}

	/*  Typography */
	
h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color:#000;
	}
	
h1	{
    	font-size:    18pt;  
	}

h2	{
	font-size:    18pt; 
	text-align: center;
	color:#600;
	}
h2:before { content: "-- "; }
h2:after { content: " --"; }

h3	{
	font-weight: bold;   	
	font-size: 14pt;  
	margin-bottom:0.75em;
	text-decoration: underline;
	}

p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-indent: 45px;
	}

blockquote {
	color: #600;
}

sup {
	font-size: 5pt;
}

table { width: 100%; }

td {
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	text-align: center;
	align: center;
	padding-bottom: 15px;
}

.mid {
	vertical-align:middle;
}

	/* General linkology */
	
a:link, a:visited, a:active {
	text-decoration : none;
	color: #600;
	background: transparent;
	}

a:hover {
	color: #600;
	text-decoration : underline;
	}

a:link img, a:visited img, a:active img {
	border: 2px solid #fff;
}

a:hover img {
	border: 2px solid #600;
}

	/*  Horizontal nav */

#menu	{
	margin: 0;
	padding: 0;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	}

#menu li#b1 a,
#menu li#b2 a,
#menu li#b3 a,
#menu li#b4 a,
#menu li#b5 a,
#menu li#b6 a {
	background: #333;
	width: 129px;
	height: 2em;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0 0 10px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 10px;
	line-height: 2em;
	}

#menu li#b6 a {
	width: 130px;
	border-right: none;
}

body#b1 #menu li#b1 a, 
body#b2 #menu li#b2 a, 
body#b3 #menu li#b3 a, 
body#b4 #menu li#b4 a, 
body#b5 #menu li#b5 a, 
body#b6 #menu li#b6 a {
	background: #fff;
	border: 1px solid #ccc;
	border-left:none;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	color: #600;
	}

body#b6 #menu li#b6 a {
	width: 130px;
	border-right: none;
}

#menu li#b1 a:hover,
#menu li#b2 a:hover,
#menu li#b3 a:hover,
#menu li#b4 a:hover,
#menu li#b5 a:hover,
#menu li#b6 a:hover {
	color: #600;
	background: #ccc;
	}

#menu a:active	{
	background: #ccc;
	color: #fff;
	}


	/*  Special stuff */

input, textarea { font: 12px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif; padding:1px; margin:1px;}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

.greek { font-family: symbol; }

.contact { width:100%; }
.contact td { font-size:13px; text-align:left; padding:0; }

.location { font-weight:normal; }

.period { font-style: italic; }
.position { font-weight:bold; }

.caption { text-align:center; font-size:8pt; }
.right { text-align:right; }

.update { color:#fff; background: #600;}

.highlight { color: #600; background: #600;}

.newslist { font-size:14px; text-align:left;}

.seereadmore { font-size:12px; text-align:left;}

.fifty { width:50%;}
