﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/
.ArticleHeader {
	Color:#336699; /*Dark Blue */
	text-align:center;
	font-size:18pt;
	font-weight:bold; 
}	

.ArticleSubHeader {
	text-align:center;
	font-weight:bold;
}

.ArticleBody {
	text-align: Justify;
}
.ArticleBodyTitle {
	text-Align:left;
	font-weight:bold;
}
.MonthName {
	text-Align:Center;
	font-weight:bold;
	color: #005500; /* Forest Green */
}

#mainbody2 {
	width: 100%;
	font-family: Verdana;
	font-size: small;
	text-align: center;
}

/* Navigation */

#navigation {
	list-style: outside none;
	top: 1em;
	left: 0em;
	font-family: Arial;
	line-height : 15pt;
	text-align: left;
	background-color:#336699; /* Dark Blue */
} 
#navigation li {
	padding: 0px 0px 0px 0px;
	color: #e5e5E5; /* light grey */
	background-color : #336699; /* dark blue */
	font-weight: bold;
	text-decoration: none;
}
#navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: Black;
	background-color: #E5E5E5; /* light grey */
	border-left: 10px solid #5181BB; /* medium blue */
	font-weight: normal;
	text-decoration: none;
	text-indent: 10px;
}
#navigation li ul a:hover {
	background-color: #5181BB; /*medium blue */
	color: white;
}
#navigation li a:hover {
	background-color: #5181BB; /*medium blue */
	color: white; 
}
/* #navigation hr {
width: 120px;
}
*/	
.Click /* highlighted parent */
{
	display: list-item;
	padding: 0px 0px 0px 0px; 
	background-color: #014c98; /* darker blue */
	color:  white;
	text-decoration: none;
	font-weight: bold;
}
.Click1 /* normal parent */
{
	border-left:0px;
	display: list-item;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #e5e5e5; /* light grey */
}
.Click2 /* highlighted child */
{
	display: block;
	padding: 0px 0px 0px 0px;
	background-color:  #FCFCFC; /* off white */
	color:  black;
	text-decoration: none;
	font-weight: normal;
}
.Click3 /* normal child */
{
	border-left:0px;
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: black;
}
