/* =Formatting
-------------- */


/*************************
* Table of Contents
*
*
* 1 =Basics
*
* 2 =Head
*   a =Tabs
*
* 3 =Main
*   a =Left
*   b =Center
*	  i. =about.htm.inc
*	c =Right
*
* 4 =Footer
*   a =f1
*   b =f2
*
*************************  


/* 1 =Basics
------------ */
body {
  font-size: 100.01%;
  background: #660000;
  font-family: Verdana, Arial, sans-serif;
}


a{ }
  a:link
  {
  color: #39456B;
  text-decoration: underline;
  }

  a:visited
  {
  color: #39456B;
  text-decoration: underline;
  }

  a:hover
  {
  color: #39456B;
  text-decoration: none;
  }

b  { font-size: 110%; }
em { color: red; }



/* 2 =Head
---------- */
#topsection
{ background: #660000; }


  /* 2.a =Tabs
  ------------ */
  #ddcolortabs
  {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-left: 0;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
  }

  #ddcolortabs ul
  {
    margin: 0;
    margin-left: 9px;
    font: bold 11px Arial, Verdana, sans-serif;
    list-style: none;
  }

  #ddcolortabs ul li
  {
    margin: 0 2px 0 0;
    padding: 0;
    text-transform: uppercase;
  }

  #ddcolortabs * a
  {
    float: left;
    margin: 0 2px 0 0;
    padding: 0 0 1px 3px;
    color: black;
    background: #D4C68D url(color_tabs_left.gif) no-repeat left top;
    text-decoration: none;
    letter-spacing: 1px;
  }

  #ddcolortabs * a span
  {
  float: left;
  display: block;
  padding: 4px 9px 2px 6px;
  background: transparent url(color_tabs_right.gif) no-repeat right top;
  }

  #ddcolortabs a:hover, 
  #ddcolortabs a:hover span
  {
    background-color: #BE6D2C;
    color: white;
  }


  #ddcolortabs #current a, 
  #ddcolortabs #current span, 
  #ddcolortabs a:hover span
  {
    /*currently selected tab*/
    background-color: #BE6D2C;
    color: white;
  }

  #ddcolortabsline
  {
    clear: both;
    padding: 0;
    width: 100%;
    height: 8px;
    border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
    line-height: 8px;
    background: #063B0F;
  }


/* 3 =Main
---------- */

/* #column-wrapper img { margin: 0px;} */ 
#left-column { background: #D4C68D; }
#main-column { background: #FFF; }
#right-column{ background: #D4C68D; }


/* 3.a =Left
------------ */
#drop-cap
{
	font-size: 50px;
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman" , Times, serif;
	float: left;
	height: 48px;
	line-height: 40px;
	margin-top: 2px;
	margin-right: 1px;
}

* html #drop-cap
{
  margin-right: -2px;
  margin-top: 3px;
}


/* 3.b =Center (general)
------------------------ */
#main-column h1 
{
  font-size: large;
  padding-top: 20px;
  padding-left: 10px;
  color: #660000;
  font-family: Georgia, "Times New Roman" , Times, serif;
}


#main-column h2
{
  padding-top: 12px;
  padding-left: 10px;
  font-size: medium;
  color: #660000;
  font-family: Georgia, "Times New Roman" , Times, serif;
}

#main-column p 
{
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left:16px;
  padding-right: 16px;
  font-family: Arial, Verdana, sans-serif;
  font-size: small;
}

#main-column .b {color: #660000;}


#main-column .box1, #main-column .box2 { margin: 0px;}

#main-column .box1
{
  width: 400px;
  clear: left;
  background: #ffffcc;
}

#main-column  .box2
{
  width: 400px;
  clear: left;
  background: #cccc99;
}

#main-column .h2-underline
{
  
  margin-top: 20px;
  margin-left: 10px;
  font-size: small;
  color: #660000;
  font-family: Georgia, "Times New Roman" , Times, serif;
  border-top: 2px solid #660000;
}

/* 3.c =Right
------------ */
#right-column
{
  text-align: center;
}

#right-column p 
{
  margin-top: 6px;
  font-family: Arial, Verdana, sans-serif;
  font-size: small;
}

#right-column .b {color: #660000;}

/* 4 =Footer
------------ */
#footer a { color: #FFF199; }

/* 4.a =f1
---------- */
#footer #f1
{
  background: #063B0F;
  text-align: center;
  padding: 4px 0;
}

#footer #f1 a { color: #FFF; }


/* 4.b =f2
---------- */
#footer #f2
{
  text-align: center;
  background: #660000;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}


/* writing.htm */
.writings-title
{
  text-align: center;
  border-top: 2px solid #660000;
  border-right: 2px solid #660000;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.writings-link
{
  text-align: right;
  border-right: 2px solid #660000;
  margin-top: 0px;
  padding-top: 0px;
}

#main-column .writings-title p {
  font-size: small;
  color: #660000;
  font-family: Georgia, "Times New Roman" , Times, serif;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#main-column .writings-link p {
  margin-top: 0px;
}



