body{ background-color:#FEEDB7; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; color:#666666; margin:0;
}
.maincontainer{width:100%; overflow:auto}
.centercontainer{width:972px; margin:auto;}
.sidebar{width:200px; float:left; padding-top:80px;}
 /* for Internet Explorer 6 min-height hack*/
/*\*/
* html .coltop {
height: 630px;
}
* html .maincol {
height: 630px;
}
/**/
.header{ background-image:url(../images/header_bg.jpg); background-repeat:repeat-x; text-align:center;
}
.coltop{ background-image:url(../images/coltop.jpg); background-repeat:repeat-x; min-height:630px;
}

.colleft{ background-image:url(../images/colleft_bg.jpg); background-repeat:repeat-y;
}
.colright{ background-image:url(../images/colright_bg.jpg); background-repeat:repeat-y;
}
.maincol{ padding:0 0  10px 0; width:554px; float:left; background-color:#FFFFFF; min-height:700px; background-image:url(../images/faux_bg.jpg); background-repeat:repeat-y;
}
.maincolcontent{ margin:0 27px;  width:510px; float:left; background-color:#FFFFFF; 
}
.col2{width:200px; float:left; padding-top:80px;}

.footerspace{background-image:url(../images/footerspace.gif); background-repeat:repeat-x;
}
.footer{ background-color:#AA9661; text-align:center; font-size:8pt; color:#FFFFFF; padding:15px; clear:both;
}
.sidetext{font-family:Georgia, "Times New Roman", Times, serif; color:#A6893D; font-size:12pt;
}
.dashline{border-bottom: dashed 1px #A6893D; width:420px; padding:10px 0; margin:auto;}
/* ********** table borders *********** */
.colourtable, .colourtable td{  border-collapse:collapse;
border: solid 1px  #A6893D; /*outside border*/
}
.noshow{display: none;}

.titles{ font-family:Georgia, "Times New Roman", Times, serif; color:#A6893D; font-size:18pt; }
h1{ font-family:Georgia, "Times New Roman", Times, serif; color:#A6893D; font-size:18pt; font-weight:normal;  /* h1 is same as titles */ }

h5{ background-color:#A6893D; color:#FFFFFF; padding-left:5px;}

/* ********** main navigation buttons *********** */
.buttons{}
		
a:link.buttons , a:visited.buttons{ 
border-bottom:dashed 1px #443200;
width: 136px;
text-decoration:none;
color:#443200;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
float:right;
padding:2px; 
margin-bottom:5px;
}

a:hover.buttons , a:active.buttons
{ background: #FFDD84;
}

#hover.buttons /* the # makes it an id identifier. using this for the php bit */
	{  background: #FFDD84;}

/* ********** sub navigation buttons *********** */
.subnav{}
		
a:link.subnav , a:visited.subnav{ 
border-bottom:dashed 1px #443200;
width: 136px;
text-decoration:none;
color:#443200;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
float:left;
padding:2px; 
margin-bottom:5px;
}

a:hover.subnav , a:active.subnav
{ background: #FFDD84;
}

#hoversub.subnav /* the # makes it an id identifier. using this for the php bit */
	{  background: #EFD77D;}
/* ********** end sub navigation buttons *********** */
.footerlinks{}
		
a:link.footerlinks , a:visited.footerlinks{ 
text-decoration:none;
color:#ffffff;
}

a:hover.footerlinks , a:active.footerlinks
{text-decoration:underline;
}

/* ***************  more links ******************* */
.morelink{ color:#9BB3E9; text-decoration:none; font-weight:bold;}
a:link.morelink{color:#9BB3E9; text-decoration:none;}
a:visited.morelink{color:#9BB3E9; text-decoration:none;}
a:hover.morelink{color:#FC6610; text-decoration:none; }
a:active.morelink{color:#FC6610; text-decoration:none;}
/* ***************   ******************* */

/* ***************  side links, brown dashed ******************* */
.sidelink{ line-height:25px}
a:link.sidelink , a:visited.sidelink{font-family:Georgia, "Times New Roman", Times, serif; color:#A6893D; font-size:12pt; text-decoration:none; border-bottom: dashed 1px #A6893D;}

a:hover.sidelink , a:active.sidelink{color:#FC6610; border-bottom: dashed 1px #A6893D; }
/* ***************   ******************* */

/* ***************  top links (same as morelinks but not printable) ******************* */
.toplink{ color:#9BB3E9; text-decoration:none; font-weight:bold;}
a:link.toplink{color:#9BB3E9; text-decoration:none;}
a:visited.toplink{color:#9BB3E9; text-decoration:none;}
a:hover.toplink{color:#FC6610; text-decoration:none; }
a:active.toplink{color:#FC6610; text-decoration:none;}
/* ***************   ******************* */
/* *************    dashed links    ************* */  
.dashlink{font-family:Verdana, Arial, Helvetica, sans-serif; color:#A6893D; text-decoration:none; border-bottom: dashed 1px #A6893D; line-height:25px}
a:visited.dashlink{color:#A6893D; text-decoration:none; }
a:hover.dashlink{color: #FB1C08; text-decoration: underline; border-bottom: solid 1px #FFFFFF;}
a:active.dashlink{color: #A6893D; text-decoration:none;}

/* ********** quotebox *********** */
.quotebox{ background-image:url(../images/download.png); background-repeat:no-repeat; 
width:420px; 	min-height:32px;
border-style: solid;
				border-color: #666666;
				border-width: 1px ;
				padding:10px 10px 10px 60px;
				font-size:8pt; 
				margin-bottom:10px; margin-top:10px; margin-left:auto; margin-right:auto;
		
				}
