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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(images/youth-bg.jpg);
}

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

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

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

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

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

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

h5{
 font: 100% Arial,sans-serif;
 color: #000000;
 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 {
	position: relative;
	top:50px;
	width: 800px;
	margin: auto auto auto auto;
	height:550px;
}
#pageNav{
	width:600px;
	background-color: #ffcc33;
	position: absolute;
	left: 100px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 115%;
	height: 26px;
	top: 54px;
}
#content{
	margin: 0px;
	
}
#picl{
	width:260px;
	height: 380px;
	position: absolute;
	top: 120px;
	left: 10px;
}
#textr{
	width:510px;
	height: 380px;
	position: absolute;
	top: 120px;
	left: 280px;
}
#picr{
	width:260px;
	height: 380px;
	position: absolute;
	top: 120px;
	left: 530px;
}
#textl{
	width:510px;
	height: 380px;
	position: absolute;
	top: 120px;
	left: 10px;
}
#full{
	width:100%;
	height: 380px;
	position: absolute;
	top: 120px;

}
#footer{
	position: absolute;
	top: 510px;
	height: 30px;
	width: 770px;
	left: 10px;
	color: #FFFFFF;
}



/***********************************************/
/* Component Divs                              */
/***********************************************/
/************** pageName styles ****************/

#pageName{
	height: 80px;
	width: 800px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 215%;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}

/********************* End **********************/
