body {
	background: White url(images/background.gif) repeat-y left;
	font-family:	Arial, Helvetica, sans-serif;
	color: Black;
	margin:	1em 1em 1em 0em;
}
h1	{
	font-size:300%;
	font-family: "Bookman Old Style", "Times New Roman", serif;
	text-align: center;
}

h2	{
	font-size:250%;
	font-family: "Bookman Old Style", "Times New Roman", serif;
	text-align: center;
}

p	{
	font-size:80%;
}
a	{
	color: #006699;
}
a:hover	{
	background-color: Yellow;
}
a.aclogo:hover	{
	background-color: transparent;
}
div.sidebar	{
	width: 140px;
	float:left;
}
.sidebar h3	{
	text-align: center;
	font-weight: bold;
	font-size:120%;
	color:White;
}
.sidebar p	{
	text-align: center;
	font-weight: bold;
	margin:.5ex;
	color:White;
}
.sidebar a	{
	color: #cccccc;
	display:block;
	padding:.5ex;
}
.sidebar a:hover	{
	background-color: #ffffcc;
	color: Black;
}
.sidebar a.aclogo:hover	{
	background-color: transparent;
}

div.main	{
	margin-left: 140px;
	padding-left: 1em;
}
div.column	{
	float:left;
	width:7em;
	padding:0em 0em 0em 2em;
}
.column p	{
	font-weight:bold;
}
div.extract	{
	margin-left:440px;
}
div.magazine	{
	float: left;
	width: 250px;
	margin-left:20px;
}
.magazine li	{
	font-size: 80%;
}
div.frontpage	{
	margin-left: 160px;
}
.frontpage p	{
	text-align:justify;
}
.cartouche {
	padding:1em;
	background-color: #E6E6FF;
	border: 5px double #ED0029;
}
p.quote	{
	font-style: italic;
	margin-bottom: 0em;
}
p.quote_by	{
	margin-top: 0em;
	text-align:right;
}
