@charset "utf-8";
/* CSS Document */
#horizMenu{
	position: absolute;
	left: 260px;
	top: 495px;	
	width:75%;	
	
}

#horizSpace{
	position: absolute;
	left: 260px;
	top: 505px;	
	width:70%;	
	
}
#TextArea{
	position: absolute;
	left: 311px;
	top: 575px;
	width:650px;
	height:900px;
	text-align: justify;	
	
}
#Heading {
	position:absolute;
	left:90px;
	top:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #336600;
	background-color:#f0e7d7;
	width:500px;	
}


#rightImage{
	position: absolute;
	top: 10px;
	right: 140px;	
	width: 120px;
	height:90px;
	z-index:200;
	
}

#hnavcontainer
{
background: #f0e7d7;
margin: 0 auto;
padding: 1.3em 0 0 0;
font-family: georgia, serif;

}

/* to stretch the container div to contain floated list */
#hnavcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#hnavlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 90%;
font-size: 100%;
}

ul#hnavlist li
{
display: block;
float: left;
width: 125px;
margin: 0;
padding: 0;
}

ul#hnavlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#hnavcontainer>ul#hnavlist li a { width: auto; }

ul#hnavlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#hnavlist li a:hover, ul#hnavlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
.textRedsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #800000;
}
.textRedmedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #800000;
}
.textRedlargeBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #800000;
	font-weight: bold;
}

.textRedmediumBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #800000;
	font-weight: bold;
}
.textRedlargeBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #800000;
	font-weight: bold;
}
