body {
	/*	background-color: #EAEAEA;*/
	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 */
	padding: 0;
	margin: 0;
	background-color: #0c1f38;
	background-image: url(../images/bkgd-star-tile.jpg);
	background-repeat: repeat-x;
}

#bin{
	align:center;
}
#logo{
	padding-top: 10px;
	text-align: center;
	width: 800px;
	/*background-color: #ffffff;*/
}
#footer{
	text-align:center;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
}
#nav_container {
	width: 843px;
	height: 19px;
	background-image: url(../images/bkgd-header.jpg);
	overflow: hidden;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #413732;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	padding-top: 5px;
	letter-spacing: 0.15px;*/
}
#footer_container {
	width: 843px;
	height: 19px;
	/*background-image: url(../images/bkgd-footer.jpg);*/
}
.center {
	text-align:center;
}
#newsreader {
	top: 385px;
	left: 8px;
	/*background-color: #0033FF;*/
	width: 409px;
	z-index: 5;
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 120px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
}

.readercopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
	padding: 5px 0 5px 50px;
	/*height: 41px;*/
	background-image: url(../images/bg_newsitem.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.postdate
{
	color: #e7e1c7;
	font-size: 11px;
	font-style: italic
}

.posttitle
{
	color: #0e172b;
	font-size: 15px;
	padding-left: 1em;
	/*
	height: 18px;
	width: 330px;
	overflow: hidden;
	*/
}

.posttitle a:link{
	color: #0e172b;
}
.posttitle a:visited{
	color: #0e172b;
}
.posttitle a:hover{
	color: #0e172b;
	text-decoration: underline;
}


#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #413732;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	padding-top: 3px;
	margin-left: -15px;
	letter-spacing: -0.15pt;
}
#nav a:link{
	color: #413732;
}
#nav a:visited{
	color: #413732;
}
#nav a:hover{
	color: royalblue;
}
#kwicks {
	list-style-type: none ;
}

#kwicks .kwick {
	margin:0;
	padding:0;
	float: left;
	display: block;
	text-align:center;
	list-style-type: none;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #413732;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	padding-top: 5px;
	letter-spacing: 0.25px;*/
}

#kwicks .kwick span {
	font-size:1.2em;
	font-weight:bold;
	font-variant: small-caps;
	color:white;
}

#kwicks .kwick span a {
	color:white;
}
#container{
	width:843px;
	/* background-color: #EAEAEA;
	border:1px solid #EAEAEA;*/
	position:relative;
	/*left:50%;*/
	margin: 0px auto;
	/*margin-left: -400px;*/
	background-position: center;
}
#demo-container {
    overflow: hidden;
	width:843px;
	height: 537px;
	/*height: 546px;*/
}

#demo-wrapper {
  	width:843px;
  	position: relative;
 	height: 537px;
	/*height: 546px;*/
  	overflow: hidden;
}

.scrolling-content {
	height: 537px;
	/*height: 546px;*/
}

.box-content {
	overflow: hidden;
	margin-top: 0px;
	margin-left: 0px;
	/*position:absolute;
	 width:90%; */
	float: left;
	height: 537px;
	/*height: 546px;*/
	width: 843px;
}
.box-content-left, #yscroll {
	margin-top:5px;
	width: 394px;
	height: 517px;
	float: left;
	position: relative;
	z-index:20;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	overflow: visible;
}
.box-content-right, #yscroll {
	margin-top:5px;
	width: 394px;
	height: 517px;
	float: left;
	position: relative;
	z-index:20;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#yscroll {
	width:380px;
	height:87%;
	overflow-x: hidden;
	overflow-y: scroll;
}	
/*#xscroll {
	overflow-x: scroll;
	overflow-y: hidden;
}*/
#timeline {
	overflow-x: scroll;
	overflow-y: auto;
	width: 380px;
	height: 475px;
}
#scrollablecontent {
	width: 380px;
	height: 425px;
	margin-left:15px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#smallscrollablecontent {
	width: 380px;
	height: 365px;
	margin-left:15px;
	overflow-x: hidden;
	overflow-y: scroll;
}

/*.box-content h1,h2,h3 {
	color: gray;
	font-variant:small-caps;
}
.box-content p {
	font-family:sans-serif;
}*/

a {
	text-decoration:none;
}

#keywords
{
	width:100%;
}

a:link{
	color: #7a0d02;
}
a:visited{
	color: #990000;
}
a:hover{
	color: #990000;
	text-decoration: underline;
}

.kword{
	font-size:10px;
	margin:5px;
	color:orangered;
}

#note {
	color:gray;
	font-style:italic;
	text-align:center;
}

#myGallery {
	display:none;
}

.myImg
{
	border:0;
}

.myImgLink
{
	text-decoration:none;
}

#footer {
	color:gray;
	margin:10px;
}
#footer a:link {
	color:gray;
}
#footer a:visited {
	color:gray;
}
#footer a:hover{
	color: #FFFFFF;
}
ul {
	margin: 0;
	padding-left: 50px;
	list-style: none;
	width: 843px;
}
ul li {
	float: left;
}

/*#kwick_home {
}
#kwick_about{
}
#kwick_businessmembers{
}
#kwick_individualmembers {
}
#kwick_why{
}
#kwick_bracinfo {
}
#kwick_events {
}
#kwick_faqs {
}
#kwick_help {
}
#kwick_signup {
}
#kwick_contact {
}
#kwick_login {
}
*/
.contactform {
	width:95%;
}