/* author: JHM Designs (www.jhmdesigns.com) */
/* Creation date: 01-04-2007 */
/* This file controls the css basic to all pages of the site */

html
	{
	margin: 0px;
	}

body
	{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background: #031007; /* dark green black  */
	}

h2,h3,h4
	{
	text-align: center;
	}

#header-zone img
	{
	float: left;
	}

#main_content
	{
	margin-left: 45px;
	margin-right: 35px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 15px;
	font-family: Calibri, Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif;
	color: #000;  /* font color */
	/* border: 1px solid red;  for testing */
	}

#content_cell
	{
	background: #ffffff; /* alternate = #EBECEB, but requires adjustment to photo drop shadows for photos in the content area */
	}

#credits
	{
	text-align: center;
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #888;   /*  gold color = #989933 */
	}

#credits a
	{
	text-decoration: none;
	color: #888;
	}

#credits a:hover
	{
	text-decoration: none;
	color: #207334;  /*  green = #207334   gold = 989933 */
	}

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%  */
	}

/*  this style controls list item styles */
li
	{
	padding-bottom: 8px;
	}

/* these styles control text header styles */
.vytc_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;
	}

.vytc_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;
	}

.vytc_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;
	}

.vytc_subheader2_italic
	{
	text-align: center;
	font-family: Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
	color: #0b3c18;
	padding-top: 5px;
	margin-bottom: 2px;
	margin-left: 0em;
	}

/* controls style for image and caption tables */
.caption
	{
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	color: #207334;
	}

/* this style controls the "return to top" link */
#return
	{
	font-family: "Century Schoolbook", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #207334;
	}

#return a
	{
	color: #207334;
	text-decoration: underline;
	}

#return a:hover
	{
	color: #c40304;
	text-decoration: underline;
	}

/* style for displaying print-friendly link */
.print
	{
	text-align: center;
	font-size: 85%;
	}



/* * * * * * * * * * * *
    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 }
*/

