/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #5172B3;
	font-weight: bold;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	color: #666666;
}

h1{
 font-size: 133%;
}

h2{
 font-size: 120%;
}

h3, h4, h5, h6 {
	font-size: 100%;
}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	position: relative;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container{
	position: relative;
	width: 760px;
	margin: 48px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#EJ{
	font-family: Helvetica, Arial, sans-serif;
	color: #FF0000;
	font-size: 70%;
	text-align: right;
	margin-bottom: 12px;
	margin-right: 0px;

}

#EJ a{
	color: #999999;
}



#hidden {
	text-indent: -5000px;
	line-height: 0%;
}
