﻿a:link
{
	color:Blue;
	text-decoration:none;
}

a:visited
{
	color:Purple;
	text-decoration:none;
}

a:hover
{
	color:Blue;
	text-decoration:underline;
}

a:active
{
	color:Blue;
	text-decoration:none;
}

/* W3C CSS validator likes CSS files to start with a class rather than a comment, which is why this comment is below the a:links section. To make sure link styles work properly, set them up in LVHA order. That's link, visited, hover, and active. */

body
{
    background-color:#EEE8AA;
    height:100%;
    margin:0;
    padding-top:5px;
    text-align:center; 
}

.BottomBar
{
   /* background-color:#BDB76B;
    border:1px;
    border-color:#A0522D;
    border-style:solid; */
    clear:both;
    float:left;
    margin-top:5px;
    text-align:center;
    width:650px;
}

.CaptionImages
{
    font-family:Verdana;
    font-size:0.8em;
    margin-left:10px;
    margin-right:7px;
    margin-top:15px;
    text-align:center;
}

.Container
{
    margin:0 auto;
    text-align:left;
    width:670px;
}

#ColumnLeft
{
    background-color:white;
    border-right:1px;
    border-right-color:#A0522D;
    border-right-style:solid;
    border-top:1px;
    border-top-color:#A0522D;
    border-top-style:solid;
    float:left;
    line-height:110%;
    margin-top:5px;
    position:relative;
    text-align:left;
    width:455px;
}

.Copyright
{
    font-family:Verdana;
    font-size:0.7em;
    padding:3px;
    text-align:center;
}

.CopyrightBox
{
    border:1px;
    border-color:#A0522D;
    border-style:solid;
    font-family:Verdana;
    font-size:0.7em;
    margin:0 auto;
    padding:5px;
    position:relative;
    text-align:left;
    width:495px;
}

.HeaderMain
{
	color:#A0522D;
	height:1px;
	width:100%;
}

.HeaderSub
{
	border-style:dashed;
	color:#A0522D;
	height:1px;
	width:100%;
}

.HeaderSidebar
{
	color:#A0522D;
	height:1px;
	width:100%;
}

.HEGLogo
{
    color:#A0522D;
    float:left;
    font-family:Papyrus;
    font-size:24pt;
    letter-spacing:0.1em;
    position:relative;
    text-align:left;
    text-indent:15px;
    width:450px;
}

.LinkTop
{
	font-size:0.8em;
}

.ListTop
{
	font-size:0.8em;
	list-style-type:none;
    margin-left:0px;
}

.List1
{
    color:#A0522D;
    list-style-type:disc;
    margin-left:10px;
    padding-left:5px;
}

.List2
{
    list-style-type:none;
    margin-left:0px;
}

.List2A
{
    color:#A0522D;
    list-style-type:square;
    margin-left:-25px;
}

.List3
{
    list-style-type:none;
    margin-left:0px;
}

.List3A
{
    color:#A0522D;
    list-style-type:disc;
    margin-left:-25px;
}

.Main
{
    background-color:white;
    border:1px;
    border-color:#A0522D;
    border-style:solid;
    float:left;
    margin-top:5px;
    padding:5px;
    position:relative;
    width:650px;
}

#MainLeftColumn
{
    float:left;
    height:100%;
    position:relative;
    width:460px;
}

#MainRightColumn
{
    display:block;
    float:right;
    font-family:Verdana;
    font-size:0.7em;
    height:auto;
    position:relative;
    text-align:center;
    width:190px;
}

.NavMenuBottom
{
    background-color:#BDB76B;
    border:1px;
    border-color:#A0522D;
    border-style:solid;
    /* border-bottom:1px;
    border-bottom-color:#A0522D;
    border-bottom-style:solid; */
    color:#A0522D;
    font-family:Verdana;
    font-size:0.9em;
    font-style:normal;
    font-variant:small-caps;
    padding:3px;
    text-align:center;
    width:655px;
}

.NavMenuTop
{
    background-color:#BDB76B;
    border:1px;
    border-color:#A0522D;
    border-style:solid;
    color:#A0522D;
    float:left;
    font-family:Verdana;
    font-size:0.9em;
    font-style:normal;
    font-variant:small-caps;
    padding:3px;
    text-align:center;
    width:655px;
}

.NewWindow
{
	font-family:Verdana;
	font-size:0.7em;
	position:relative;
	text-align:center;
}

.NewWindowCalendar
{
	font-family:Verdana;
	font-size:0.7em;
	padding-left:10px;
	position:relative;
	text-align:left;
}

.SidebarPoems
{
	background-color:#EEE8AA;
	background-image:url(HEGImages/HEGGargoyle3.jpg);
	background-repeat:repeat-y;
	/* border-color:#A0522D;
	border-style:solid;
	border-width:1px; */
	height:100%;
	text-align:center;
}

span 
{ 
	color:black;
}

.TextGeneral
{
    font-family:Verdana;
    font-size:0.8em;
    padding-left:20px;
    padding-right:10px;
    padding-top:5px;
}

.TextPoems
{
    padding-left:40px;
}

.TextWelcome
{
    font-family:"Comic Sans MS";
    font-size:0.8em;
    padding-left:20px;
    padding-right:10px;
    padding-top:5px;
}

.Workshop
{
	padding-left:8px;
	padding-right:8px;
	text-align:left;
}
