body {
 background-image: url(images/sidebar.gif);
 background-position: left;
 background-repeat: repeat-y;
 background-color: White;
 font-family: Bliss, arial, helvetica, sans-serif;
 font-size: 80%;
 color: Black;
 margin: 0px;
 }
	
img.logo	{
	position: absolute;
	top: 8px;
	left: 8px;		
}
* html body img.logo {
	 /* IE only */
	 left:7px;
}

div#LHS	{
	position:absolute;
	left:0px;
	top:95px;
	clear: left;
	width: 114px;
	margin: 80px 0px 0px 5px;
	padding: 0ex 1ex 1ex 0ex;
 	font-family: Bliss, arial, helvetica, sans-serif;
	font-weight: bold;
	}
* html body div.lhs	{ /* IE only */
	margin: 80px 0px 0px 2px;
	width: 120px;
}

.main {
 background-color: White;
 margin: 0px 30px 10px 160px;
}

/* Hides from IE5-mac \*/
* html .main {height: 1%;}
/* End hide from IE5-mac */ 

.cartouche {
	padding:1em;
	margin: 20px;
	background-color: #FFF1EB;
	border: 5px double #4B4167;
}

h1 {
	font-size: 400%;  
	font-weight: bold;
	font-family: bliss, arial, hevetica, sans-serif;
	color: #ECCBD6;
	background: #E14E46;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 25px;
	min-height: 75px;
	}
* HTML body h1 {	/* IE only */
	height: 75px;
}

h2 { 	
	font-size: 300%;  
	font-weight: bold;
	color: #E14E46;
	text-align: center;
}

h3 { 	
	font-size: 200%;  
	font-weight: bold;
	color: #E14E46;
}

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

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

p.credits {
	color: White;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

a:link {
	color: #4B4167;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: Red;
	text-decoration: none;
	}

a:visited{
	color: #E14E46;
	font-weight: bold;
	text-decoration: underline;
}

hr {
	color: #E14E46;
	background-color: #E14E46;
	height: 3px;
	margin: 10px 20px;
}

 p.here {
	margin: 3px;
	font-size:90%;
	color: Black;
	border : 3px double #E14E46;
	padding: 4%;
	background-color: #ECCBD6;
}

p.item {
	margin: 3px;
	font-size:90%;
	background-color: Black;
	border : 3px double #ECCBD6;
}

a.item:link, a.item:visited {
	color: White;
	background-color: Black;
	padding: 4%;
	display: block;
	text-decoration: none;
	width: 94px;
}

a.item:hover, a.here:hover {
	color: White;
	background-color: #E14E46;
	text-decoration: None;
	display: block;
	width: 94px;
}

* html body a.item:hover	{ /* IE only */
	width: 100%;
}

p.review	{
	margin-bottom:0em;
	margin-left: 2em;
	margin-right: 2em;
}

p.reviewer	{
	margin-top:0em;
	text-indent: 4em;
	font-style: italic;
}

td.header {
	background-color: #4B4167;
	background: #FA5105;
	text-align: center;
	font-size: 200%;
}

dl {
	margin-left: 2em;
}

dt    {
	font-weight: bold;
}

dd    {
	margin-bottom: 2ex;
}

img.thumbnail {
	float: right;
	margin: 5px 0px 5px 20px;
	border: 0;
}
label {
	font-size:80%;
}
