/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Garamond;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}

h1{
 font-family: Garamond;
 font-size: 150%;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Garamond;
 font-size: 120%;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Garamond;
 font-size: 115%;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Garamond;
 font-size: 110%;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Garamond;
 font-size: 105%;
 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: #000000;
}

/*--------------------Layout Divs------------------*/
#menu{
	padding: 10px;
	background-color: #FFFFFF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#menu a{
	color: #000000;
	text-decoration: none;
}

#menu a:link{
	color: #000000;
	text-decoration: none;
}

#menu a:visited{
	color: #000000;
	text-decoration: none;
}

#menu a:hover{
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}

#menu ul a:link, #navBar ul a:visited {display: block;}
#menu ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#menu li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #menu li {border-bottom: none;}

#inuse a:link{
	color: #000000;
	text-decoration: none;
	background-color: #cccccc;
}