body	{
	min-width: 550px;      /* 2x LC width + RC width */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	}

html p{
	color: #000033;
	margin-top: 0em;
	margin-bottom: 1em;
	text-align: left;
	font-size: 0.85em;
	line-hight: 1.5em;
	z-index: 1;
	}

h1, h2, h3, h4, h5  {  
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #993366;
	}

h1	{
	font-size:1.3em;
	text-align:left;
	}

h2	{
	font-size:1em;
	text-align:left;
	}

h3	{
	font-size:0.96em;
	text-align:left;
	}
	
h4	{
	font-size:0.84em;
	text-align:left;
	}
li	{
	font-size:0.84em;
	}

a:link    { 
	font-style: normal; 
	text-decoration: underline; 
	color: #993366;
	}
	
a:visited   { 
	font-style: normal; 
	text-decoration: underline; 
	color: #993366;
 }

a:hover { 
	font-style: normal; 
	text-decoration: underline; 
	color: #663399;
	}
	
a:active  { 
	font-style: normal; 
	text-decoration: underline; 
	color: #663399; 
	}


.img_right {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	float: right;
}
 table tr td .img_right {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

 .clear { /* To clear after a floates element */
   clear: both;
}

#header {
	background-image: url(/images/provanhall.gif);
	background-position: center center;
	background-repeat: no-repeat;
	min-height:100px;
	z-index:100;
}
#container {
  padding-left: 150px;   /* LC width */
  padding-right: 150px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
}
#left {
  width: 150px;          /* LC width */
  right: 150px;          /* LC width */
  margin-left: -100%;
	background-image:url(/images/lhs.gif);
	background-repeat: no-repeat;
	min-height:400px;
}
#right {
  width: 150px;          /* RC width */
  margin-right: -150px;  /* RC width */
	background-image:url(/images/lhs.gif);
	background-repeat: no-repeat;
	min-height:400px;
}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}
hr {
	color: #993366;
}
