body{
background-color: #CCCCCC;

/*#EFFFFF background-image: url(images/bg3.jpg);
background-repeat:repeat-y; */
	
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	color: #000000;	
	
}

div.boxx {

width:500px;
background-color: #E8E8E8;
padding:5px 0 5px 10px;
border:1px solid #262626;
}

.data1 {background-color: #CCCCCC; }
.data2 {background-color:#C6D8EA;}
.Twidth {
padding:10px;
table-layout:fixed;
background-color:#FFFFFF;
 
}

.TT {font-size:larger;
}

 .headerbar{
font: bold 14px Verdana;
color: white;
background: #006600;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
margin-top: 0;
text-transform: uppercase;
text-indent: 10px;
padding: 7px 0 7px 0; /*31px is left indentation of header text*/
}
 
.displayPics {
table-layout:fixed;
padding:10px;
width:500px;
}

.displayPics  A:link    { color:#293962; text-decoration:underline; font-weight:bold; }
.displayPics  A:visited { color: #293962; text-decoration:underline; font-weight:bold;  }
.displayPics  A:active  { color: #293962; text-decoration:underline; font-weight:bold;  }
.displayPics  A:hover   { color: #006600; text-decoration:none ; font-weight:bold;  }


.outertable{

/*background-image: url(images/top.jpg);
background-repeat:no-repeat;*/
background-color: #ffffff;
   border-color:#2E2E2E;
 border-left-width: thin;
  border-right-width: thin;
   border-bottom-width:thin;
    border-top-width: thin;
 border-right-style:solid;
 border-left-style:solid;
 border-bottom-style:solid;
 border-top-style: solid;

}
.tagline {font-style:italic;}
.innertable{
padding:10px;
table-layout:fixed; 
width:550px;
background-color:#F9F9F9;

}

.left {
vertical-align:top;

table-layout:fixed;
width:200px;
background-color:#293962;
color:#FFFFFF;


}

.list {
font-size:18px; font-weight:bold;
}
.right { color:#ffffff; 
font-weight:bold;}
.address {font-size: 18px;
font-weight:bold;


}
.Tnews {table-layout:fixed; width:500px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.Tnews  A:link    { color:#293962; text-decoration:underline; font-weight:bold; }
.Tnews  A:visited { color: #293962; text-decoration:underline; font-weight:bold;  }
.Tnews  A:active  { color: #293962; text-decoration:underline; font-weight:bold;  }
.Tnews  A:hover   { color: #006600; text-decoration:none ; font-weight:bold;  }

.insidebody A:link    { color:#025253; text-decoration:none; font-weight:bold; }
.insidebody A:visited { color: #025253; text-decoration:none; font-weight:bold;  }
.insidebody A:active  { color: #025253; text-decoration:none; font-weight:bold;  }
.insidebody A:hover   { color: #000000; text-decoration: underline; font-weight:bold;  }

 
.credit A:link    { color: #333333; text-decoration:none; }
.credit A:visited { color: #333333; text-decoration:none; }
.credit A:active  { color: #333333; text-decoration:none; }
.credit A:hover   { color: #666666; text-decoration: underline; }

.contact { }











/*


background-color: #999999;
 border-color:000000;
 
 
   border-color: #880000;
 border-left-width:thin;
  border-right-width:thin;
   border-bottom-width:thin;
    border-top-width:thin;
 border-right-style:solid;
 border-left-style:solid;
 border-bottom-style:solid;
 border-top-style: solid;


 
  border-right-style:hidden;
 border-left-style:hidden;
 border-bottom-style:hidden;
 border-top-style: hidden;
 */
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 200px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#ffffff;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #293962; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color:#006600;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
background-color: #293962;
color:#ffffff;
position: absolute;
width: 250px; /*Sub Menu Items width */
top: 0;
visibility: hidden;


}

.sidebarmenu a.subfolderstyle{
background: url(http://www.cascomaine.org/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

 
