/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #014f99;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	font: 13px 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;
}

#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	background: transparent;
	width: 100%;
	z-index: 0;
}
#container {
	width: 780px;
}
