<!--
body {
	font: 100% "Times New Roman", Times, serif;
	background: #FFFFCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006600;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC url(../images/topbanner.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;

}
#mainContainer {
	background-color: #FFFFCC;
	width: 960px;
}
#maincontent {
    margin-left: 15px;
}
.bodytext {
    font-size: 14px;
    text-align: justify;
    color: #006600;
    line-height: 20px;
}

body, td, th {
	color: #006600;
}
td {
   padding-right: 5px;
}
th {
   text-align: left;
}

h1, h2 {
	color: #006600;
        font-family: Algerian;
	font-size: 16px;
	text-align: left;


}

h3, h4, h5, h6 {
	color: #747421;
	font-size: 12px;
}

a {
  color: #336600;
  text-decoration:none;
  font-family: Tahoma;
  color: #666;
}
.pageheading {
	
	font-size: 14px;
	color: #006600;
        font-weight: bold;
	text-align: center;
}
.bannertop1 {
/*	background-image: url(../images/topbanner.jpg); */
	background-image: url(../images/balleroyhighlands.gif);
	background-color:#FFFFCC;
	background-repeat: no-repeat;
	border: 1px solid #FFFFCC;
}
.topspacer{
	background-image: url(../images/topspacer.gif);
	background-repeat: repeat;
}
#footer {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #006600;
	color: #006600;
	padding-bottom: 10px;
}
a.foot  {
      color: #006600;
	  font-size: 11px;
	  
}
p.foot  {
      color: #006600;
	  font-size: 11px;
	  
}
.leftbar {
    width: 200px;
}
.mspacer {
    height: 10px;
}
.lspacer {
    height: 200px;
}
.sidemenu {
     width: 150px;
     font-size: 12px;
     color: #666666;
     vertical-align: top;
}
a.sidemenu {
      font-family:Tahoma;
	  text-decoration:none;
	  text-transform:uppercase;
	  color: #666666;
}
.menuitem {
      background-image: url(../images/menuitembg.jpg);
      background-repeat: no-repeat;
      width: 100px;
      height: 35px;     /*  For IE  */
      padding-top: 12px;  
      text-align: center;
      list-style: none;
      color: #FFFFCC;
      padding-bottom: 0px;
}

html>body .menuitem   /* For non-IE  */
{
      width: auto;
      height: auto;
      min-width: 100px;
      min-height: 23px;
}

.menuitem a {
      color: #FFFFCC;
      list-style: none;
      font-size: 11px;
}
.showname {
        font-family: Algerian;
        font-size: 16px;
        text-align: left;
        color: #006600;
        font-weight: bold;
}
.showresult {
        font-family: "Times New Roman", Times, serif;
        font-size: 14px;
        color: #006600;
        
}       
#submenu {
        vertical-align="top";
        margin-top: 5px;
        padding-top: 5px;
}
#submenu ul {
        padding-left: 20px;
}

#submenu li {
        list-style: none;
}
 
#submenu a {
        color: #006600;
        font-weight: bold;
        font-size: 12px;
}

.subsubmenuitem li a {
        color: #CC0000;
       list-style: none;
}
.sub3menuitem li a {
        color: #CC0000;
}
.align-center {
        text-align: center;
}
.csc-textpic-caption {
        font-size: 12px;
        font-weight: bold;
}

/*****************/
/* Various Forms */
/*****************/

.resultstab {
       width: 600px;
}
.td-0  {
       width: 200px;
}
.td-1 {
       width: 100px;
}

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #FFFFFF; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: #FFFFFF; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* AWF FEB 2007 For conversion to Version 4 TYPO3 */
.csc-mailform
{
        font-size: 10px;
        font-weight: bold;
        text-align:left;
        background-color : #FFFFCC;
        width: 600px;
}
.csc-mailform-field
{        clear: both;
        font-size: 10px;
        text-align:left;
        color: #000000;
        background-color: #FFFFCC;
}
.csc-mailform-field label
{               
        width: 125px;
        vertical-align: top; 
        display: block;
        font-size: 12px;
    float: left;
    text-align: left;
        color: #006600;
        background-color: #FFFFCC;
        margin-top: 2px;
        margin-bottom: 8px;
}
.csc-mailform-radio 
{
        width: 75px;
        display: block;
        font-size: 10px;
        text-align:left;
        margin-top: 5px;
        margin-left: 75px;        color: #006600;
        background-color: #FFFFCC;
}
.csc-mailform-radio label
{                
        margin-top: -15px;
    text-align: left;
        color: #666666;
        background-color: #FFFFCC;
}

.csc-mailform-submit
{
        text-align: center;
        margin-left: 200px;
        margin-top: 5px;
        margin-bottom: 4px;
        background-color : #006600;
        padding-top:5px;
        padding-bottom:3px;
        padding-left:3px;
        padding-right:3px;
        border: 1px #666666;
        color: #FFFFCC;
}       

