/* COLOR SCHEME --------------------------------------
Brown:	#7F561B
Tan:	#FFE1A8
Green: 	#1A443B
Note: See the "LAYOUT REVEALING CLASSES" below
*/

/*  REDEFINED HTML CLASSES -------------------------------------- */

BODY, TABLE, TR, TD {
	text-align: left;
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
H2{
	color: #1A443B;
	font-size: 14px;
	}
    

/*  LAYOUT CLASSES -------------------------------------- */
#FullPgAligner{
	text-align:center;
	}
#FullPgConstrainer{
	width: 735px;
	height: 580px; 
	}

#LeftCol{ 
	width: 200px;
	text-align:center;
	background-color: #FFE1A8;
	background-image: url("../Images/Bg_HazelnutPile.gif");
	background-position:bottom left;
	background-repeat: no-repeat;
	} 
#Header{ 
	width: 535px;
	height: 150px; 
	background-image:url("../Images/Bg_ValleyLandscape.jpg"); /* home page */
	background-position:bottom left; 
	text-align:left; 
	vertical-align:bottom;
	font: Arial, Helvetica, sans-serif !important;
	font-weight:bold;
	font-size:24px;
	color: white;
	padding-left: 20px;
	}
#Content{ 
	width: 535px;
	height: 400PX;
	padding: 20px;
	}
#Footer{ 
	width: 535px;
	height: 30px; 
	font-size:10px;
	color:#7F561B; 
	font:"Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	}
#LayoutTable{ 
	border: 1px solid #7F561B;
	border-top: 10px;
	border-bottom: 10px;
	padding: 0px;
	margin:0px;
	}

/* LEFT NAV CLASSES -------------------------- */
#LeftNavBox{ 
	border: 0px solid #7F561B;
	border-top: 1px;
	border-bottom: 1px;
	margin: 40px 10px 40px 10px;
	padding: 20px;
	text-align: center;
	background-image:url("../Images/Bg_LeftNavFade.gif"); /* home page */
	background-position:center;
	background-repeat: repeat-y;
	}
A.LeftNavLink{
	font-size:14px !important;
	display: block;
	color:#003300;
	font-weight:bold;
	padding: 10px;
	text-decoration: none;
	}
A.LeftNavLink:HOVER{
	padding: 9px;
	border: 1px solid #1A443B;  
	background-color: #FDF2D9; 
	}
 
	
/* OTHER CLASSES ---------------------------------------------------------- */
#TagLine{ 
	color:#1A443B;
	font-weight:bold;
	font:"Times New Roman", Times, serif !important;
	font-style:italic;
	text-align:center;
	} 
DIV.Letter{
	background-image:url("../Images/Bg_LetterDropShadow.gif"); /* home page */ 
	background-position:bottom right;
	background-repeat: no-repeat;
	width: 80%;
	height: 500px;
	border: 1px solid #efefef;
	padding: 20px;
	color: #7F561B ;
	}	
DIV.Letter H2{
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
	}
 
	
/* ############################################################################# */
/* LAYOUT REVEALING CLASSES (uncomment these to reveal the layout ) -----------   
#FullPgAligner{
	border: 1px dashed black; 
	}
#FullPgConstrainer{ 
	border: 1px dashed red;
	padding: 2px;
	}
#LayoutTable{
	border: 1px solid purple;
	}
#LeftCol{ 
	border: 1px solid brown; 
	}
#Header{
	border: 1px solid blue; 
	}
#Content{
	border: 1px solid orange; 
	}
#Footer{
	border: 1px solid green; 
	}
  ############################################################################# */
	
	
	
	
	
	
	
	