/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

p.brcstories {

	font-family: Palatino Linotype, Georgia, Book Antiqua, Palatino, serif; 
	/*font-family: Georgia, Palatino, Palatino Linotype, Times New Roman, serif;*/ 
	font-size: 13px;
	color: #2A1602;
	font-weight: normal; 
	line-height: 150%;
}


p.brcheader {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Palatino Linotype, Georgia, Book Antiqua, Palatino, serif; 
	font-size: 21px;
	color: #2A1602;
}

body {
	/*background-image: url(treepattern.jpg); */
	background-color: #8DB893;
	background-image: url(backgrounds/pattern4.jpg); 
}

.banner {
	font-family: Palatino Linotype, Georgia, Book Antiqua, Palatino, serif; 
}

.maintable {
	background-color: #ffffff;
	border: 1px;
	border-collapse: collapse;   /* replace cellpadding */
	border-color: #46644a;
	border-style: solid;
	text-align: left;       /* added for change made in 6.2.0 */
	width: 900px;
	margin-left: auto;      /* added for centering */
	margin-right: auto;     /* added for centering */
	padding: 0;				/* replaces cellspacing */
}

.innertable {
	background-color: #ffffff;
	border: 1px;
	border-color: #ffffff;

}

.innertable {
	border-collapse: collapse;
	border-color: #111111;
	border: none;
}

.row30 {
  	border-collapse: collapse; 
	border-color: black;
	background-color : #665544;
	height:30px;
}

.indexheader {
	font-family: Palatino Linotype, Georgia, Book Antiqua, Palatino, serif; 
}

/* link: normal links, active: links in use */
a:link, a:visited {
	color : #665544;
}

/* visited: previously visited links */
a:active, a:hover {
	color: #ffffff;
	background-color: #4E7152;
}

a.lightlink:hover, a.lightlink:active {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

a.lightlink2:hover, a.lightlink:active {
	color: #CCE2E3;
	text-decoration: none;
}

a.link3 {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.link3:hover, a.link3:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	background-color: #665544;
}


.boxback {
	background-color: #46644a;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	margin-right: 5px;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #665544;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

/* databack: background color for data areas */
.databack {
	background-color: #ffffff;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

.tableheader {
	background-image: url(treepattern.jpg); 
}

/* fieldname: background color for column and row title sections */
.fieldname {
	background-color: #665544;
	text-align: left;
}

/* box: added to replace hard-coded style  */
/* bgcolor="#4E7076" style="border-collapse: separate" bordercolor="#111111" */
.indexbox {
	background-color: #46644a;
	border-collapse: collapse;
	border-color: #111111;
	margin-right : 10px;
	margin-left : 120px;
	text-align : left;
	color : #ffffff;
	margin-bottom : 20px;
	padding : 5px 10px 5px 10px;   /* top right bottom left */
	width:160px;
}

.rightcontent {
	width: 400px;
	text-align: left;
	margin-right: 40px;
/*	padding : 5px 10px 5px 10px; */   /* top right bottom left */
}

/* SEE IF THIS CAUSES PROBLEMS */

/* NEW NAVBAR */

/* this makes the navbar look fine
but for some reason screws up the "person-pages"
even though the navbar is not implemented there
Must be something that over-rides some other style setting! */

#NBinfo {height:22px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.navMenu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.navMenu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.navMenu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.navMenu a, .navMenu :visited {
display:block;
font-size:12px;
width:149px;
padding:7px 0;
color:#fff;
background:#665544;
text-decoration:none;
font-weight:bold;
margin-right:1px;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
/*font-family: Palatino Linotype, Georgia, Book Antiqua, Palatino, serif; */
}
/* style the links hover */
.navMenu :hover{
color:#444;
background:#c8b09a;
}

/* hide the sub level links */
.navMenu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.navMenu ul li:hover ul,
.navMenu ul a:hover ul{
visibility:visible;
}

.bannerNav {
	background:#665544;
}

.bannerLogo {
	background:#ffffff;
}
