
/* http://www.boardshoneyfarm.ca */

/* "home.css" */
/* main style sheet for website */
/* CSS Level 1 */

body {  background: #FFCF63; 
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px; font-style: normal; font-weight: normal; color: black;
        margin-top: 5px; margin-bottom: 10px; margin-left: 4px; margin-right: 4px; 
}
 
A:link {color:#385B9B;}
A:hover {color:#385B9B;}
A:active {color:#385B9B;}
A:visited {color:#385B9B;}

h1 { font-weight: bold; font-size: 26px; color: black; }
h2 { font-weight: bold; font-size: 20px; color: black; }
h3 { font-weight: bold; font-size: 16px; color: black; }
h4 { font-weight: bold; font-size: 12px; color: #385B9B; }

p, td {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
} 


.header {  
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font: bold 24px;
}

.subhead {  
	font-weight: bold; 
	font-size: 12px;
}

.list {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none;
}

.forms {  
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.dropdown { 
	border-left: 1px solid #385B9B;
	border-right: 1px solid #385B9B;
	border-bottom: 1px solid #385B9B;
	border-top: none;
	position: absolute; 
	color:black; 
	width:180px;  
	background-image: url(logo/white_shim.gif);
	top:88px; 
	z-index:10; 
	visibility: hidden;
	padding:4px; 
	white-space: nowrap;
}


.textLink {
	color: #385B9B;
}

.drophead { 
	background-color: #FFFFFF;
	color: #333333; 
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none;
}

.headCell { 
	width: 90;
	background-color: #FFFFFF;
	color:#333333; 
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-top: 1px solid #385B9B;
	border-bottom: 1px solid #385B9B;
	border-left: 1px solid #385B9B;
	text-decoration:none;
}

.dropitem { 
	text-decoration: none; 
	color: #385B9B; 
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.dropitem:hover { 
	text-decoration: underline; 
	background-color: #FFFFFF;
	color:#385B9B ; 
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.drophead:hover { 
	color: #385B9B; 
	text-decoration: none;
}

.drophead:active { 
	color: #385B9B; 
	font-weight: bold; 
	text-decoration: none;
}

.drophead:visited { 
	color: #385B9B; 
	font-weight: bold; 
	text-decoration: none;
}

.drophead:link { 
	color:#385B9B; 
	font-weight: bold; 
	text-decoration: none;
}

.contentPanel {
	margin: 10;
	width: 505;
	height: 340;
	position: absolute;
	left: 105;
	top: 90;
	background-color: #FFFFFF;
	z-index: 1;  /* March 5, 2006 - is this part of CSS ? */
	overflow: scroll; /* March 5, 2006 - is this part of CSS ? */
}

.content {
	text-align: left;
}


.footer {
	font-size: 10px;
}

/* end of file */

