h1, h2, h3, h4, h5 { color: #523427; padding-left: 0px; font-family: Arial;}

h1, h2 { font-size: 16pt; font-family: Arial, Verdana, FreeSans, FreeSerif;}

h3, h4 { font-size: 12pt; font-family: Arial, Verdana, FreeSans, FreeSerif; }

h5 {
    font-size: 11pt;
    font-family: Arial, Verdana, FreeSans, FreeSerif;
}

p { color: Black; font-size: 11pt; font-family: Arial, Verdana, FreeSans, FreeSerif; }

Div { color: Black; font-size: 9pt; font-family: Arial, Verdana, FreeSans, FreeSerif; }

li { color: Black; font-size: 11pt; font-family: Arial, Verdana, FreeSans, FreeSerif; }

a:link{
    color: #3058ad;
    font-weight: normal;
    text-decoration: underline;
    cursor: hand;
    font-family: Arial, Verdana, FreeSans, FreeSerif;
}
a:visited{
    color: maroon;
    font-weight: normal;
    text-decoration: underline;
    cursor: hand;
    font-family: Arial, Verdana, FreeSans, FreeSerif;
}
a:hover{
    color: red;
    font-weight: bold;
    text-decoration: underline;
    cursor: hand;
    font-family: Arial, Verdana, FreeSans, FreeSerif;
    font-size:1.1em;
}

.navbar{ background-color:navy; width:726px; border: 3px solid black; }

.navbar2{ width:734px; }

.navbar3{ background-color:Darkgray; width:96%; border: 3px solid Navy; }

.navwhite{ font-family: Arial, Verdana, FreeSans, FreeSerif; font-size: 12px; font-weight: bold; color: white; text-decoration:none; }

.navblack{ font-family: Arial, Verdana, sans-FreeSans, FreeSerif, FreeSans, FreeSerif, tahoma; font-size: 11px; text-decoration:none; }

.navrow { background-color:navy; padding:10px; }

.navRow2 { padding:10px; }

a.nav { font-weight: bold; font-size: 12px; color: white; text-decoration: none; }

a.nav2 { font-weight: bold; font-size: 9px; color: white; text-decoration: none; }

a.nav:visited { font-weight: bold; font-size: 12px; color: white; text-decoration: none; }

a.nav:hover { font-weight: bold; font-size: 12px; color: aqua; text-decoration: none; }

#ThisIsWhy {
	position: relative;
        height: 60px;
}

#HILIGHT {
        font-family: Arial, Verdana, FreeSans, FreeSerif;
	font-style: italic;
	font-size: 32pt;
	font-weight: 900;
	line-height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	color: white;
	z-index: 1;
}

#FILL {
        font-family: Arial, Verdana, FreeSans, FreeSerif;
	font-style: italic;
	font-size: 32pt;
	font-weight: 900;
	line-height: 45px;
	position: absolute;
	left: 1px;
	top: 1px;
        color: #efefef;
	z-index: 3;
}

#DARK	{
        font-family: Arial, Verdana, FreeSans, FreeSerif;
	font-style: italic;
	font-size: 32pt;
	font-weight: 900;
	line-height: 45px;
	position: absolute;
	left: 2px;
	top: 2px;
        color: #3058ad;
	z-index: 2;
}

#SHADOW	{
        font-family: Arial, Verdana, FreeSans, FreeSerif;
	font-style: italic;
	font-size: 32pt;
	font-weight: 900;
	line-height: 45px;
	position: absolute;
	left: 6px;
	top: 6px;
	color: #c0c0c0; /* #400000 */
	z-index: 0;
}

