/* author: JHM Designs (www.jhmdesigns.com) */
/* Creation date: 03-12-07 */
/* This file controls the css basic to all pages of the site */

html
	{
	margin: 0px;
	}
	
body
	{
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background: #122133; /*  0F3524  2B3E31 3A6EA5  336192 background outside content area */
	}

#content_cell h2,
#content_cell h3,
#content_cell h4
	{
	text-align: center;
	}		

#main_content
	{
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 30px;
	font-size: 15px;
	font-family: Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif; 
	color: #000;  /* font color */
	xborder: 1px solid green; /* for testing */
	}	

#content_cell
	{
	margin: 0px;
	background: #ffffff; /* alternate = #EBECEB, but requires adjustment to photo drop shadows for photos in the content area */
	background-color: #eee;
	margin-bottom: 20px;
	border-bottom: 1px solid #1F3A59;
	xborder: 1px solid red;
	}

#footer
	{
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 170%;
	}

/*	
img
	{
	display: block;
	border: 0;
	}  	
*/
	
/* 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;  /* original value = 3px  */
	line-height: 90%;	 /* original value = 90%  */
	}


/* these styles control text header styles */
.ch13_header_font
	{
	text-align: left;
	font-family:  Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 250%;
	color: #0b3c18;
	letter-spacing: 2px;
	margin-top: -10px;
	}

.ch13_subheader_font
	{
	text-align: center;
	font-family: Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif; 
	font-style: italic;
	color: #0b3c18;
	margin-top: -10px;
	margin-left: 0em;
	}
	
.ch13_subheader2_font
	{
	text-align: center;
	font-family: Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 110%;
	color: #0b3c18;
	padding-top: 5px;
	margin-bottom: 2px;
	margin-left: 0em;
	}		
	
/* this style controls the "return to top" link */
#return
	{
	font-family: "Century Schoolbook", Helvetica, Arial, sans-serif; 
	font-size: 14px;
	text-align: right;
	margin-right: 30px;
	color: blue;
	}		

#return a
	{
	color: #207334;
	text-decoration: underline;
	color: blue;
	}
	
#return a:hover
	{
	color: #c40304;
	text-decoration: underline;
	}		

/* class for displaying copyright within web page */	
.copyright
	{
	text-align: center;
	font-size: 10px;
	font-family: Arial, sans-serif"
	}
	
/* 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 }
*/	
	

