body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: white;
}
#header {
	padding: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;

	color: black;
	background-color: white;
}

h2 {
	font-size: 1.3em;
	color: #2953A0;
	background-color: white;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-style: italic;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #663300;
	background-color: white;
	font-style: italic;
}
h4 {
	font-size: 1em;
	color: #660000;
	background-color: white;
}

abbr, acronym, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #000000;
		color: #624200;
	background-color: #FFFFFF;
}
.red_footer {
	color: #990033;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
}
.background_line {
	color: #FFFFFF;
	background-color: #006600;
}


.SmallText {
  	font-size: 0.8em;
}

a:link {
	color: #330099;
	background-color: white;
}

a:visited {
color: #330099;
background-color: white;
}

a:hover {
	color: #FFFFFF;
	background-color: #CE0000;
}
.SmallText {
  	font-size: 0.8em;
}


/* begin colours and text size for navigation bar */
#navigation a:link {

	color: #346395;
	text-decoration: none;
	background-color: #e4e7ea;
	font-size: 0.9em;

}

#navigation a:visited {
	color: #346395;
	background-color: #e4e7ea;
	text-decoration: none;
	font-size: 0.9em;
}

#navigation a:hover {
	color: #FFFFFF;
	background-color: #CE0000;
	text-decoration: underline;
	font-size: 0.9em;
}
/* end navigation */

ul li {
	list-style-image: url(bullet3.gif);
	padding-bottom: 6px;
}
strong {

}
.credits {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.block_text {
	clear: none;
	margin-right: 12%;
	margin-left: 12%;
}
