/*body colors*/
body {background: #FEFEFE;color: #000000;padding-top:10px;}
.main-body {border:1px solid #E8F3D3;}

/*main title image*/
.title{background:url(./images/logo-summer.jpg) no-repeat;height:120px;}
.maintitle{border-bottom:1px solid #8FB300;}

/*framing*/
.top-links{border-bottom:1px solid #99CC00;}
.content-body{border-left:1px solid #99CC00;}

/*main nav color*/
.top-links a{color: #3CB300;}
.top-links  a:hover{color: #CC9933;}

/*heading color*/
h1{border-bottom:1px dashed black;}
h3{color:#CC9900;}
h4{color:#99CC00;}

/*general link color*/
a{color:#999999;}

/*sidebar heading link*/
p.nav {border-bottom:2px solid #99CB34;}
p.nav a{color:#CC9900;/*background-image:url(./images/summer-green.jpg);background-color:#ADD65C;*/background-color:#E8F3D3;}

/*sidebar search*/
.searchfield {background: #fff;border: 1px solid #ACE149;color: #7DA721;}
.searchfield:hover {border: 1px solid #BFBFBF;color: #949494;}
.submit {background: url(images/search_submit.gif) no-repeat;}
.submit:hover {background: url(images/search_submit.gif) no-repeat 0 -20px;}

/*sidebar emphasis block*/
.emp-sidebar{border-left:3px solid #F2FFBF;}

/*address block*/
div.addressandphone, a.addressandphone  {color : #666666;}

/*Table colours*/
.content-body table{border:1px solid #D0E6A2;}
.content-body table th{color:#CC9900;}