/*bcerc.css main*/
body {
  font-family: Geneva, Arial, helvetica, sans-serif;
  color: #333333;
  font-size: small;
  line-height: 1.6em;
  margin: 15px 15px 5px 15px;
  padding: 0px;
  background: #f6fdfd;
}
#page {
  background: url(images/indexbg.gif) top center repeat-y;
  text-align: left;
}
#head {
	background: #EEF9F9;
	height: 102px; 
	background-image: url(images/headerbackgrounddk.tran.gif);
    border-top: 4px solid #335555;
	text-align: left;
	margin-left: 0px;
}

/*colors:
EE5500 - orange
f6fdfd - lightblue background
6CCCDE - lightblue lines
335555 - dark teal
D2EDED - nav table link background
EEf9f9 - subnav currently selected
F3FBFC - feature head background  */

/*#head H1 {
	font: arial;
	font-size: 18px;
	color: #333333;
	margin: 5px 0px 5px 15px;
}
#head H2 {
	font: arial;
	font-size: 13px;
	font-weight: bold;
	font-style: oblique;
	margin: 0px 0px 5px 15px;
	color: #009999;
}  */
.headTD {
    border-top: 4px solid #335555;
	border-bottom: 0px solid #335555;
	background: #eef9f9;
	background-image: url(images/headerbackgrounddk.tran.gif);
}

#footer {
clear: both;
text-align: center;
font-size: 10px;
color: #EFF9FB;
padding: 4px;
background-color: #335555;      
border-top: 0px solid #6CCCDE;
border-bottom: 0px solid #335555;
width: 833px;
}
#footer a {
color: #ffffff;
}
#footer a:visited {
color: #D2EDED;
}


.margins{
margin: 20px; /*for inside spacing)*/
}
.marginsHP {
margin-top: 20px; /*for inside spacing on home page)*/
margin-right: 30px;
margin-bottom: 20px;
margin-left: 30px;
}
.marginsBig{
margin-top: 30px; /*for inside spacing on home page)*/
margin-right: 45px;
margin-bottom: 30px;
margin-left: 45px;
}


td {
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: small;
}

a:link {
	color:#009999;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#00CCCC;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
}

h1 {
	font-size: 130%;
	padding-top: 0px;
	margin-bottom: 8px;
	color: #335555;
	font-weight: bold;
}
h2 {
	font-size: 115%;
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 6px;
	color: #335555;
	font-weight: bold;
}

.glossary {
	margin-left: 20px;
	text-indent: -20px;
	margin-bottom: 10px;
}
.glossary P{
	margin-bottom: 8px;
}

.homePhoto {
	border-left: 1px solid #335555;
	border-bottom: 1px solid #335555;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
}
.PhotoBorder {
	border: 1px solid #335555;
	padding: 4px;
	text-align: center;
	margin-top: 0px;
}

.botline {
	border-bottom: 1px solid #6cccde;
}
.toplineThick {
    border-top: 4px solid #335555;
}
.BotLineDarkThin {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #335555;
}
.borderThick {
	border: 2px solid #6cccde;
	padding: 8px;
}
.borderThickOrange {
	border: 2px solid #EE5500;
	padding: 8px;
}
.borderThinOrange {
	border: 1px solid #EE5500;
	padding: 4px;
}

/************* .smallText styles **************/
.backTop {
	font-size: 80%;
	color: #FF6600;
	text-align: right;
	margin-right: 20px;
}
.sectionHead {
	font-size: 125%;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 8px;
	color: #6cccde;
	font-weight: bold;
}
.firstpar {
	margin-top: 0px;
}
p {
	font-size: small;
	margin-top: 18px;
}
.list {
	margin-bottom: 12px;
	margin-top: 0px;
}
.subscribe {
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 8px;
	color: #335555;
	line-height: normal;
	border: 1px solid #EE5500;
}
#maillist {
	background-color:#F3FBFC;
	margin: 0px;
	padding: 10px;
	border: solid 1px #6CCCDE;
	visibility:hidden;
	z-index: 1;
	position:absolute;
	width:202px;
	height:80px;
	left: 197px;
	top: 436px;
}


ul {
	list-style-type: square;
	list-style-image: url(images/blue_listbullet.gif);
}

