/* Stylesheet for Border Book Festival*/

BODY {
	color: black;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-3d-light-color:#999999;
   scrollbar-arrow-color:#D86038;
   scrollbar-base-color:black;
   scrollbar-dark-shadow-color:#333333;
   scrollbar-face-color:black;
   scrollbar-highlight-color:#999999;
   scrollbar-shadow-color:black;}
	
/* Style Class for Old Browsers*/
.standard{  
    font-family: verdana,arial,sans-serif;
    font-size: 12px;}

/*Text Rollover */
a:link { color:#98A868; text-decoration:none;}
a:visited { color:#98A868; text-decoration:none;}
a:hover { color:#D7AF37; text-decoration:underline; cursor:hand;}
a:active { color:#EAD5D2; text-decoration:none;}

/* Headings */
h1, h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
h3, h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
h1 { color: white; background-color: #D86038;}
h2 { color: white; background-color: #D7AF37;}
h3 {color: #ffffff; background-color: #98A868;}
h4 {color: #D86038; background-color: white;}
ul, ol {
	color: black; list-style: square; font-size: 10px;
}

/*Main page content*/
#maincontent {
	 margin: 15px;
	 padding: 5px;
}
/*Table content*/
#tablecontent {
	font-size: 10px;
	font-style: normal;
	margin: 5px;
	padding: 1px;
}
/*Menu*/
#menu {
	padding: 2px;
	text-indent: 25px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: Black;
}

/*Text Rollover for Menu */
#menu a:link { color:white; text-decoration:none;}
#menu a:visited { color:white; text-decoration:none;}
#menu a:hover { color:#D7AF37; text-decoration:underline; cursor:hand;}
#menu a:active { color:#EAD5D2; text-decoration:none;}

/* Textarea in forms */
TEXTAREA {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px;background-color:#FFFFFF;color:#000000;}

/*Horizontal Rule*/
HR {
    height:3px;
    width:85%;
    color: black;
	 background-color: white;
   }

/* Footer */
#footer {font-size: 9px; font-style: normal; text-align: center;}


