/* CSS Document */
/* whitcombe.org.uk CSS */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #a0b8c8;
	font-size: 100%;
}

#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;

	
	height: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bubblesback.gif);
}

#navBar{
	background-color: #eeeeee;
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5px;
	width: 130px;
	background-repeat: repeat;
	font-size: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	background-image: url(../images/bubbles4.jpg);
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#content{
	float:right;
	width: 77%;
	margin: 0;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
}




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 95%;
	color: #FFFF00;
	padding: 0px;
	margin-top: 0px;
	background-color: #0066ff;
	font-style: italic;
	font-weight: bold;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
	
#spacer{
}

/* #navBar a:link {
	font-weight: bolder;
	text-decoration: none;
	color: #FFFFFF;
	}*/
.navbarlink {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
}

#navBar a:hover {
	text-decoration: underline overline;
	}
/*
#navbar A:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}*/
	
	
.currentpage {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.footertext {
	font-size: 95%;
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
}