/************* .navTable styles **************/
.navColumn {
	background-color: #ffffff;
	border-right: 1px solid #6CCCDE;
	border-left: 0px solid #6CCCDE;
	width: 125px;
}
#navTable {
	background-color: #ffffff;     
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	color: #333;
	font-size: 10px;
	width: 125px;
	text-align: left;
}
#navTable ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #6CCCDE;
}
#navTable li {
	margin: 0px;
	border-bottom: 1px solid #6cccde;
	list-style-image: none;
}
#navTable li a{
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 8px;
	color: #333;
	background-color: #D2EDED;   /* F3FBFC */  
}
#navTable li a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 8px;
	color: #333;
	background-color: #6cccde;
}

#navTable li a:visited {
	color:#555;
	text-decoration: none;
	font-weight: bold;
}
#navTable .current { /** currently selected menu item **/
	background-color: #6cccde;
	border-bottom: 0px solid;
	padding: 5px 5px 5px 8px;
	font-weight: bold;
	color:#333333;
}	
#navTableExtra {
	background-color: #D2EDED;     
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	color: #333;
	font-size: 10px;
	line-height: 1.3em;
	width: 125px;
	text-align: center;
	border-top: 1px solid #6CCCDE;
	border-bottom: 1px solid #6CCCDE;
}
/************* divs for submenus **************/
#Subnav {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px solid #009999;
	color: #333;
	font-size: 10px;
}
#Subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
}

#Subnav li {
	margin: 0px;
	border-top: 0px solid #6cccde;
	list-style-image: none;
}
#Subnav li a{
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 2px 3px 2px 14px;
	color: #666666;
	background-color: #ffffff;   /* F3FBFC */  
}
#Subnav li a:hover {
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 2px 3px 2px 14px;
	color: #000;
	background-color: #EEF9F9;
}
#Subnav li a:visited {
	color:#446666;
	text-decoration: none;
	padding: 2px 3px 2px 14px;
	font-weight: normal;
}
#Subnav .current { /** currently selected menu item **/
	background-color: #EEF9F9;
	padding: 2px 3px 2px 14px;
	font-weight: normal;
	color:#000;
}	
 
.popupDef a:link {
	text-decoration:underline;
	color:#EE5500;
}	
.LMargin {
	margin-left:20px;
}
		
/************* .feature styles for Right column**************/
#feature {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #F3FBFC;
	padding: 0px;
	font-size: 10px;
	line-height: normal;
}
#feature .head {
	font-size: 10px;
    text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #FF6600 ;
	border-top: 1px solid #6CCCDE;
	border-right: 1px solid #6CCCDE;
	border-left: 1px solid #6CCCDE;
	border-bottom: 1px dotted #6CCCDE;
	background-color: #F3FBFC;
}
#feature .text {
	font-weight: normal;
	font-size: 10px;
	line-height: normal;
	color: #333333;  /*change to #EE5500?*/
	background-color: #ffffff;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #6CCCDE;
	border-bottom: 1px solid #6CCCDE;
	border-left: 1px solid #6CCCDE;
}
#feature .space {
	background-color: #ffffff;
}
#feature P{
	text-align: left;
	font-size: 10px;
	background-color: #ffffff;
	line-height: normal;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}	
#feature a{
	color: #333333;
}	
.photocaption {
	text-align: center;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	
}	
#feature .notBCERCtext {
	font-weight: normal;
	line-height: normal;
	color: #FF6600;
	padding-top: 10px;
	border-top: 1px dotted #6CCCDE;
}
.date {
	text-align: center;
	color: #335555;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
}	


.smallText {
	font-size: 10px;
}
/************* rest is probably not used **************/
/*.question {
	font-style: italic;
	font-weight: bold;
	color: #;
}
.answer {
	text-indent: 10pt;
}   */
.feature {
	font-weight: bold;
	color: #FF6600;
	margin: 15px 5px 10px 5px;
}

/************* .navBar styles **************/
.navBar {
	font-size:10px;
}
.navBar a:link {
	color:#99FFFF;
	text-decoration:none;
	font-weight:bold;
}
.navBar a:visited {
	color:#99FFFF;
	text-decoration:none;
	font-weight:normal;
}
.navBar a:hover {
	color:#99FFFF;
	text-decoration:underline;
	font-weight:bold;
}