/*These are the styles that can be overwritten by the site owner's (or visitor's) choices.*/
/*If this is required, you must copy these styles below*/
body {background: #59BF73;}
#header {background: #055EB0;}
#menu {background: #59BF73;}
#menu ul.mainmenu a {color: #035DAF;}
#wrapper { border: 0;}
#rightcolumn, #leftcolumn {color: #333333;}
#rightcolumn a, #leftcolumn ul a {color: #055EB0;}
#rightcolumn h1, #leftcolumn form {background: #FFFFFF;}
#footer {color:#ffffff; background: #FFFFFF;}
#footer a {color: #ffffff; }
#rightcolumn h1 {color: #035DAF;}
#header {padding-top: 6px; padding-bottom: 6px; background: #59BF73;}

/*I put the background on the wrapper so it will go all the way down. It includes both columns and starts 140px down.*/
#wrapper {background-image:url("../images/bgfull.jpg"); background-position: 0 140px;}

#leftcolumn form input.button {border: 1px solid #59BF73;}
/*#leftcolumn {background-image:url("../images/bg.jpg");}*/
#leftcolumn ul.mainmenu a {color: white;}

/*The text colour in the right hand column, and the border between the right and left*/
#rightcolumn {border-left: 7px solid #59BF73; width: 530px; min-height: 600px; background-color: white;}
#rightcolumn h1 {margin-left: 0;} /*usually this h1 has a left margin of -1*/
#rightcolumn table {margin-left:10;}
#footer {border: 0; border-top: 7px solid #59BF73;}
#footer p {text-align:center;}
#footer a {color:#006666;} /*links in the footer*/
#footer a.copyright {color:#55B16C;}



/****************** Paul wanted this to use the simpler template from 4/8/2008 as the left nav template isn't really necessary ******************/
/*I did this by absolutely moving the menu to the top of the left column, by taking out of the normal flow of the page,*/
/*changing the colours and padding, displaying it vertically, and putting some padding at the top of the left column for it to fit in.*/
#menu {text-align: left; background: none; border: 0;}
#menu ul.mainmenu {position: absolute; padding: 5px 21px;}
#menu ul.mainmenu li {display: block; border: 0; padding: 0; line-height: 1.5em;}
#menu ul.mainmenu li a {color: white;}
#leftcolumn {padding-top: 90px;}