
/* -------------- body -------------------- */

body {background-color:#a49693;text-align:center;margin:0 auto;}

body, td, li, p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#3e2417;
}

a, a:visited, a:link {color:#A49693;text-decoration:underline;}
a:active, a:hover {color:#3c2515;}

h1 {color:#3b2613;font-size:16px;font-weight:bold;margin:0 0;padding:5px 5px;}
h2 {color:#3b2613;font-size:14px;font-weight:bold;margin:0 0;}
h3 {color:#3b2613;font-size:12px;font-weight:bold;margin:0 0;}
h4 {color:#3b2613;font-size:10px;font-weight:bold;margin:0 0;}
h5 {color:#3b2613;font-size:10px;font-weight:normal;margin:0 0;}
h6 {color:#3b2613;font-size:9px;font-weight:normal;margin:0 0;}

#container {text-align:left;
background:url(navimages/background-footer.jpg) no-repeat bottom left #eae0d6; 
display:block;
margin:0 0;padding:0 0;
width:800px;
}

#header {width:800px;background:url(navimages/background-header.jpg) no-repeat;margin:0 0;}
#leftcolumn {width:200px;display:block;float:left;margin:0 0;padding:50px 10px 213px 25px;}
#bodycopy {width:555px;display:block;float:right;margin:0 0;padding:50px 0 213px 0;}


/*  show the outline of blocks when building. Can be deleted.
#container {border:thin solid red;}
#header{border:thin solid white;}
#leftcolumn {border:thin solid black;}
#bodycopy {border:thin solid yellow;}
*/

/* small cures for crossbrowser blues */
img {border:none;margin:0 0;padding:0 0}
/* a { outline:expression(hideFocus=‘true’); outline:0; }  */



/* ----------------  CMS standard stuff ---------------*/
  .info   { font-size:70%; color: #666666; background-color: transparent; font-weight: normal; }
  .warn   { font-size:70%; color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
  .error  { font-size:70%; color: red; background-color: transparent; font-weight: bold }

  .tableheader {background-color:#eaeaea;color:#a00;font-weight:bold; 	}

  .voiceofgod_warn {font-weight:bold;color:red;}
  
/* -----------------------breadcrumb------------------------------- */
/*
.breadcrumblight
{ padding:3px 0px 2px 0px;
Font-family:Arial, Helvetica, sans-serif;
color: #cdc7bb;
text-decoration: none;
text-transform:uppercase;
font-weight: normal;
font-size: 10px;
}

.breadcrumbdark
{ 
Font-family:Arial, Helvetica, sans-serif;
color: #cdcdcd;
text-decoration: none;
font-weight: normal;
font-size: 10px;
}

a.breadcrumb,a.breadcrumb:link,a.breadcrumb:visited
{ 
Font-family:Arial, Helvetica, sans-serif;
color: #ccc;
text-decoration: none;
font-weight: normal;
font-size: 10px;
}
a.breadcrumb:active, a.breadcrumb:hover 
{
Font-family:Arial, Helvetica, sans-serif;
color: #cdcdcd;
text-decoration: underline;
font-weight: normal;
font-size: 10px;
}
*/


