body {
    margin: 0;
    padding: 0;
    border: 0;
    /* This removes the border around the viewport in old versions of IE */
    width: 100%;
   background-color:#F4F1BC;
    min-width: 600px;
    /* Minimum width of layout - remove line if not required */
    /* The min-width property does not work in old versions of Internet Explorer */
    font-size: 90%;
}
   #tnav a{color:white;padding-right:5px; font-weight:bolder;}
a, a:visited{
    color: #369;
}

a:hover {
    color: #fff;
    background: #369;
    text-decoration: none;
}

h1, h2, h3 {
    margin: .8em 0 .2em 0;
    padding: 0;
}

p {
    margin: .4em 0 .8em 0;
    padding: 0;
}

img {
    margin: 10px 0 5px;
}

/* Header styles */
#header {
    clear: both;
    float: left;
    width: 100%;
}

#header {
	background-color:#F4F1BC;
}

#header p, #header h1, #header h2 {
    padding: .4em 15px 0 15px;
    margin: 0;
}

/* 'widths' sub menu */
.layoutdims {
    clear: both;
    color: white;
    margin: 0;
    padding: 6px 2px !important;
    text-align: right;
    height: 30px;
    background-repeat: repeat-x;
   /* background-image: url(bgtop.jpg);*/
}

/* column container */
.colmask {
    position: relative;
    /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%;
    /* width of whole page */
    overflow: hidden;
    /* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
.holygrail {
    /* Right column background colour */
}

.holygrail .colmid {
    float: left;
    width: 200%;
    margin-left: -200px;
    /* Width of right column */
    position: relative;
    right: 100%;
    /* Centre column background colour */
}

.holygrail .colleft {
    float: left;
    width: 100%;
    margin-left: -50%;
    position: relative;
    left: 200px;
    /* Left column width + right column width */
    /* Left column background colour */
}

.holygrail .col1wrap {
    float: left;
    width: 50%;
    position: relative;
    right: 300px;
    /* Width of left column */
    padding-bottom: 1em;
    /* Centre column bottom padding. Leave it out if it's zero */
}

.holygrail .col1 {
    border: 5px solid #FEEEAF;
    background-color: white;
    margin: 0 315px;
    /* Centre column side padding: Left padding = left column width + centre column left padding widthRight padding = right column width + centre column right padding width */
    position: relative;
    left: 200%;
    overflow: hidden;
}

.holygrail .col2 {
    float: left;
    float: right;
    /* This overrides the float: left above */
    width: 270px;
    /* Width of left column content (left column width minus left and right padding) */
    position: relative;
    right: 15px;
    /* Width of the left-had side padding on the left column */

}

.holygrail .col3 {
    float: left;
    float: right;
    /* This overrides the float: left above */
    width: 170px;
    /* Width of right column content (right column width minus left and right padding) */
    margin-right: 45px;
    /* Width of right column right-hand padding + left column left and right padding */
    position: relative;
    left: 50%;
}



.col2 ul {
    padding: 0px;
    margin: 0px;
    text-align: left;
    list-style: none;
        
}

.col2 li {
    text-transform: uppercase;
  background-color: #E0EEE1 !important  ;
    padding: 1px;
    color:black;
    
	border-top:2px white solid;
}

.col2 li li {
    font-size: 0.9em;
 background-color: #90B0BF !important  ;
    text-transform: none;
	border-top:1px black solid; 
}

.col2 li li li {
    padding-right: 1em;
    font-size: 0.9em;
 background-color: #369  !important  ;
    text-transform: none;
	border-top:1px silver solid;
	color:white;
	
}

.col2 a.rex-active {
   text-transform:uppercase;  
   font-weight:bolder;
}
 .col2 li a, .col2 li a:visited {
 	
color:black;
}
 .col2 li {
 	text-align:center;
 

}
  * html  .col2 li  { /*IE6 only*/
 height:20px;
  }
.col2 li li {
	text-align:center; 
    background-color: #90B0BF;
   
}
.col2 li li a, .col2 li li a:visited {
	color:white;  
	 padding-right: 0.2em;
    background-color: #90B0BF;
}
.col2 li li li a,  .col2 li li li a:visited {
	color:white;  
	 padding-right: 1.2em;
    background-color: #369;
}
.col2 a.rex-current {
color:orange;
}



/* Footer styles */
#footer {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #000;
}

#footer p {
    padding: 10px;
    margin: 0;
}

#breadcrumb {
    margin-bottom: 20px;
}

#breadcrumb li {
    float: left;
    margin-left: 0px;
    padding: 0 6px 0 13px;
    background-image: url(raquo.gif);
    background-position: 0px 8px;
    background-repeat: no-repeat;
    list-style: none;
    text-decoration: underline;
}

#main-block #breadcrumb p, #main-block #breadcrumb ul, #main-block #breadcrumb li {
    display: inline;
    color: #90B0BF;
    font-size: 1em;
}

