body {
       font-family:  Arial, Verdana, Helvetica, sans-serif;
       font-size:12px;
	   color:#636a79;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height:1.5em;
}

li {
	font-size: 12px;
list-style-type:square;
	line-height:1.7em;
}

.editableText {
position:relative;
z-index:20;
}

.editableText *{
margin:0;
padding:0;
}

#appArea {
	font-size: 12px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
cursor:pointer;
}

.body {
background-color: white;
}

.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
z-index:999;
}

div.widgetBit:hover {
opacity:0.8;
}

.widgetBit {
z-index:998;
background-color:black;
color:white;
opacity:0.2;
border: solid black 1px;
width:100px;
position:relative;
left:0;
top:0px;
font-size:10px;
}

a {
font-size:12px;
text-decoration:underline;
}

a:hover { 
color:black; }

a.navigation_link { 
display:block; width:100% }

td.navigation_link { 
background-color:#eeeeee; }

a.navigation_selected { color:black }

td.navigation_selected { 
background-color:rgb(255,204,102); 
}

.formField_label { 
font-size:12px;
 }

 .veryTop {
 border-bottom:1px solid #737c8d;
 }
 
 .notTop {
 background:url('images/midLine.png') repeat-x top;
 margin-bottom:3px;
 }

 .homeColin {
 width:172px;
 height:560px;
 min-height:560px;
/* overflow:hidden;*/
 }
 
 .normalText .editableText {
 padding:0 15px;
 }
 
 .colinButt {
 width:172px;
 height:25px;
 background-color:#7c8699;
 }
 
 .colinButt .editableText {
text-align:center;
padding-top:3px; 
 }
 
 .colinButt .editableText * {
 color:black;
 	font-size: 12px;
 }
 
 .changeling {
 background:#3e434d;
 }
 
.hover {
 background-color:#dddede;
 }
 
 .colinButt {
 background:url('images/blu.png') repeat;
 }
 
 .colinButt a {
 text-decoration:none;
 }
 
 .spooter {
 padding:15px 0;
 }
 
 .spooter * {
 font-size:11px;
 color:#a2afc9;
 }
 
 .spooter a {
 color:#95a4bf;
 }
 
  .spooter a:hover {
 color:#7c8699;
 }
 
 .pagearea {
 background-color:#3e434d;
 }
 
 .pageRules {
  background: url('images/chown.png') no-repeat bottom left;
 }
 
 .contactForm {
 width:285px;
 margin-left:15px;
 }
 
 .contactForm .editableText *, .contactFormNextToText .editableText p {
 	font-size: 12px;
	line-height:1.5em;
	 color:white;
 }
 
 .contactForm textarea {
 height:50px;
 min-height:50px;
 }
 
  .contactForm input, .contactForm textarea  {
width:160px;
 }
 
 .contactFormNextToText .editableText h1 {
 	font-size: 14px;
font-weight:bold;
 color:white;
 }
 
 .pageDrools {
 padding-bottom:4px;
 }
 
 .probateGroup {
 background-color:#888e99;
 }
  .willsGroup {
 background-color:#748fc2;
 }
  .contactGroup {
 background-color:#9f78ae;
 }
  .findGroup {
 background-color:#6da9ac;
 }
 
 .homulus .normalText .editableText *, .hemus .normalText .editableText * {
 color:white;
 }
 
 .contactForm .formField_label {
  color:white;
 }