﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/Template/background_colour9BC3A7.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	border-right: 0px solid #725972;
	border-bottom: 0px solid #725972;
	border-left: 0px solid #725972;
	background-color: #ffffff;
}
#masthead {
	text-align: center;
	width: 760px;
	padding: 0px;
	border: 0px dotted #725972;
	background-image: url('../images/Template/masthead_D7DECC.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	background-color: #D7DECC;
}
html>body #navigation {
	overflow: hidden;
}
#content {
	float: left;
	width: 740px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
#footer {
	text-align: center;
	clear: both;
	width: 760px;
	border: 0px dotted #d8bfd8;
}
#bottomfooter {
	width: 760px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	clear: both;
	width: 760px;
	border: 0px dotted #d8bfd8;
}
#topmastheadtext {
	width: 780px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	clear: both;
	width: 760px;
	border: none;
	color: #A598AE;
}

/* Masthead Styles */
#masthead h1 {
	color: #000;
}
#masthead h3 {
	color: #000;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 760px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #b9d;
	background-color: #b9d;
}
/* Content Styles */
#content img {
	padding: 5px;
	border: 1px solid #ffffff;
}
/* Links */
#content h1,h2,h3,h4,h5,h6 {
	color: #4C9963;
}
#content h3 a {
	color: #4C9963;
	text-decoration: none;
}
#content h3:hover {
	color: #C79095;
	text-decoration: none;
}
#content h3:visited {
	color: #4C9963;
	text-decoration: none;
}

#content a {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #4C9963;
	text-decoration: none;
}
#content a:visited {
	color: #C79095;
	text-decoration: underline;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #4C9963;
	text-decoration: none;
}
/* Bottom Footer Styles */
#bottomfooter p {
	color: #808080;
}
#bottomfooter a {
	color: #808080;
	text-decoration: none;
}
#bottomfooter a:hover {
	color: #808080;
	text-decoration: none;
}
/* Topmastheadtext Styles */
#topmastheadtext p {
	color: #808080;
}
#topmastheadtext a {
	color: #C7AEC7;
	text-decoration: none;
}
#topmastheadtext a:hover {
	color: #dfb8df;
	text-decoration: none;
}
/* Additional styles I added */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.aligncentre {
	text-align: center;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.style_small_bold {
	font-size: smaller;
	font-weight: bold;
}

