﻿body 
{
	width: 80%;
	max-width: 10in;
	
	margin: 1cm auto 1cm auto;
	font-family: verdana, helvectica, sans-Serif;
	font-size: 11pt;
}

h1, h2, h3
{
	margin: 0.5cm 0 0.2cm 0;
}
h1
{
	font-size: 18pt;
	width: 40%;
	min-width: 2.5cm;
	border-bottom: solid 1px #BBBBBB;  /* Light Grey */
}
h2
{
	font-size: 14pt;
}
h3
{
	margin-top: 0.2cm;
	font-size: 12pt;
}

h2 + p, h3 + p
{
	margin-top: 0.2cm;
}

.contact
{
	float:right;
	font-size: 11pt;
	padding-top: 14pt;
}

.title 
{
	text-align: left;
	font-size: 36pt;
	border-bottom: solid 2px #000000;  /* Black */
	font-family: Times New Roman, Serif;
}
.firstName
{
	color: #92D050;  /* Rich Green */
}
.lastName 
{
	color: #808080;  /* Half Grey */
}

.location
{
	font-size: 28pt;
	font-family: Times New Roman, Serif;
	text-align: right;
	margin: 0.1cm 0 0.25cm 0;
}
body > .location
{
	float: right;
	width: 20%;
	min-width: 2.5cm;
}
/* If these adjencency rules are used, it is presumed that there is a submenu with a Back link. */
.location + .location
{
	font-size: 22pt;
	color: #444444;	 /* Dark Grey */
}
.location + .location + .location
{
	font-style:italic;
	color: #666666  /* Darkish Grey */
}

.subMenu
{
	float: right;
	text-align: right;
	font-size: 14pt;
	width: 20%;
	min-width: 2.5cm;
	border-bottom: solid 1px #888888;  /* Gray */
	margin-bottom: 0.25cm;
}
.subMenu *
{
	margin-bottom: 0.1cm;
}
.subMenu a
{
	display:block;
	padding: 0.1cm 0 0.1cm 0;
}
.subMenu .seperator
{
	margin-top: 0.2cm;
	padding-top: 0.2cm;
	border-top: solid 1px #BBBBBB;
}
.subMenu div a
{
	font-size: 12pt;
	margin: 0 0 0 0
}
.subMenu div div a
{
	font-size: 10pt;
	padding: 0;
	margin: 0;
	font-style: italic;
}

.mainMenu 
{
	font-size: 15pt;
	line-height: 150%;
	padding-bottom: 0.2cm;
	margin: 0.2cm 0 0.25cm 0;
	width: 80%;
	border-bottom: solid 1px #888888;  /* Gray */
}
.location + .mainMenu
{
	width: auto;
}
.mainMenu a {
	margin-right:1cm;
	white-space: nowrap;
	padding: 0.1cm 0.5cm 0.1cm 0.5cm;
}

.footer
{
	text-align: right;
	font-size: 8pt;
	word-spacing: 2cm;
	border-top: solid 2px #000000;  /* Black */
	padding-top: 0.2cm;
	clear: both;
}
.footer a
{
	word-spacing: normal;
	white-space: nowrap;
}

a 
{
	text-decoration: none;
	color: #0058FF;  /* Light Blue */
	min-height: 1px;
	outline:none;
}
a:hover
{
	color: #000099; /* Dark Blue */
}

.subMenu a:hover, .mainMenu a:hover
{
	background-color: #C8D8E8; /* Light Blue Grey */
}

.spaced
{
	word-spacing: 2cm;
}
.spaced *
{
	word-spacing: normal;
}