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

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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

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

a:hover {
	text-decoration: underline;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.flap {
	background-image: url(flap_white.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.flapCopy {
	background-image: url(flap_white.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
