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

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

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

a:link, a:visited, a:hover {
	color: #003366;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}


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;
}
				

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

#navBar{
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}


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

#sectionLinks h3{
	padding: 10px 8px 2px 10px;
}

#sectionLinks a:link{
	padding: 3px 8px 3px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	text-decoration:none;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 3px 8px 3px 10px;
	text-decoration:none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 3px 8px 3px 10px;
	text-decoration:none;
}



/************** #headlines styles **************/

.sectionHeader {
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #cccccc;
	padding: 4px 8px 3px 10px;
	background-color: #003366;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.sponsor {
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px #ccc;
	border-left: 1px solid #ccc;
}
.sponsorlast {
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 12px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: 1px solid #ccc;
}
.sponsorhead {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 4px 2px;
	background-color: #3399CC;
	font-size: 12px;
}
.sponsorhead2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 4px 2px;
	margin-bottom: 4px;
	background-color: #000066;
	font-size: 12px;
}
html { height: 101%; }
h1 {
	font-size: 16px;
	color: #003366;
}
.sponsorlink {
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8pt;
}
p {
	font-size: 12px;
	color: #333333;
}
.answer {
	padding-bottom: 8pt;
}
.footer {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 1px;
	font-size: 9px;
	color: #FFFFFF;
}

.currentPage {
	font-weight: bold;
	color: #003366;
	border-top: 1px solid #cccccc;
	padding: 4px 8px 3px 10px;
	background-color: #cccccc;
}
li {
	font-size: 12px;
	color: #333333;
}
.sponsorLogo {padding:0px 0px 6px 6px; float:right;}
