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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#ECE9D8;
}
.FillRow {
	/* This fills rows of tables with a certain color*/	
	background-color:#FFFFFF;
        color : #000099;
}

TABLE{
        background-color : #FFFFFF;
        border-style : solid;
        border-width : thin;
        border-color : #999999;
}

TH{
        background-color : #336699;
		color : white;
        border-color : #666600;
}

/*allows the title table to not have a border and the rest of the tables to have a border*/
.title_table {
	border: none;
	background-color:#ECE9D8;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0;
	padding: 0px 0px;
	border: 2px solid #cccccc;
	width: 100%;
}
#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

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

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

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

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 100%;
}

/*********** #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{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#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;
	padding: 2px 0px 2px 10px;
}
#LinkTitle{
	border-top: 1px solid #cccccc;
	font-weight:bold;
}

.MainTitle {
	font-size: 36px;
	color: #00659C;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.NYSE_FF {
	font-size: 24px;
	color: #00659C;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.PageHeading {
	font-size: 24px;
	color: #00659C;
}
.copyright {
	background-color: #ECE9D8;
	border: none;
}
.boulderfunds {
	font-weight: 900;
	color: #006699;
}
.padding {
	padding: 8px;
}
