﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

#topHeader {
	width: 100%;
	font-family: Arial;
	color: #014c98;
	font-weight: bold;
}

#DrHeader1 {
    font-size: 12pt;
	text-align:left;
	background-color:#5181bb;
	border-color:#5181bb;
	font-family:Arial;
	font-weight: bold;
	color:#ffffff;
}

#DrHeader2 {
    font-size: 12pt;
	text-align:left;
	background-color:#e5e5e5;
	border-color:#e5e5e5;
	font-family:Arial;
	font-weight: bold;
	color:black;
}

#DrHeader3 {
    font-size: small;
	text-align:left;
	font-family:Arial;
	font-weight: bold;
	color:black;
}

#DrData1 {
    font-size: small;
	text-align:left;
	font-family:Arial;
	font-weight: normal;
	color:black;
}

#mainbody {
	width: 100%;
	font-family: Arial;
	font-size: medium;
	text-align: left;
}

#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;
	font-size: 80%;
	line-height : 15pt;
	text-align: left;
	background-color:#abb4bb;
} 
#navigation li {
	padding: 0px 0px 0px 0px;
	color: #014c98;
	background-color : #ABB4B8;
	font-weight: bold;
	text-decoration: none;
}
#navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: Black;
	background-color: #E5E5E5;
	border-left: 10px solid #5181BB;
	font-weight: normal;
	text-decoration: none;
	text-indent: 10px;
}
#navigation li ul a:hover {
	background-color: #5181BB;
	color: #FFFFFF;
}
#navigation li a:hover {
	background-color: #5181BB;
	color: white; 
}
#navigation hr {
width: 230px;
}
	
.Click /* highlighted parent */
{
	display: list-item;
	padding: 0px 0px 0px 0px; 
	background-color: #014c98;
	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: #014c98;
}
.Click2 /* highlighted child */
{
	display: block;
	padding: 0px 0px 0px 0px;
	background-color:  #FCFCFC;
	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;
}

