
body  {
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
    background: url(assets/brainBg.jpg) no-repeat top;
}
.twoColFixLtHdr #container { 
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(assets/middlebg.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: transparent; 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: -4px 10px 0 10px;
} 

.twoColFixLtHdr #sidebar1 {
    clear:left;
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	float:right;
	width:520px;
    min-height: 300px;
	padding: 0 20px 0 0;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	width:800px;
	font-size:0.9em;
	margin: 0 auto;
	text-align:left;
	padding: 5px 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff; 
	margin-top:-3px;
} 
#footer p {
	margin: 0;  /*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a{
	color:#cc0000;
	text-decoration:underline;
}
#footer li{
	float:left;
	width:400px;
	margin-left:-40px;
	margin-top:-10px;
	list-style-type:none;
}

.bannerLogo{
    float:left;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/******main navigation*********/

#sidebar1 .cat{
	display:block;
    text-decoration:none;
	width:259px;
	padding:6px 0 6px 5px;
	color:#FFFFFF;
	font-size:1.2em;
    
}

#sidebar1 .cat:hover{
	display:block;
    text-decoration:none !important;
	width:259px;
	padding:6px 0 6px 5px;
	background-color:#FFFF00 !important;
	color:#000000 !important;
	font-size:1.2em;
}

#sidebar1 .selCat{
    display:block;
	width:259px;
	padding:6px 0 6px 5px;
	background-color:#FFFF00 !important;
	color:#000000 !important;
	font-size:1.2em;
}

#sidebar1 .cat:visited{
	display:block;
	width:259px;
	padding:6px 0 6px 5px;
	color:#ffffff;
	font-size:1.2em;
}

#sidebar1 .catItem{
	list-style:none;
	font-size:1em;
	margin-top:2px;
	margin-bottom:2px;
    display: none;
}

#sidebar1 .catItem a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#sidebar1 .catItem a:hover{
	color:#FFFF00 !important;
	text-decoration:none;
}
#sidebar1 .catItem a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#sidebar1 .navsign{
    font-weight:bold;
}

/*********Login form*********/
.formLayout label{
    display:block;
    float:left;
    width:150px;
}

.formLayout p{
    clear:left;
    padding:3px 0 3px 0;
}

.textUp{
    width:500px;
    height:350px;
}

/**********welcome page**********/
 #body{
    margin: 0 auto;
    width:680px;
}

/***********Fixtures************/
.fixtureOut{
    width:100%;
    margin-top: 10px;
    border-collapse:collapse;
}

.fixtureOut td{
    vertical-align:top;
    border:#0000cc solid 1px;
    padding:3px;
}

.fixtureOut th{
    border:#0000cc solid 1px;
    padding:3px;
    background-color:#ffff00;
}

.fixtureOut textarea{
    width:380px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:0.9em;
}

.fixNav{
    width:98%;
    border:none;
    border-collapse:collapse;
}
.fixNav td{
    padding:3px 0 3px 0;
}

#bgc_contact label{
    display:block;
    float:left;
    width:150px;
}

#bgc_contact textarea{
    font: 0.8em Arial, Helvetica, sans-serif;
    width:400px;
    height:150px;
}
/**********news section**********/
.msgHigh{
    background-color:#ededed;
    border:1px solid #cccccc;
}
.msgCat{
    display:block;
    width: 98%;
    text-decoration:none !important;
    font-size:1.1em;
    padding:2px 0 2px 0;
}
.postDate{
    font-size:0.8em;
    color:#999999 !important;
}
.newsEdit{
    font-weight:bold;
    border:1px solid #cccccc;
    background-color: #dedede;
    padding:2px 0 2px 3px;
    margin-top:3px;
}

.newspdf{
    border:1px solid #cccccc;
    height:80px;
    overflow:auto;
    padding:5px;
}
/********Standard Elements*******/

h1{
	font-size:190%;
	margin:5px 5px 0 0;
	padding:0px;
}

h2{
	font-size:160%;
	margin:5px 5px 0 0;
	padding:0px;
}

h3{
	font-size:140%;
	margin:5px 5px 0 0;
	padding:0px;
}

h4{
	font-size:120%;
	margin:5px 5px 0 0;
	padding:0px;
}

h5{
	font-size:100%;
	margin:5px 5px 0 0;
	padding:0px;
}

p{
	padding:5px 5px 2px 5px;
	margin:0;
}
/***********Link Style***********/

a:link{
	color:#000099;
	text-decoration:underline;
}

a:hover{
	color:#000000 !important;
	text-decoration:underline;
}

a:visited{
	color:#000099;
	text-decoration:underline;
}

img{
	border:none;
}
