/*Billygoat Mountain Ranch*/
	body {	background-color:#DCDD89;}
	table {	width: 900px; }

/*Fonts*/
	h1 {	font-family: "Comic Sans MS", "sans-serif";
		font-size: 80%;
		background:#DCDD89;
		color:black;
		font-weight: bold;}

	h2 {	font-family: "Comic Sans MS", "sans-serif";
		font-weight:bold;
		font-size:12pt;}
	h3 {	font-family: "Comic Sans MS", "sans-serif";	
		font-weight:bold;
		font-size: 30pt;}
	a:link {font-weight:normal;
		color: black;
		background-color:#DCDD89;
		font-size: 125%;}
	a:visited {font-weight:normal;
		color: black;
		background-color:#DCDD89;
		font-size: 125%;}
	a:hover {font-weight:normal;
		color: white;
		background-color: black ;
		font-size: 125%;}
	a:active {font-weight:bold;
		color: black;
		background-color: #DCDD89;
		font-size: 125%;}
/*p copywrite a*/
	p {font-family: "Comic Sans MS", "sans-serif"; 
		color:black;
		font-size: 70%;}
/*Bullets*/
	li {	list-style-type: disc;}

/*Images */
	img {border: 2px solid;
		color: black;} 

/*Table sections */
	.leftbar {vertical-align:top; width:20%; margin-right: auto; margin-left: auto;
		background: white;
		font-family: "Comic Sans MS", "sans-serif"; 
		color: black;
		font-size: 90%;
		font-weight: normal;}
	.leftbar2 {vertical-align:top; width:55%; margin-right: auto; margin-left: auto;
		background: #DCDD89;
		font-family: "Comic Sans MS", "sans-serif"; 
		color: black;
		font-size: 110%;
		font-weight: bold;}

	.mainarea {vertical-align:top; margin-right: auto; margin-left: auto;
		background: #DCDD89;
		font-family: "Comic Sans MS", "sans-serif";
		color: black;
		font-size: 12pt;}
	.mainarea2 {vertical-align:top; margin-right: auto; margin-left: auto;
		background: #DCDD89;
		font-family: "Comic Sans MS", "sans-serif";
		color: black;
		font-size: 100%;}
		
	a.button {font-family: Comic Sans MS ;
		font-weight: normal ;
		text-decoration: none ;
		text-align: center ;
		display: block ;
		width: 150px ;
		height: 25px ;	
		background: url("/images/button1.png") ;
		vertical-align: middle ; 
		overflow: hidden ;
		line-height: 25px ;
		color:white ;}
	.button:hover {color:white ;
		background: url("/images/buttonhover.png") ;}
		
	a.normallink {color:blue ;
		font-weight: normal;
		text-decoration: underline;
		font-size: 12pt;}
	
		

		
		
