/* MAIN STYLESHEET */


/* Main Structure */
body {
	background-color: white;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 1em;
}

p, .normal {
	font-size: 0.8em;
	line-height: 1.5em;
}


.center {
	text-align: center;
}

.right {
	text-align: right;
	font-size: 0.7em;
}

.normal {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 0.75em;
}

.subnavig {
	text-align: right;
	font-size: 0.7em;
}

h1 {
	font-size: 0.95em;
	color: #9767ca;
	font-weight: bold;
	text-align: left;
}

h1.centre {
	font-size: 0.95em;
	color: #9767ca;
	font-weight: bold;
	text-align: center;
}

h2,legend {
	font-size: 0.8em;
	color: #9767ca;
	font-weight: bold;
}

hr {
	color: #242F5E;
	height: 1px;
	width: 80%;
}


ul.NoIndent {
  margin-left: 17px;
  padding-left: 0px
}


li {
	font-size: 0.8em;
	line-height: 1.5em;
}


li.home {
	color: #9767ca;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 0.7em;
}

a {
	color: #3251a2;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #9767ca;
	text-decoration: none;
}

a.nav {
	color: #3251a2;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	color: #9767ca;
	text-decoration: none;
}

a.footer {
	color: #ffffff;
}

a.subnav {
	color: #9767ca;
	font-weight: bold;
	text-decoration: none;
}

a.subnav:hover {
	color: #3251a2;
	text-decoration: none;
}

.foot {
	font-size: 0.55em;
	color: #ffffff;
	text-align: center;
}

.charity {
	font-size: 0.6em;
	color: #a5a5a5;
	text-align: center;
}


