﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */
/*
body
{
	margin: 0;
	padding-bottom: 2em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/

/* Header Section */

#headerxxx
{
	border-bottom: 1px solid #000000;
	height: 5.2em;
	width:100%;
	text-align:center;
}
#headerxx .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	text-align:left;
	background-color: transparent;
	
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}	
#contentxxx .breadcrumbxxx {
	font: 70% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-left:0em;
	margin-top: -0.8em;
	width:100%;
	
}

#headerxx a:link, a:visited
{
	text-decoration:none;
	border:none;
	/*color: #0000FF;*/
}

/* Navigation */

#navigationxxx {
	top: 6.4em; /* Navigation pane begins here (from the top) */
	left: 0em;  /* Left coordinates */
	width: 15%;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	border-top-width:0;
	border-bottom-width:0;
}
#navigationxx ul {
	padding-left: 20px;
	text-decoration: none;
	float: left;		
	width: 200px;
	height: 80px;
	color: #ffffff;	
}
#navigationxx li {
	padding-left: 20px;
	text-decoration: none;
	float: left;		
	width: 200px;
	height: 80px;
	color: #ffffff;	
}
#navigationxxx li a
{
	padding-left: 20px;
	text-decoration: none;
	float: left;		
	width: 200px;
	height: 80px;
	color: #ffffff;	
}
#navigation li a:hover
{
	background: url(menu-mo.png);
	text-decoration: none;
	float: left;	
	color: #ffffff;	
}
#navigationxx ul ul {
	margin-left: 0px;
}
#navigationxx ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
	background-color: #ED9F9F;
	color: #711515;
}
#navigationxx ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
}
#navigationxx ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}

/* Main Content */

/*-:Content: The main content of the webpage -*/
#contentxxx 
{
	padding-top:1em;
	padding-left:2em;
	margin-top:0;
	margin-left: 15%;
	margin-right: 0;
	border-left:solid 1px black;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#contentxx p {
	font-size: 80%;
	line-height: 1.6em; 
}

#contentxx ul {
	font-size: 80%;
	line-height: 1.6em; 
}
