@charset "iso-8859-1";

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

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

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

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

/*
.hightlight a
{
	border:1px solid #CCCCCC; margin:0px; padding:0px; font-size: 90%;
	text-decoration: none; display: block ;
}

.hightlight a:hover
{
	padding:1px; border-style:inset; border-width:3; background-color: #CCCCCC;
	display: block ;
}
*/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* 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{
	border:2px solid #CCCCCC; margin:0px; padding:0px; font-size: 90%
}

#sectionLinks a:link{
	width: 100%;
 	padding:1px; border:2px #C0C0C0; width: auto 
}

#sectionLinks a:visited{
	padding:1px; border:2px #C0C0C0; display: block 
}

#sectionLinks a:hover{
	padding:1px;
	background-color: #FFCC66;
	display: block;
	border: 2px;
}

