* { font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; }
a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#333333;
}
a:active {}
a:hover {
	color:#f00;
}
html {
  height: 100%;
  min-height: 100%;
  margin: 0; 
  padding: 0; 
}
body {
  height: 100%;
  min-height: 100%;
  color: #000;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  text-align:center; /* center layout in ie5 and 5.5. */
  font-size: 12px; 
}
h3 {
	margin:20px 0 10px 0;
	font-size: 18px;
}
h5 {
	font-size: 11px;
}
p {
	text-align:justify;
	margin-top:8px;
	margin-right:40px;
}
#container { background-color: #ffffff; }
#header    { background-color: #fff; }
#subheader { background-color: #fff; }
#left   { 
  background:url(../iface/left-bg-mask.gif) repeat-y #FFEED3; 
}
#middle { 
	background-color: #fff; 
	}
#middle-inside {
	padding-left:25px;
	padding-bottom:20px;
}
#right  { background-color: #e0d3ef; }
#footer { 
background-color: #f1f1f1;
font-size:11px; } 
#menu    { background-color: #ccddff; }
#submenu { 
	background-color: #f1f1f1; 
}

#container, #header, #subheader, #left, #middle, #right, #footer, #menu, #submenu {
  margin: 0;
  padding: 0;
}
#container {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  width: 770px !important;
  width: 772px; /* IE */
  margin: 0 auto 0 auto;
  border: solid 1px #c0c0c0;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  text-align: left;
  position: relative;
  /*background-color:#FFEED3;*/
  background:url(../iface/left-bg-mask.gif) repeat-y #fff;
}
#clear {
  clear: both;
}
#footer {
  bottom: 0 !important;
  bottom: -1px;
  position: absolute;
}
#footer a, #footer a:hover {
}
#footer a:hover {
  text-decoration: underline;
}

