/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	width: 195px;
	position: relative;
	height: auto;
	}

a{
	color: #334d55;
	text-decoration: none;
}

a:link{
	color: #334d55;
	text-decoration: none;
}

a:visited{
	color: #334d55;
	text-decoration: none;
}

a:hover{
	color: #ea945b;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}




/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: absolute;
	margin: 0px;
	padding: 10px;
	border-bottom: 0px solid #cccccc;
	font-size: 90%;
	width: 190px;
	height: auto;
	left: 0px;
	top: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	height: auto;
	
}

#sectionLinks a {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #334d55;
	
}
.feature h1{
	text-align: center;
	color: #334d55;
	font-size: 83%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.feature h3{
	padding: 7px 0px 5px 0px;
	text-align: center;
	color: #334d55;
	font-size: 170%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

