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

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

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 1cm;
	padding: 0px;
	background-image: url(Images/scan-bg.jpg);
	font-size: 12px;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
/* overrides decoration from previous rule for hovered links */

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

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: circle;
}

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


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: static;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	left: 124px;
	top: 111px;
	color: #000000;
	background-image: url(Images/header_with_menu_02.jpg);
}

#sectionLinks a:link{
	padding: 1px 10px 0px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #000000;
}

#sectionLinks a:visited{
	padding: 1px 10px 0px;
	color: #000000;
}

#sectionLinks a:hover{
	background-color: #BCD6B9;
	padding: 1px 10px 0px;
	text-decoration: none;
	color: #000000;
}
.Footer {
	font-size: xx-small;
	color: #999999;
}
