/* author: JHM Designs (www.jhmdesigns.com) */
/* Creation date: 07-26-07 */
/* This file controls the css basic to all pages of the site, except navigation */

html
	{
	margin: 0px;
	}
	
body
	{
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background: url(images/blue_gradient.jpg) repeat-x;  /*  gradient background */
	background-color: #24617d; 
	}

#main_content
	{
	margin-top: 0px;
	margin-left: 0px;  
	margin-right: 0px; 
	padding-left: 15px;
	padding-right: 25px;
	font-size: 16px;
	font-family: Arial Rounded MT, Helvetica, Arial, sans-serif;
	color: #FBF8D7; 
	/* xborder: 1px solid green;  for testing */
	}		

#footer
	{
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 170%;
	}

h2
	{
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 26px;
	margin-top: 12px;
	}	
	
h3
	{
	text-align: left;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	margin-top: 12px;
    margin-left: 35px;
	}	

	
/* this style creates a colored drop cap */	
.drop {
	font-size: 2.6em;  /* original font size with Arial is 2.6em  */
	color: #0B3C18;	 /*  black with green hue */
	float: left;
	margin: 0;
	padding-right: 5px;  
	line-height: 90%;	
	}


/* style for displaying print-friendly link */	
.print
	{
	text-align: center;
	font-size: 85%;
	}	


/*
.page_heading
	{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	}
		
.page_subheading
	{
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	}		
*/

		
	
/* * * * * * * * * * * *
    PAGE SPECIFIC CSS 
* * * * * * * * * * * * */		

/* sets the indentation on links.html page */
.links
	{
	margin-left: 2em;
	margin-bottom: -8px;
	}	
	
/* * * * * * * * * * * *
      SNIPPIETS CSS 
* * * * * * * * * * * * */	
	
/* for reference only 
a:link  { text-decoration: none; color: #ffff00 }
a:active   { text-decoration: none; color: #AA0000 }
a:visited  { text-decoration: underline; color: #3366ff }
a:hover    { text-decoration: underline; color: #CC33FF }
*/	
	
