body {
 background-color: White;
 background-image: url(images/margin.gif);
 background-position: left;
 background-repeat: repeat-y;
 margin: 0em;
 }

div.main	{
	margin: 0px 15px 10px 150px;
	padding: 10px;
	font-family :Trebuchet,Arial,Helvetica,sans-serif;
	color: Black;
	font-size: 90%;
}


h1 {
	margin: 20px 10px 5px 10px;
	background-color: #FFFF00;
	font-family: "Optima Std Roman", "Palatino Linotype", "Bookman Old Style", "Times New Roman", serif;
	color: #777777;
	text-align:left;
	padding-left: 150px;
	font-size: 300%;
	line-height:120px;
}

	img#logo	{
		position: absolute;
		top: 20px;
		left: 14px;
		z-index: 3;
		width:112px;
		height:120px;
		border: none;
}
	
h2 {
	font-family: "Optima Std Roman", "Palatino Linotype", "Bookman Old Style", "Times New Roman", serif;
	font-size: 200%;
}

h3 {
	font-family: "Optima Std Roman", "Palatino Linotype", "Bookman Old Style", "Times New Roman", serif;
	font-size: 150%;
}

h4 {
	font-size: 120%;
	font-weight: bold;
}

#menu	{
	position: absolute;
	top: 0px;
	left: 15px;
	right: 135px;
	width: 120px;
	background-color: #FF6666;
	padding:10px 0px 15px 0px;
}



DD {
	margin-bottom : 12pt;
}

a:link {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0000CD;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}

.cartouche {
	margin:1em;
	margin-left:2em;
	padding:1em; 
	background-color: #FFF0F0;
	border: dotted #2F4F4F;
}

/* This includes the Box Model Hack -- see http://tantek.com/CSS/Examples/boxmodelhack.html */
.mapleft  {
	float: left;	
	width: 30%;
	margin: 0px 5px 0px 0px;	
	background: #E6E6E6;
	padding: 1ex;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:40%;
}


p.credits 	{
	margin: 1em 2em 0em 1em;
	font-size: 80%;
	text-align: right;
	}

p.caption 	{
	margin-top:1em;
	margin-bottom:0em;
	font-size: 80%;
	text-align: center;
}

p.review	{
	margin: 1em 2em 0em 2em;
}

p.reviewer	{
	margin: 0em 2em 1em 2em;
	font-style: italic;
	text-align: right;
}

HR {
   color : Yellow; 
   background-color: Yellow;
   height : 2px;
   border: 0px;
   margin: 10px 20px;
}
