/*This is the core style sheet of the site.*/

body 
	{
	 background-color: #657AAA;
	 color: #3F201B;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url("images/page-bg2.gif");
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 0px;
	} 
body.clip
	{
	 background-color: #657AAA;
	 color: #3F201B;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url("images/page-bg4.gif");
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 0px;
	} 
	
h1	
	{
	font-family: Times New Roman, Times, Serif;
	font-size: 25px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 0px;
	
	height: 29px;
	background-position:0px 0px;
	vertical-align: baseline;
	}
h2
	{
	font-size: 12 px;
	text-decoration: none;
	}
p
	{
	font-size: 9 px;
	text-align: justify;
	line-height: 20px;
	}

p.footer 
	{
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	}
a:link
	{
	color: #3A2420;
	border-bottom: 1px dotted;
	text-decoration: none;
	}
a:visited
	{
	
	color: #3A2420;
	text-decoration: none;
	}
a:hover
	{
	color: #546751;
	}
a:active
	{
	color: #546751;
	}
#content
	{
	background: url(images/tile2.gif) top center repeat-y;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
	}
#header
	{
	background: url(images/banner3.jpg) no-repeat 0px 0px;
	height: 374px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;		
	border-right: solid 1px #3A2420;
	border-left: solid 1px #3A2420;
	border-top: solid 1px #3A2420;	
	}
#headerCow
	{
	background: url(images/bannerCow.jpg) no-repeat 0px 0px;
	height: 374px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;		
	border-right: solid 1px #3A2420;
	border-left: solid 1px #3A2420;
	border-top: solid 1px #3A2420;	
	}
#headerClip
	{
	background: url(images/bannerCow.jpg) no-repeat 0px 0px;
	height: 374px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;		
	border-right: solid 1px #3A2420;
	border-left: solid 1px #3A2420;
	border-top: solid 1px #3A2420;	
	}
#main-text
	{
	z-index: 500;
	position: relative;
	margin-left: 0px;
	padding: 10px;
	width: 619px;
	height: 100%;
	float: left;
	}
#chart
	{width: 500px;
	}
#chart a:link
	{border-bottom: none;
	 font-weight: bold;
	}
#main-text p
	{
	font-size: 12px;
	padding-right: 25px;
	padding-left: 25px;
	
	}
#navbar
	{
	z-index: 500;
	position: relative;
	width: 140px;
	height: 100%;
	float: left;
		}
#navbar p
	{
	background: url(images/dec06/arrow.gif) center left no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	margin-top: 20px;
	margin-left: 30px;
	}
#navbar a:link
	{	
	color: #3A2420;
	border-bottom: none;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-decoration: none;
	
	}

#navbar  a:visited
	{
	color: #3A2420;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-decoration: none;
	
	}
#navbar a:hover
	{
	color: #ffffff;
	
	}

#footer
	{
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 35px;
	font-size: 9px;
	text-align: left;
	font-weight: bold;
	clear: left;
	}

.floatimgleft 
	{
	float:left;
	clear: left;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:3px;
	} 
.padding
	{margin-left: 45px;
	}

