/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/*Styling for Greetings From America pages. Identical to PrimeStyle 
except for height of HomeMain and Leftside. Copied and implemented Jan 2012*/

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: medium;
	color: #000000; }

/* ELEMENT STYLES. */

h1, h2, h3, h4 {
	color: #4a2885;
	font-weight: bold;
	padding: 5px 5px;
	margin: 0px 10px; }

h1 {
	font-size: 175%;
	text-align: center; }

h2 {
	font-size: 140%; }

h3 {
	font-size: 110%; }
    
h3.gfa {
    text-align: left; }   

h3.tools {
	text-align: center;
	margin: 3px 0px 0px 0px;  }
	
img.gfa {
	border: solid 2px #808080; }

p  {
	margin: 5px 10px;
    padding: 5px 5px;  }

p.gfa {
    text-align: left;
    font-size: 85%; }    
    
    
p.logo  {
	font-size: 80%;
	text-align: center;
	margin-top: 3px;  }

p.tools {
	text-align: center;
	font-size: 90%;
	margin-top: 0px;  }


table {
	margin-left: 5px;
	border: thin solid #008080;
	border-collapse: collapse;  }

ul  {
	list-style-type: circle;  }

ul.topics {
	display: none;
	list-style-type: none;
	margin-top: 5px;  }




/*These styles are for the one-row table page-navigation tabs.*/

.navtabs {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	background: #fde2b8; }

/*Need to make each page tab a different color, so viewers know which one
they are on. The tabs match the color of the main content on a particular page.*/

th.home  {
	margin: 0px;
	background: #fde2b8;
	border: thin solid #008080;
	padding: 5px 35px;
	text-align: center;  }

th.products  {
	margin: 0px;
	background: #fdebcf;
	border: thin solid #008080;
	padding: 5px 35px;
	text-align: center;  }

th.list  {
	margin: 0px;
	background: #fffbc6;	
	border: thin solid #008080;
	padding: 5px 35px;
	text-align: center;  }

th.hobby {
	margin: 0px;
	background: #fdedf2;
	border: thin solid #008080;
	padding: 5px 35px;
	text-align: center;  }

th.history {
	margin: 0px;
	background: #ebf5fc; 
	border: thin solid #008080;
	padding: 5px 30px;
	text-align: center;  }


/* DIVISION STYLES */


/* This sidebar floats to the left of the homemain column.*/

#leftside {
	background-color: #fde2b8;
	margin: 5px 710px 10px 10px;
	padding: 10px 15px 10px 15px;
	width: 230px;
	height: 1923px; }

/* The homemain division floats right of the sidebar. It contains the banner
and the navtabs.*/

#homemain {
	margin: 5px 10px 10px 0px;
	background: #fde2b8;
	padding: 10px 10px 10px 20px;
	border-left: 10px solid #fbd7a1; 
	width: 700px; 
	height: 1923px;
	float: right; }

/*The banner is across the top but nested inside the homemain division.*/

#banner {
	background: #d4ecfb;
	padding: 1px 10px 2px 10px;
	margin-left: auto;
	margin-right: auto;	
	border-left: 10px solid #d4ecfb; 
	width: 650px;
	height: 70px; }  


/*Allcontent contains everything. It has to load first.*/

#allcontent {
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	background: #fbd7a1;
	width: 1012px;
	height: 1960px;
	z-index: 6; }