

/* The Body defines the overall layout as a centered, fixed width column within the available browser window     */


/* Colors used in this style sheet:
   Hex 000000 = black
   Hex dbe1bf = light green
   Hex 996600 = orange/brown
   
  
*/



body {
 	/*background: #eee8aa;*/
	background-image: url('../site_graphics/seasalt-full.png');
	background-repeat:no-repeat;
	background-position:top center ;
	/*background-color: #dbe1bf;*/
	color: black;
	margin-top:750px;
	margin-bottom:0px;
	margin-left:10%;
	margin-right:10%;
	font-family: Andada,Serif;
	font-size: medium;
	text-align: center;
	
}
	


/* Header Styles */

h1 {
	font-family: Andada;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 28.4px;
}

h2 {
	font-family: Andada;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}

h3 {
	font-family: Andada,serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
p {
	font-family: Andada;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 19.99px;
}
blockquote {
	font-family: Andada;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 29.99px;
}
pre {
	font-family: Andada;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.57px;
}

.hr{
	color: #678b3f
}

img
{  border-style: none;
}

/* links */	
	
a	{
	text-decoration: none;
	
	}
.date
{font-size:12pt;FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";color:#330099}
.normal 
	{font-size:10pt;FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";color:black}
.normalsmall 
	{font-size:8pt;FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";color:black}
.normalbold 
	{font-size:10pt;FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";color:black;FONT-WEIGHT:bold}
.normalsmallbold 
	{font-size:8pt;FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";color:black;FONT-WEIGHT:bold}
.normalred 
	{font-size:10pt;FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";color:red}
