/*
CSS Rules for Branch Valley web site
Created: 9/18/07
Last Updated: 9/18/07
*/


/* YES -- Body Style */
body.index
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	font-size: small;
	text-align: center;
	background-color: #ffffcc;
	overflow: auto;
}

/* YES -- Table Style */
table.nav
{
	width: 800px;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}

table.details
{
	border: none;
	background-color: #ffffff;
}

/* No -- Table Style */
table.welcome
{
	text-align: center;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}

table.contact
{
	width: 800px;
	text-align: left;
	position: relative; top: 10%;
	font-family: verdana, arial;
	font-size: small;
	color: #660099;
}

/* Paragraph Style */
p
{
	font-family: "times new roman", "palatino linotype";
	font-size: medium;
	color: #000000;
	text-align: left;
	padding:5px 5px 0px 0px;
}

p.index
{
	font-family: "times new roman", "palatino linotype";
	font-size: medium;
	color: #000000;
	text-align: center;
}



/* Header1 Style */
h1
{
	text-align: left;
	font-family: verdana, arial;
	font-size: x-large;
	color: #228b22;
	font-weight: bold;
}


/* Header3 Style */
h3
{
	text-align: left;
	font-family: verdana, arial;
	font-size: medium;
	color: #228b22;
	font-weight: bold;
}


h2.title
{
	text-align: left;
	font-family: verdana, arial;
	font-size: large;
	color: #228b22;
	font-weight: bold;
}


/* Image Style */
img.noborder
{
	border:0px;
}

/* Image Link Style */
img.piclinks
{
	border: 2px #a4d4b0;
}


/* Image Float RightStyle */
img.floright
{
	border:0px;
	float: right;
	padding: 5px 0 5px 5px;
}


/* Image Float LeftStyle */
img.floleft
{
	border:0px;
	float: left;
	padding: 5px 5px 5px 0;
}


/* No Image LeftStyle */
img.flonoimg
{
	border: 2px #ff6699;
	float: left;
	padding: 5px 5px 5px 0;
}


/* Breadcrumb Table Styles */
table.bc
{
	width: 800px;
	border: 0px;
	position: relative; top: 1%;
	text-align: left;
	font-family: verdana, arial;
	font-size: small;
	color: #ff6699;s
}

/* YES -- Copyright Table Styles */
table.c
{
	width: 800px;
	border-top: 1px solid #228b22;
	font-family: verdana, arial;
	font-size: x-small;
	color: #228b22;
	background-color: #ffffff;
}


table.ch
{
	width: 800px;
	border-top: 1px solid #ff6699;
	position: relative; top: 37%;
	text-align: center;
	font-family: verdana, arial;
	font-size: x-small;
	color: #ff6699;
}



/*image borders*/
img
{
	border:6px solid #228b22;
}

img.noborder
{
	border:0px;
}


/* table column headings*/
td.head 
{
	font-family:"Verdana"; 
	color: #228b22; 
	font-style:italic; 
	text-align:center
} 


/* calendars*/
td.next 
{
	font-family:"Verdana"; 
	color: #228b22; 
	font-weight:bold; 
	font-size:x-large; 
	text-align:center
} 

td.days 
{
	font-family:"Verdana"; 
	color: #228b22; 
	font-weight:bold; 
	font-size:medium; 
	text-align:center
}

td.num 
{
	font-family:"Times New Roman"; 
	color:black; 
	text-align:left
} 

/* events*/
td.nolink 
{
	font-family:"Verdana"; 
	color: #228b22
}

/*link styles -- general, V-Verdana, and TNR-Times New Roman*/
a:link 
{
	color:blue; 
	text-decoration:underline;
}
.V:link 
{
	font-family: verdana;
}
.TNR:link 
{
	font-family:"Times New Roman";
}

a:hover 
{
	color: #228b22; 
	text-decoration:underline;
}
a.V:hover 
{
	font-family:"Verdana"; 
	color: #228b22; 
	text-decoration:underline;
}
a.TNR:hover 
{
	font-family:"Times New Roman"; 
	color: #228b22; 
	text-decoration:underline;
}

a:visited 
{
	color:purple; 
	text-decoration:underline;
}
.V:visited 
{
	font-family:"Verdana";
}
.TNR:visited 
{
	font-family:"Times New Roman";
}
