/* mac hide\*/
html, body {height:100%}
/* end hide */

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:759px;/* for mozilla*/
	background-image: url(../images/background.gif);
	background-attachment: fixed; 
    font-size: 80%;
    font-family:tahoma;
}

h1
{
    color:#1C5389;
    font-size:110%;
    font-weight:bold;
    margin:0px;
}

h2
{
    color:black;
    font-size:110%;
    font-weight:bold;
    margin:0px;
}

A, A:Visted, A:Active
{
    color:#1C5389;
}

A:Hover
{
    text-decoration:none;
}

.smalltext
{
    font-size:80%;   
}

UL LI
{
    line-height:40px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    TABLES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.tbprices
{
    line-height:20px;
    font-size:80%;
}

.tbheader
{
    background-color:#1C5389;
    color:White;
    font-weight:bold;
    padding:5px;
}

.tbmain
{
    background-color:#C6C6C6;
    padding:5px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#outer
{
	height:100%;
	min-height:100%;
	width:759px;
	background-color: #ffffff;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

/* enables content first */
#innerwrap3 
{
	float:left;
	width:560px;
	/*border:solid 1px green*/
}

/* enables content first */
#innerwrap2 
{
	float:left;
	width:700px;
	/* border:solid 1px black*/
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
	position:absolute;
	top:0;
	left:0px;
	width:759px;
	height:124px;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left 
{
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	padding-top:150px;/*needed to make room for header*/
	padding-bottom:100px;/* needed to make room for footer */
	font-size:85%;
	/*border: solid 1px black*/
}

#left p {padding-left:3px;padding-right:2px}

#left table 
{
	width:185px;
	margin-top:8px;
}

#left table tr td 
{
	height: 28px;
    border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #C6C6C6; 
	vertical-align:middle;
}

#left table td a
{
	text-decoration: none;
	color:#A20F07;
	font-weight:bold;
}

#left table td a:hover
{
	color:blue; 
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   CENTRE
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

#centrecontent3 
{
	width:340px;
	float:left;
	padding-top:150px;
	margin-left:12px;
	padding-bottom:100px;/* needed to make room for footer */
	line-height:25px;
	text-align:justify;
	/*border: solid 1px black*/
}

#centrecontent2 
{
    line-height:25px;
	width:480px;
	float:right;
	padding-top:150px;
	padding-bottom:100px;/* needed to make room for footer */
	text-align:justify;
}

.small
{
    padding-left:3px;
    font-size:8pt;
    text-align:left;
}

#centrecontent3 p {padding-left:3px}
#centrecontent2 p {padding-left:3px}  

#clearfooter {width:100%;height:52px;clear:both;} /* to clear footer */


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right p {padding-left:4px;padding-right:2px}

#right 
{
	position:relative;/*ie needs this to show float */
	width:140px;
	float:right;
	padding-top:150px;/*needed to make room for header*/
	padding-bottom:100px;/* needed to make room for footer */
	margin-right:25px;
	/*border: solid 1px black;*/
}

#right table 
{
    text-align: center;
}

#right TD
{
	padding: 6px;	
}

#right IMG
{
    border:solid 2px white;
}

#right table td a
{
	text-decoration: none; 
	font-size:85%;
}
	
/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer 
{
	width:759px;
	clear:both;
	height:95px;
	left:0;
	bottom:0;
	position: absolute;
}

#footer img {
	border:0px;
}

#footer table {
	cellspacing:2px;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/




