﻿body 
{
	font-family: Verdana;
    font-size: medium;
	margin: 0px auto;
}

.Header
{
	border-bottom: solid 3px Blue;
	font-size: xx-large;
	color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    height: 90px;
}

.SiteMapPath
{
	font-size: small;
	position: relative;
	padding: 5px;
}

.ImageLink
{
	text-decoration: none;
}

#Left
{
	width:100px;
	/*height:400px;*/
	float:left;
	padding: 5px;
	font-size: 90%;
	position: relative;
	/*top: 10px;
	margin-top: 2px;*/
	left: 0px;
	background-color: Gray;
}

#Left h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

.Footer 
{
	text-align: center;
	font-size: x-small;
	color: White;
	background-color: #003399;
	margin: 10px 0px 0px 0px;
	padding: 5px;
}

h1, h2 {
    margin: 0px;
}

.ResumeSectionTitles 
{
	font-family: Garamond;
	color: #284E98;
	font-weight: bold;
	border-bottom: solid 1px #284E98;
}