body { margin-left: 0;
		 margin-right: 0;
		 margin-top: 2px;
		 margin-bottom: 0;
}

div.main, div.footer {	
		font-family: Georgia, serif;
		margin-left: 10%;
		margin-right: 10%;
}

div.banner { 
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		background-color: #00a800;
		background-image: url(http://retort.ca/greenbar-background.png);
		background-repeat: repeat-x;
		/*border: thick double orange;*/
}

div.banner div.googlead { 
		/*display: none;*/
		/*position: absolute;
		right: 0;
		top: 0;*/
		float: right;
		margin-top: 16px; 
		margin-right: 2px;
}

div.banner img { 
		float: left;
}

div.footer	{	
		border-top: solid thick #0A0;
		font-size: 75%;
		text-align: right;
		clear: both;
}

div.footer ul {
		text-align: left;
		list-style: url(http://retort.ca/square-bullet.png) square;
}

.rightfloat
	{	float: right;
		margin-left: 1em;
}

.leftfloat
	{	float: left;
		margin-right: 1em;
}

span.footer	{	
		border-top: solid thick #0A0;
		font-size: 75%;
}


p	{	line-height: 1.5;
		text-indent: 4em;
}

p.noindent
	{	text-indent: 0em;
}

h1, h2, h3, h4
	{	font-family: trebuchet ms, verdana, sans-serif;
}

h1, h2, h3, h4
	{	border-left: dotted #0A0;
		padding-left: 10px;
		clear: left;
		text-align: left;
}

h1	{	margin-top: 0em;
		margin-bottom: 0em;
		padding-bottom: 0.75ex;
}

div.department h1
	{	text-align: center;
		border: none;
}

h2	{	margin-top: 0em;
}

a:link, a:visited, a:active
	{	color: #080;
}

a:hover, a:focus	
	{	color: white;
		background-color: #0A0;
		text-decoration: none;
}

dl.review
	{	margin-top: 0;	/* putting margins on the DLs instead */
}

dl.review dt
	{	margin-top: 1ex;
		color: white;
		background-color: #0A0;
		padding-left: 2px;
		padding-top: 2px;
}

dl.review dt + dd
	{	margin-left: 0;
		color: black;
		background-color: #0A0;
		padding-left: 2px;
		padding-bottom: 2px;
}

dl.review dd + dd + dd
	{	margin-top: 0.5ex;
}	

dl.review dt cite
	{	font-variant: small-caps;
		font-style: normal;
		font-weight: bold;
}