/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #999999;
	font-size:12px;
	line-height:14px;
	
	margin: 0px;
	padding: 0px;
	background: #cccccc;
}

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

a:link, a:visited, a:hover{
	color: #000000;
	text-decoration: none;
}



/************** header tag styles **************/

h1{
 font: bold 110% Arial,sans-serif;
 color: #000000;
 font-size:16px;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 104% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/* Layout Divs         
/***********************************************/                        */
/***********************************************/

#container {
	width: 660px;
	background-color:#999999
	margin:0 auto;
}

#wrapper{
width: 660px; 
background-color:#474342;
margin:10px auto;
}

#header{
	background-image:url(images/ayershead.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:left;
	height:95px;
}

#headertable{
margin-left:25px;
	width: 500px;

}

#content{
margin-left:25px;
height:330px;

}


#footer{
	background-image:url(images/ayersbar.gif);
	background-position:center;
	background-repeat:no-repeat;
	height: 30px;
}

#hid {
	display: none;
}








