/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 822px;
	font: 62.5%/1.166 Arial, Helvetica, sans-serif;
	position: relative;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

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

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: disc;
}

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

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

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}

.hide {
	display: none;
}

