@charset "UTF-8";
/* CSS Document */

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


/***********************************************/ 

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 2px 0px 6px;
}
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: underline;
}

a:visited{
	color: #006699;
	text-decoration: underline;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2{
	font-size: 16px;
	line-height: 116%;
	font-weight: normal;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3{
	color: #036;
	font-weight: bold;
	FONT-SIZE: 12px;
	line-height: 120%;
	padding-top: 0px;
	padding-bottom: 6px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h4 {
	font-weight: normal;
	font-size: 15px;
	line-height: 136%;
	margin: 0px;
	padding: 0px;
}

h5{
	line-height: 110%;
	margin: 0px;
	padding: 0px 0px 4px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h6{
	FONT-SIZE: 10px;
	line-height: 120%;
	padding-bottom: 6px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 6px;
}
h7{
	color: #036;
	font-weight: bold;
	FONT-SIZE: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul{
	list-style-type: circle;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul ul{
	list-style-type: circle;
	font-style: normal;
	padding-left: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

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

li {
	padding: 3px 0px;

}

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


