/* -- css page for barnandstable.com -- */


table.headerMain {
	width: 822px;
}

table.headerContents {
	width: 822px;
	background-color: black;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 150px;
}



table.headerContents td{
	text-align: center;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}


table.contents {
	width: 822px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	height: 100%

}


table.nav {
	width: 180px;
	height: 100%;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: black;
	
}

table.navButtons{
	width: 100%;
	height: 100%;
}

table.navButtons td{
	font-weight: bold;
	text-align: center;
	border-width: 0px 0px 1px 0px;
	background-color: #CC0000;
	border-style: collapse;
}


div.curPage{
	font-weight: bold;
	color: white;
	text-align: center;
	border-width: 0px 0px 1px 0px;
	background-color: #CC0000;
	border-style: collapse;
}


table.footer{
	width: 822px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;	
	border-color: black;
	border-width: 0px 1px 1px 1px;
	cellspacing: 0px;
	cellpadding: 0px;
	font-size: 12px;
	font-color: white;
	text-align: center;
	height: 150px;
}

table.footer td{
	width: 50%;
}

table.footer a{

   text-decoration: underline;
   color: #000000;
   
}


a {

   text-decoration: none;
   color: #000000;
   
}


a:visited {
   text-decoration: none;
   color: #000000;
}


img {
	border-style: none;
}


h1 {
	padding-top: 20px;
	font-size: 18px;
	text-align: center;
}

h4 {
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
}

h5 {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	align: top;
}

ul {
	font-size: 14px;
}


ul.links{
	font-size: 12px;
}

