/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size:12px;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}
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: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
p {
	font-size:12px;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #B20063;
}
h2 {
	font-size: 12px;
	color: #333333;
}
h3 {
	font-size: 100%;
	color: #334d55;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}
h5 {
	font-size: 100%;
	color: #334d55;
}
ul {
	list-style-type: square;
	font-size:12px;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
#navigation p {color:#FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding:5px;}

#navigation a {color:#FFFFFF; text-decoration:none;}

#navigation a:hover {color:#B20063; text-decoration:none;}