/* GENERAL */

body,td  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #434341;
	line-height:1.2em;
}

/* BODY COPY RELATED */


p {
	margin-top: 6px;
	margin-bottom: 9px;
	line-height: 1.2em;
}

/* para style for "find out more" books and maps section. The left margin is large to allow for the book image */
.review {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 95px;
	line-height: 1.2em;
}

/* para style for "find out more" groovitude section. The left margin is large to allow for the book image */
.review {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 115px;
	line-height: 1.2em;
}


td  {
	font-size: .70em;
}

li	{
	line-height: 1.2em;
	margin-top:3px;
	margin-bottom:3px;

}

/* used for article headers - e.g. in Local Issues section */	

th {
	font-size: 14px;
	padding-bottom: 1px;
	border-left: 0px dashed #434341;
	border-bottom: 1px dashed #434341;
	text-align:left;
}

/* Body copy sub heads */

h6 {
	font-size: 1.1em;
	color: #434341;
	font-weight: bold;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 0px;
	border-bottom: 1px dashed;
	border-bottom-color: #434341;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
/* Body copy sub head - used for column two top of page sub heads */	
	
h5 {
	font-size: 1.1em;
	color: #434341;
	font-weight: bold;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 0px;
	border-bottom: 1px dashed;
	border-bottom-color: #434341;
	margin-right: 5px;
	margin-bottom: 5px;
}


/* THESE ARE FOR ALL THE LINKS THAT ARE NOT THE MENU BUTTONS */


/* general body copy links */


a  {
	color: #434341;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	border-bottom: 1px none;
}

a:hover  {
	color: #434341;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid;
	border-bottom-color: #CBF53B;
}


/* images that are links */

.piclink {
	border-bottom: 1px none;
}

.piclink:hover {
	border-bottom: 1px none;
}

.toplink  {
	border-bottom: 1px none;
}
.toplink:hover  {
	border-bottom: 1px none;
}



/* PAGE ELEMENTS OUTSIDE OF BODY COPY */

/*  bright page name */
.title {
	color: #C4E53C;
	font-weight: bold;
	font-size: .75em;
	padding-bottom:1px;
	border-bottom: 1px dashed #C4E53C;
}

/* small bright text - eg. the 'established' bit */
.smallbright {
	color: #C4E53C;
	font-weight: normal;
	font-size: .6em;
}


/* Font size style sheet changer related */
.small_font		{ font-size: .7em; font-weight:bold; }
.medium_font	{ font-size:.9em; font-weight:bold;}
.large_font		{ font-size:1.0em; font-weight:bold;}
.font_sizer a	{ 
			text-decoration:none; color: #C4E53C; }
.size_option {color: #C4E53C; font-weight:bold; font-size: .75em;}


/* The search field and button */

#searchfield {
	font-size: .75em;
	padding-bottom:2px;
}

#searchbutton {
	font-size: .75em;
	color: #CBF53B;
}





