﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	height: 70px;
}

#top_left {
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:50%;
}

#container {
	position: relative;
	left: 0px;
	width: 100%;
	clear:both;
}

#left_col {
	width: 230px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 40px;
}

#page_content {
	margin-left: 240px;
	margin-right: 230px;
	height: 100%;
	margin-bottom: 10px;
}
#right_col {
	width: 210px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footerbr { clear: both; }

#footer {
	font-size:8pt;
	position: relative;
	right: 0px;
	margin-top: 80px;
	text-align: center;
	border:  1px dotted #000080;
	clear: both;
	top: auto;
}
/* WOW colour */
BODY       {
	font-family : Arial;
	font-size : 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
:link      { color: Blue; }
:visited   { color: Navy; }
TABLE      {
	width: 100%;
	vertical-align: top;
	padding-bottom: 10;
	padding-left: 10;
	padding-right: 10;
	padding-top: 10;
}
h1         {
	font-family: Arial;
	margin-bottom: 2px;
	font-size: xx-large;
	font-weight: bold;
	color: red;
}
h2         {
	font-family: Arial;
	margin-bottom: 2px;
	font-size: x-large;
	font-weight: bold;
	color: #800000
}
h3         {
	font-family: Arial;
	margin-bottom: 2px;
	margin-top: 5px;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}
img {
	border: #FFFFFF;
	margin: 0 10 10 0;
	border-width: 5px;
}
.fp {
	border: #000080;
	margin: 0 0 0 0;
	border-width: 1px;
}
.redtxt    { color : Red; }
.redbold   { color : Red; font-weight : bold; }
.insert   {
	background: #FFFFFF;
	border-color: #000080;
	border: thin;
	color : Red;
	font-weight : bold;
}
.proddesc {
    font-family: Arial;
	font-size: 8pt;
	color: #808080;	
}
.fx {list-style-image:url('images/fxli.gif'); 	margin-bottom: 5px;
}
.rbd {list-style-image:url('images/rbdli.gif'); margin-bottom: 5px;
}
.navbar {
	text-align: center;
}
.nul {
	text-decoration:none; color:red
}
.dispadscell {
	text-align:center
}