/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

/* 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 a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}


#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd; /When you hover over the left menu the line indents turn this color was #dddddd - grey
    padding: 2px 0px 2px 10px; /This is commented out
}

/************* #globalNav styles **************/

#globalNav{
color: #000000;
/color: #800000;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: block;
	color: #FFCC99;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/*********** #Other styles ***********/

.Header {
	
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}

.link-no-underline {
	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #800000;
	text-decoration: none;	
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

/*
a:link {
	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
}
a:visited {
	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC9933;
	text-decoration: underline;
}
*/
a:active {
	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC9933;
	text-decoration: underline;
}
em {
	
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
strong {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Classes for Tables                          */
/***********************************************/ 

.Table_Style_1 {
	background-color: #ECE9D8;
}

.Table_Style_2 {
	background-color: #DEBCAD;
}

.little-font {
    font-size: 0px;
}