/*---- main components ----*/

body{
	text-align: center;
	background: url(../images/template/bgStrip.jpg) repeat-x;
	background-color: #FE0000;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-family: arial, helvetica, sans-serif;
}

#wrapper{
	width: 764px;
	/* undoes the above IE hack */
	text-align: left;
	/* the correct way to center the wrapper div */
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid black;
	background-color: white;
}

#topArea{
	height: 84px;
	background: url(../images/template/topImage3.jpg) repeat;
	border-bottom: 1px solid black;
}

/*---- navigation ----*/


#inclinks {
	text-align: left;
	background: #268f23;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	font-size: 80%;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 2em;
	clear: both;
}


#inclinks ul {
	margin:0px 0px 0px 0px;
	padding:0px 0 0 0px;
	white-space:nowrap;
	background: #268f23;
}

#inclinks ul li {
	display:block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	background-image:none;
	background: #268f23;
	line-height:normal;
}


#inclinks ul li a {
	background: #268f23;
	display:block;
	height:auto;
	width: auto;
	border-right: 1px solid #ffffff;
	margin:0;
	padding:4px 5px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
	white-space:nowrap;
}

#inclinks ul li a:hover {
	color: #000;
	background: #36cd32;
}

#inclinks a:active	{
	background: #FF9999;
	color: #000;
}

.invisible{
	display: none;
}

/*---links---*/

#link1{
	width: 4em;
}

#link2{
	width: 5.5em;
}

#link3{
	width: 6.5em;
}

#link4{
	width: 6.5em;
}

#link5{
	width: 7.55em;
}

#link6{
	width: 6.3em;
}

#link7{
	width: 3.25em;
}

#link8{
	width: 6em;
}

/*---end links---*/

#footer{
	clear: both;
	text-align: center;
	background-color: #268f23;
	margin-top: 5px;
}

#footer a{
	color: white;
	line-height: 2em;
	margin-left: 20px;
	font-size: 80%;
}

#charity{
	color: white;
	font-size: 80%;
	padding-left: 30px;
}

#crumbtrail{
	text-align: left;
	font-size: 90%;
	padding: 5px;
	border: 1px solid red;
	width: 230px;
	margin: auto;
	margin-top: 5px;
	color: white;
	background-color: red;
}

#crumbtrail a:link, #crumbtrail a:visited{
	color: white;
}

#crumbtrail a:hover{
	color: yellow;
}

