/* Hillsboro Baptist Church, Cascading Style Sheet
Developed Summer 2005 by Matt Taylor, CVBA Intern

/* defining attributes for page elements */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #660000;


}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.6em;


}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #FFFFFF;

}

/* Defining classes for adding various borders to table cells */

	/* Used to create black borders on the side of the page */

		.sidelines {
			border-right-width: 3px;
			border-left-width: 2px;
			border-top-style: none;
			border-right-style: solid;
			border-bottom-style: none;
			border-left-style: solid;
			border-top-color: #000000;
			border-right-color: #000000;
			border-bottom-color: #000000;
			border-left-color: #000000;
}

	/* Used to create the black dividing line between the vertical link bar and the main content area */
	
		.rightline {
			border-top-width: 2px;
			border-right-width: 2px;
			border-bottom-width: 2px;
			border-left-width: 2px;
			border-top-style: none;
			border-right-style: solid;
			border-bottom-style: none;
			border-left-style: none;
			border-top-color: #000000;
			border-right-color: #000000;
			border-bottom-color: #000000;
			border-left-color: #000000;
}


/* Defining classes for text styling */

.heading2 {
	font-size: 1em;
	font-weight: bold;
}

.heading1 {
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;

}

.heading3 {
	font-size: 1.8em;
	font-weight: bold;
}

.heading4 {
	font-size: 1em;
	font-weight: bold;
      text-align: center;
}

.bold {
	font-weight: bold;
}

.largetext {
	font-size: 1.2em;
	line-height: 1.8em;

}

/* General Styling Info for Links */ 

 a:link {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;

}

a:visited {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;

}


/* Defining classes for link styling and effects */

	/* Used to format the cells used in the vertical navigation bar */
	
		#navlinkscell {
			font-weight: bold;
			color: #000066;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: solid;
			border-left-style: none;
			border-top-color: #000000;
			border-right-color: #000000;
			border-bottom-color: #000000;
			border-left-color: #000000;

}

	/* Used to format the links used in the vertical navigation bar */

		.navlinks:link {
			color: #000066;
			text-decoration: none;

}

		.navlinks:visited {
			color: #000066;
			text-decoration: none;

}

		.navlinks:hover {
			color: #CCCCCC;
			text-decoration: none;
			background-color: #000099;
			display: block;

}
.cellspacer {
	width: 20px;
}

.cellspacer2 {
	height: 100px;
}

.cellspacer3 {
	height: 20px;
}

.directory {
    vertical-align: top;
    text-align: center;
    width: 250px;
}

.gallerycontroller {
	width: 250px
}

.gallerycontent {
	width: 200px;
	height: 175px;
	border: 1px solid black;
	background-color: #000066;
	padding: 3px;
	display: block;
}