/* Layout Stylesheet 102b*/ 
body {
	margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
 text-align:center;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
  background-color: #666666;
 color: #000000;
 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 */
 }
 
a {
color:#000000;
font-weight: normal;
text-decoration:underline;
}

a:hover {
/* color:#808080; */
color:#EB7024;
text-decoration:none;
}

a.nav:link, a.nav:active, a.nav:visited  {
color:#000000;
font-weight: normal;
text-decoration:none;
}

a.nav:hover {
/* color:#808080; */
color:#EB7024;
text-decoration:underline;
}

#outer {
 text-align:left;
 border:0px solid #cccccc;
 width:95%;
 margin:auto;
 }

#hdr {
 height:100px;
 padding-top:0px;
background:#000000; 
 color: #000000;
 }
#hdr h1,#hdr h2 {
font-weight:400;
letter-spacing:2px;
margin:0;
padding:0;
}

#hdr h1 {
font-size:200%;
 padding-top:5px; 
}

#hdr h2 {
font-size:1.0em;
}

#bar {
 height:20px;
 background:#EB7024; 
 color: #ffffff;
 border:solid #EB7024;	
 border-width:0px 0 1px 0;
 padding:2px 0px 2px 0px;
 font-size:100%;
 }

	/* 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 */
	}
	/*  3 column settings */
	.go23colfixsides {
	    background:#fff;    	/* Right column background colour */
	}
    .go23colfixsides .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .go23colfixsides .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#FDF0E9;    	/* Left column background colour */
    }
    .go23colfixsides .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.go23colfixsides .col1 {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .go23colfixsides .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* 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 */
		color: #333333;
        font-size: 80%;
    }
    .go23colfixsides .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%;
    }

#ftr {
 height:25px;
 background:#000000; 
 color: #ffffff;
 border:solid #EB7024;
 border-width:5px 0 0 0;
 margin:0;
 font-size: 80%;
 padding:10px 0px 0px 0px;
 }
a.ftr:link, a.ftr:active, a.ftr:visited  {
color:#ffffff;
font-weight: normal;
text-decoration:none;
letter-spacing: 1pt;
margin:30px 0px 30px 0px;
}

a.ftr:hover {
/* color:#808080; */
color:#EB7024;
font-weight: normal;
text-decoration:none;
letter-spacing: 1pt;
}
 /**  .link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #666666;
  margin-left: 10px;
    } 
.link a { color: #666666; }
.link a:hover { color: #000000; } **/

input, textarea {
	border : 1px solid #999999;
	color: #333333;
    background: #f7f7f7;
	font-size : 13px;
	padding : 3px;
	font-family : Arial, Helvetica, sans-serif;
	margin : 3px;
}
