/*  See http://www.southerntwilight.com/tutorials/csscommands.html */
/*  Colors:  #FFFFFF is White
			#99FFCC
			#E4EEDB - Web Site Background Color
			#048282; - Web Dark Green

			
*/

h1,h2,hr
{
font-family: 'Century Gothic'; 
 text-align:center; 
 color:#048282;
}

h3,h4
{
font-family: 'Century Gothic'; 
 text-align:center; 
 color:#000000;
 margin-bottom:6;
}

body  
{
background-color: #E4EEDB; 
font-family: 'Century Gothic'; 
}

p,table,li,ul,address,th,td
{
font-family: 'Century Gothic'; 
font-size: 13; margin-top:0; margin-bottom:0;
 color:#000000; 
}

.dkgreen
{ background-color:#048282;
  color:#FFFFFF;  
}

.ltgreen 
{
background-color: #E4EEDB; 
font-family: 'Century Gothic'; 
margin-bottom:12;
}

.ltgreenH 
{
background-color: #E4EEDB; 
font-family: 'Century Gothic'; 
color:#008080;
font-weight: bold;
font-size: 100%;
vertical-align:"center";
margin-bottom:12;
}

.SixPointsBelow
{
 vertical-align:"top";
  margin-bottom:12;}

.FathersPages
{
font-family: 'Century Gothic'; 
font-size: 13; margin-top:0; margin-bottom:0;
color:#008080;
}
.FathersCurrentPage
{
font-family: 'Century Gothic'; 
font-size: 13; margin-top:0; margin-bottom:0;
color:#ffffff; text-decoration:none;
background-color: #008080;
}

table,td { border:0; vertical-align:"top"; }
td.TopLinks { vertical-align:"middle"; }
 
p.first-letter {   }

.Marquee {color:#008080; font-size: 13; }

a {color:#048282; font-size: 13; font-weight: normal; text-decoration:underline}

a.TopLinks { color:#FFFFFF; padding-top:20; font-weight: bold; 
	font-size: 15; text-decoration:none }
	
a.BookLinks { color:#000000; text-decoration:underline; font-weight: bold; }
	
a.Member {color:#FFFF99; font-size: 12; font-weight: normal; text-decoration:none}
	/* LT Light Green =#99FFCC  */
	/*  Can also use this format
	a.Type:link 
	a.Type:visited 
	a.Type:active 
	a.Type:hover
	*/
	
/*Below turns the undeline off for all inks */

a.Left {text-decoration:none; 
	color:#FFFFFF; font-weight: bold; 
	font-size: 15; }
a.LeftSel
   {text-decoration:none; 
	color:#99FFCC; font-weight: bold; 
	font-size: 15; }

	
:first-line.LetterAndLine { font-style: italic; color:#048282;}
:first-letter.LetterAndLine { text-transform: uppercase; }


.btnFixed {
    font-family:Verdana,'Century Gothic';
	font-weight:bold;
	font-size:11;
    width:130;
    color: #E5EEDB;
    background-color:#048282;
}

.btnFixedV1 {
    font-family:Verdana,'Century Gothic';
	font-weight:bold;
	font-size:11;
    width:130;
    color: #048282;
    background-color:#E5EEDB;
}

.btnWide {
    font-family:Verdana,'Century Gothic';
	font-weight:bold;
	font-size:11;
    width:90;
    height:25;
    color: #E5EEDB;
    background-color:#048282;
}

.btnWideDisabled {
    font-family:Verdana,'Century Gothic';
	font-weight:bold;
	font-size:11;
    width:90;
    height:25;
    color: #E5EEDB;
    background-color:#64E2E2;
}
.btnWideV1 {
    font-family:Verdana,'Century Gothic';
	font-weight:bold;
	font-size:11;
    width:240;
    height:25;
    color: #048282;
    background-color:#E5EEDB;
}

.btnWideV2 {
    font-family:Verdana,'Century Gothic';
	font-weight:bold;
	font-size:11;
    width:90;
    height:25;
    color: #048282;
    background-color:#E5EEDB;
}



span.LeftLogin { color: #FFFFFF }

.LinkMenu    
{ font-family: 'Century Gothic'; 
  font-size: 11pt; 
  color: #FFFFFF; 
  margin-left: 4; 
  margin-bottom: 30; 
  font-weight:bold; 
  margin-top: 0; 
  text-indent:0; 
  text-decoration:none 
  }

.LinkMenuSelected  
{ font-family: Century Gothic; font-size: 11pt; color: #99FFCC; 
margin-left: 4; margin-bottom: 30; font-weight:bold; margin-top: 0; text-indent:0; text-decoration:none  }

.LinkMenuIn    
{ font-family: Century Gothic; font-size: 11pt; color: #FFFFFF; 
  margin-left: 14; margin-bottom: 30; font-weight:bold; margin-top: 0; text-indent:0; text-decoration:none; text-align:left; word-spacing:0  }

.LinkMenuInSelected    
{ font-family: Century Gothic; font-size: 11pt; color: #99FFCC; 
  margin-left: 14; margin-bottom: 30; font-weight:bold; margin-top: 0; text-indent:0; line-height:100%; text-decoration:none  }
  
  
/* For Forms:
form {width:15em}
fieldset {padding:1ex}
label {display:block; margin:1em 0}
input {display:block; font-family:cursive; margin:auto}
button {display:block; margin:auto}
*/