html {
    margin: 0;
    padding: 0;
    border: 0;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFF2 url(/Images/dashlineH.gif) repeat-x left 85px;
}
img {
    margin: 0;
	padding: 0;
}
p {
   margin: 0 0 6px 0;
   padding: 0;
}


#header {
	margin: 25px auto 25px auto;
	color: #BCBC76;/*previous lighter*/
    font-size: 12px;
    font-family: Geneva, Arial, Helvetica, sans-serif; 
	padding: 23px 0 0 155px;
	height: 45px;
	width: 240px;
	/*border: thin solid #666666;*/
	text-align: left;
}
#phil_bdy #header , #backgrnd_bdy #header  {
	background-image:url(/Images/namegrn_Xsm.gif);
	background-repeat: no-repeat;
}
 #serve_bdy #header, #web_bdy #header {
    background-image:url(/Images/nameyellow_Xsm.gif);
	background-repeat: no-repeat;
}/*#serve_bdy #header,*/
#proj_bdy #header, #contact_bdy #header {
    background-image:url(/Images/nameblu_Xsm.gif);
	background-repeat: no-repeat;
}


#midsection{
	text-align:left;
	margin: 0;
	padding: 0;
	
}/*needed to set text left after centering the body for the header*/

#colone {
	width: 150px;
	height: auto;
	float: left;
	margin: 60px 0 0 0;
	padding: 0 15px 0 0;
	font: Arial, Helvetica, sans-serif;
	background-image: url(/Images/dashlineV.gif);
	background-repeat: repeat-y;
	background-position: right;	
	/*border: thin solid #666666;*/
}
#contact_bdy #colone {
    margin: 26px 0 0 0;
}

#colone h1  {
	font-size: 14px;
	text-align: right;
	margin: 0 0 5px 0;
	color: #BFBF7D;
	font-weight: bold;
}/* in nav include*/


	
#colone li {
	font-size: 12px;
	}
	
#coltwo {
	margin: 0 0 0 195px;
	padding: 10px 50px 0 0;
	font-size: 12px;
}


#coltwo h1 {
    font-size: 16px;
	margin: 15px 0 3px 0;
	padding: 0;
}
#proj_bdy #coltwo h1 {
    margin: 18px 0 2px 0;
}

/*page specific text color*/
#phil_bdy #coltwo, #backgrnd_bdy #coltwo {
    color: #808846;/*green #728E4E original*/
}
#serve_bdy #coltwo, #web_bdy #coltwo {
    color: #D9A711;/*yellow #CCA400 original*/
}
#proj_bdy #coltwo, #contact_bdy #coltwo {
    color: #52739A; /*blue 3C6D93 original*/
}
	
/* end page specific text color*/

	

/*navigation*/

.menulist {
	margin: 0; /*removes indent IE and Opera*/
    padding: 0; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
    
}
#colone ul.menulist li {
   text-align:right
}


a:link {
   color: #C4C486;
   text-decoration: none;
}

a:visited {
  color: #C4C486;/*same as link will not indicate it was visited*/
  text-decoration: none;
}

a:hover {
   color: #484824;/*almost black*/
   text-decoration: underline;
}

a:active {
   color: #484824;/*almost black*/
   text-decoration: underline;
}

/* green page specific links: philosophy and background*/
#phil_bdy li.phil a:link, #backgrnd_bdy li.backgrnd a:link {
   color: #808846;/*green*/
   text-decoration: none;
}
#phil_bdy li.phil a:visited, #backgrnd_bdy li.backgrnd a:visited {
  color: #808846;/*green: same as link will not indicate it was visited*/
  text-decoration: none;
}

#phil_bdy li.phil a:hover, #backgrnd_bdy li.backgrnd a:hover {
   color: #808846;/*green: same as link will not indicate is is being hovered*/
   text-decoration: none;
   }
   #phil_bdy li.phil a:active, #backgrnd_bdy li.backgrnd a:active {
   color: #808846;/*green: same as link will not indicate is is being hovered*/
   text-decoration: none;
   }
   
  /*yellow page specific links*/ 
#serve_bdy li.serve a:link, #web_bdy li.web a:link {
   color: #D9A711;/*yellow*/
   text-decoration: none;
}

#serve_bdy li.serve a:visited, #web_bdy li.web a:visited {
   color: #D9A711;/*yellow*/
   text-decoration: none;
}
#serve_bdy li.serve a:hover, #web_bdy li.web a:hover {
   color: #D9A711;/*yellow*/
   text-decoration: none;
}
#serve_bdy li.serve a:active, #web_bdy li.web a:active {
   color: #D9A711;/*yellow*/
   text-decoration: none;
}

/*blue page specific links*/
#proj_bdy li.proj a:link, #contact_bdy li.contact a:link {
   color: #52739A;/*blue*/
   text-decoration: none;
}

#proj_bdy li.proj a:visited, #contact_bdy li.contact a:visited, #contact_bdy #coltwo a:visited {
   color: #52739A;/*blue*/
   text-decoration: none;
}
#proj_bdy li.proj a:hover, #contact_bdy li.contact a:hover, #contact_bdy #coltwo a:hover {
   color: ##52739A;/*blue*/
   text-decoration: none;
}

#proj_bdy li.proj a:active, #contact_bdy li.contact a:active, #contact_bdy #coltwo a:active {
   color: #52739A;/*blue*/
   text-decoration: none;
}
/*webdesign page coltwo heading links*/

#web_bdy #coltwo a:link {
    color: #CCA400;
}
#web_bdy #coltwo  a:visited {
    color: #CCA400;
}
#web_bdy #coltwo a:hover {
    color: #484824;
}
#web_bdy #coltwo  a:active {
    color: #484824;
}
#contact_bdy #coltwo a:link {
  color: #3C6D93;/*blue*/
   text-decoration: none;

}

#contact_bdy #coltwo a:visited {
   color: #3C6D93;/*blue*/
   text-decoration: none;

}

#contact_bdy #coltwo a:hover {
   color: #3C6D93;/*blue*/
   text-decoration: underline;

}

#contact_bdy #coltwo a:active {
   color: #3C6D93;/*blue*/
   text-decoration: underline;

}
#backgrnd_bdy #coltwo a:link, #backgrnd #coltwo a:visited {
   color: #808846;
   text-decoration: none;
}
#backgrnd_bdy #coltwo a:hover, #backgrnd_bdy #coltwo a:active {
   color: #484824; /*almost black*/
   text-decoration: underline;
}
.bold {
  font-weight: bold;
 }

.first {
   font-weight: bold;
   display: block;
   margin: 0 0 8px 0;
   padding: 0;
}
.right {
   float: right;
   margin: 0;
   padding: 0;
}

.left {
   float: left;
   margin: 0 8px 0 0;
   padding: 0;
}
.BF {
   word-spacing: 300px;
   margin: 0 0 0 8px;
} 
.top {
   margin-bottom: 10px;
}
.design{
   color: #484824;
   
   }
/*.clear {
  clear: both;
}*/