body
{
	/*Overall background colour*/
	background: #8BA69C;
	/*Font used througout*/
	font-family: Arial, Helvetica, sans-serif;
}

#header
{
	/*Banner colour*/
	background: #009966;
}

#header h2.ramblersLogo
{
	/*
 	* Ramblers logo should be one of:
 	* 	background-image: url(../images/ramblersUK.png);
 	* 	background-image: url(../images/ramblersWales.png);
 	* 	background-image: url(../images/ramblersScotland.png);
 	*/ 
	background-image: url(../images/ramblersUK.png);
}

#header h2.groupName
{
	/*
 	* Ramblers logo - should be one of:
 	* 	background-image: url(../images/ramblersUK.png);
 	* 	background-image: url(../images/ramblersWales.png);
 	* 	background-image: url(../images/ramblersScotland.png);
 	*/ 
	background-image: url(../images/groupName.png);
}

h1
{
	/*Page title (just below banner) colour*/
	color: #060;
	/*Page title border colour*/
	border-color: #AAAAAA;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-variant: normal;
}

#mainNav ul
{
	/*Left handside navigation background colour*/
	background: #ffffff;
}

#mainNav a
{
	/*Left handside navigation link colour*/
	color: #060;
}

#mainNav a:hover, #mainNav a:focus
{
	
	/*Left handside navigation link colour when hovered over with mouse*/
	#color: #C81A36;
}
a {
	color: #060;
}


#content p, #content ul, #content ol
{
	/*Main content text colour */
	color: #000000;
}


#content h2, #content h3, #content h4, #content h5, #content h6
{
	/*Main content heading styles*/
	color: #000000;
}

#footer p
{
	/*Copyright colour*/
	color: #ffffff;
	/*
	* Footer image - should be one of:
 	* 	background-image: url(../images/linenFooterUndergrowth.jpg);
 	* 	background-image: url(../images/linenFooterHills.jpg);
 	* 	background-image: url(../images/linenFooterTrees.jpg);
 	*/
	background: url(../images/linenFooterUndergrowth2.jpg);
}

/******************************************               
 * DO NOT EDIT THE STYLES BELOW THIS LINE *
 ******************************************/
body
{
	font-size: 62.5%;
}

#shell
{
	margin: 10px auto;
	width: 827px;
	padding: 20px;
	background: #fff url(../images/linenBody.jpg) repeat-y top center;
}

#headerOuter
{
	margin: -20px -20px -20px;
	background: transparent url(../images/linenHeader.jpg) no-repeat top center;
	padding: 10px;
}

#header
{
	padding: 10px 0;
	height: 1%;
}

#header h2.ramblersLogo
{
	text-indent: -9000px;
	width: 222px;
	background-color: transparent;
	background-position: center right;
	background-repeat: no-repeat;
	height: 140px;
	float: left;
}

#header h2.groupName
{
	text-indent: -9000px;
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	width: 600px;
	height: 140px;
	float: left;
	font-size: 62.5%;
}


#header h2
{
	margin: 0;
	color: #fff;
}

#footer p
{
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;

	height: 33px;
	margin: 0;
	padding-top: 240px;
	padding-right: 20px;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
}

#footer
{
	margin: 0 -20px -20px -20px;
	padding: 0;
}

h1
{
	font-weight: bold;
	font-size: small;
	border-style: dashed;
	border-width: 1px 0;
	margin: 20px 0;
	padding: 10px 0;
	color: #060;
	font-style: italic;
	
}

#mainNav
{
	width: 200px;
	float: left;
}

#mainNav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainNav li
{
	list-style: none;
	display: block;
	padding: 10px 20px;
}

#mainNav a
{
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#mainNav a:hover, #mainNav a:focus
{
	text-decoration: underline;
}

#content
{
	float: left;
	padding: 0 20px;
	width: 550px;
}

#content p, #content ul, #content ol
{
	font-size: 1.4em;
	color: #000000;
}

#content h2
{
	font-size: 2.0em;
	color: #060;
}
.Green {
	color: #060;
	font-weight: bolder;
}


#content h3
{
	font-size: 1.5em;
	color: #060;
}

#content h4, #content h5, #content h6
{
	font-size: 1.4em;
}

#main:after, #header:after
{ 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main
{
  min-height: 1%;
}
#News {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: #060;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
}
.text_blink {
	text-decoration: blink;
}
