/*** "Holy Grail Layout" from alistapart.com and gerd-riesselmann.net, with modifications by JL/WPL***/
/* CSS Document */
body {  
	min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}
/* Layout */
#container {
	padding-left: 200px;      /* LC fullwidth */
	padding-right: 190px;     /* RC fullwidth + CC padding */
}
#container .column {
  position: relative;
  float: left;
}
#content {
	width: 100%;
	padding: 10px 20px;       /* CC padding */
	border-right: 2px groove silver;
	border-left: 2px groove silver;
}

#left_col {          /* LC width */
  width: 180px;             /* LC width */
  padding: 0 10px;          /* LC padding */
  margin-left: -100%;
  left: 150px;              /* RC fullwidth for IE6 - */
}

#container > #left_col {
  left: -240px;             /* -(LC fullwidth + CC padding) */
  margin-left: expression(
	document.all.content.offsetWidth * -1 +
	parseFloat(document.all.content.currentStyle.paddingLeft) +
	parseFloat(document.all.left_col.currentStyle.paddingLeft) +
	parseFloat(document.all.left_col.currentStyle.paddingRight)
	); /* Fix for IE7  - also see www.infocraft.com/articles/holy_grail_on_a_list_apart (note this doesn't have a 'right:') - potentially use conditional comments instead, as this messes up on IE8*/
}

#right_col {
	width: 130px;             /* RC width */
	padding: 0 10px;          /* RC padding */
	margin-right: -100%;
	text-align: right;
}

#header {
	width: 70%;
	height: 80px;
	text-align: left;
	padding-left: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
  clear: both;
}

/* Typography */

body {
	background-image: url(../graphics/big_base_all.gif); 
	background-repeat: repeat-x; 
	background-color: #9999FF; 
	background-position: left top; 
	vlink: #003333; 
	link: #0000CC	
}
p, ul, li, td, td p, td li, td ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 11pt;
	color: #333333;
	font-weight: normal;
}
.text_head {
	line-height: 12pt;
	font-weight: bold;
}
.paper_title {
	line-height: 12pt;
	font-weight: bold;
	font-style: italic;
/*	color: #FF3333; */
}
.menu { line-height: 2; text-align: left; vertical-align: top}
.td_blue { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: 11pt; color: #000000; font-weight: normal; text-align: left; vertical-align: top; background-color: #CCCCFF}
.small_menu { font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; line-height: 9pt; color: #000000; font-weight: normal; text-align: left; vertical-align: top}
/* remove norm once deprecation checked */
.norm {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: 11pt; color: #333333}
.offer {
	font-weight: bold;
	color: #FF0000;
}
.menuCell {
font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: 11pt; color: #000000; font-weight: normal; text-align: left; vertical-align: top
}
.current_activity{
	font-style: italic;
	color: #7f7f7f;
	font-size: 8pt;
	line-height: 10pt;
}
.highlight{
	color: #f00;
}

