/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FCF6E2;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #5A068F;
	text-decoration: underline;
}

a:hover {
	color: #339900;
	text-decoration: underline;;
}

/************** text styles **************/

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

.keyword {
	font-weight: bold;
	color: #000000;
}

.text {
    font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.textsmall {
	font-size: 10px;
}

.textbig {
	font-size: 12px;
}

.top {
	font-size: 10px;
	text-align: right;
}

.table {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.form {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/********* layout styles *********/

#master {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}

#ehfheader {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#ehfheaderprint {

    display: none;

}

#globalnav {
    position: absolute;
    left: 0px;
    top: 97px;
    width: 780px;
    height: 55px;
    padding: 0px;
    margin: 0px;
	z-index: 1;
}

/************** content ****************/

#leftbarsubtopgiv2liv {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 950px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#contentsub1 {
	position:absolute;
	left: 190px;
	top: 160px;
	width: 550px;
    padding-top: 10px;
	padding-right: 0px;
	padding-left: 15px;
	z-index: 2;
}  

/************** footer styles ****************/

#footer {
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding-top: 15px;
	line-height: 15px;
	padding-bottom: 20px;
}

