/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_grad.jpg);
	background-attachment: fixed;
	background-color: #CCCCCC;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #009999;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 120%;
	font-weight: bold;
}

h2{
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 114%;
	font-weight: bold;
}
.pagecell {
	position: absolute;
	left: 2%;
	top: 75px;
	font-family: "Trebuchet MS";
	background-color: #F3F5F3;
	width: 96%;
	padding: 10px;
	margin-bottom: 20px;
}
.pagecell img {
	text-align: center;
	margin: 10px;
}
.footer {
	font-family: "Trebuchet MS";
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.header img {
	float: left;
}

.header {
	font-family: "Trebuchet MS";
	font-size: x-large;
	text-align: center;
	position: absolute;
	top: 0px;
	height: 75px;
	padding: 5px;
	width: 96%;
	color: #FFFFFF;
	left: 2%;
	background-image: url(../images/bg_grad.jpg);
	vertical-align: middle;
}
