/* CSS Document */



.textMAKEDifferentCONTRAST-RUST {
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #8c4628;
	text-decoration: none;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* Used only for MuchaCreative link */
.DesignCredit {
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #727CA9;
	text-decoration: none;
}

a.DesignCredit:visited {color:#727CA9; }
a.DesignCredit:hover {color:#8C4628;}
a.DesignCredit:active {color:#727CA9; }	
	

.textMAKEDifferentLILAC {
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-decoration: none;
}

a.textMAKEDifferentLILAC:visited {color:#6C7FCA; }
a.textMAKEDifferentLILAC:hover {color:#8C4628;}
a.textMAKEDifferentLILAC:active {color:#6C7FCA; }

/* top menu navigation */
.MainMenu {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: FFFFFF;
	text-decoration: none;
}

/* this is the color of the bullets in the main menu */
.MainMenu em {
	color: #244194;
}

/* The main content region */
.MainContent
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
}

/* main titles of pages */
.MainContent h1
{
	font-size: 11px;
	font-weight: 400;
	color: #244194;
	text-align:center;	
	margin-bottom: 0px;
	margin-top: 0px;
}

/* this is really de-emphasis - applies to just h1 */
.MainContent h1 em {
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #727CA9;
}

.MainContent img {
	border:none;
}

/* titles of main links */
.MainContent h2
{
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #244194;
	text-decoration: none;
	text-align:center;
	margin-bottom: 0px;
	margin-top: 0px;
}


/* small titles of pieces */
.MainContent h3
{
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #244194;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* captions  of pieces */
.MainContent h4
{
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #475D9A;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* small links (e.g. "view large") */
.MainContent h5
{
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #244194;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: right;
}
/* body copy with spaces */
.MainContent h6
{
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #244194;
	text-decoration: none;
	text-align:left;
	margin-left: 2px;
    margin-right: 2px;
	margin-bottom: 6px;
}
/* body copy credits for quotes */

.MainContent h7
{
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #4b4b4b;
	text-decoration: none;
	text-align:left;
	margin-top: 4px;
	margin-left: 2px;
    margin-right: 2px;
	margin-bottom: 6px;
}



.MainContent a:visited {color:#505981C; }
.MainContent a:hover {color:#8C4628;}
.MainContent a:active {color:#505981; }

.MainContent p
{
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #454545; /* light grey */
	text-decoration: none;
}


/* formatting for the resume page */
.Resume
{
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #244194;
	text-decoration: none;
	line-height: 15px;
}

.Resume td
{
	vertical-align: text-top;
	padding-bottom: 6px;
}

/* this is really just to override the Resume td above */
.ResumeRule td
{
	vertical-align: middle;
	padding-bottom: 0px;
}


/* left-hand main title */
.Resume h1
{
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #6C7FCA;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	vertical-align: text-top;
}

/* middle column - year */
.Resume h2
{
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #505981;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: text-top;
}

/* right column - heading */
.Resume h3
{
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #505981;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: text-top;
}

.BackLink
{
	color: #505981;
}

a.BackLink:visited {color:#505981C; }
a.BackLink:hover {color:#8C4628;}
a.BackLink:active {color:#505981; }


/* this is experimental at this point */
.MainBlockParagraph
{
	margin-left: 139px;
	margin-right: 139px;
	width: 480px;
	height: 100%;
}

.BottomNavigation h1
{
	vertical-align: bottom;
}

