/* CSS Document */

body
{
	background-image:url(../images/designFiles/bkg.jpg);
	background-repeat:repeat-x;
	background-color:#123300;
	
	margin:0px;
}

.sideBar
{
	background-image:url(../images/designFiles/sideBar-BKG-table.jpg);
	background-repeat:repeat-y;
}

.header
{
	text-align:center;	
	font-weight:bold;	
	color:#000000;
	
	vertical-align:top;
	
	height:33px;
	
	background-image:url(../images/designFiles/headerBKG.jpg);
	background-repeat:repeat-x;
}

td
{
	font-family:"Trebuchet MS", Arial, "Times New Roman";
	font-size:13px;
}

.footer
{
	color:#FFFFFF;
	font-size:10px;
	
	text-align:center;
}

.footerVerse
{
	color:#666666;
	font-size:10px;
	
	text-align:center;
}

.altRow
{
	background-color:#BFD6B7;
}

.altRow input
{
	background-color:#E3EFDE;
}


li
{
	padding-top:5px;
	padding-bottom:5px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 300px;
	}
	
#sidebar
{
	font-size:10px;
}
	
#sidebar h2 {
	font-size: 12px;
	margin: 5px 0 0;
	padding: 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
	
	.menuBarBold {
		border: 0pt solid rgb(0, 0, 0);
		padding: 4px 5px 4px 13px;
		position: absolute;
		cursor: pointer;
		background-color: rgb(194, 207, 216);
		color: rgb(255, 255, 255);
		font-family: Arial;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;
		background-image: url(http://www.DeepRiverCattle.com/images/designFiles/sideBar-Header-BKG.jpg);
		text-align: left;
		width: 171px;
	}
	
	.menuBarNormal {
		border: 0pt solid rgb(0, 0, 0);
		padding: 4px 5px 4px 13px;
		background-color: rgb(194, 207, 216);
		color: rgb(51, 51, 51);
		font-family: Arial;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		text-align: left;
		width: 171px;
	}
	
	.menuBarDivider {
		border: 0pt solid rgb(0, 0, 0);
		background-color: rgb(78, 122, 153);
		font-size: 0px;
		height: 1px;
	}
	
	.menuBarNormal a
	{
		text-decoration:none;
		color:#000000;
	}
	
	.menuBarNormal a:hover
	{
		text-decoration:underline;
	}

