@charset "iso-8859-1";
body {
background-color: white;

color: #000000;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
color: black;
background-color: #FFFFFF;
}
h2 {
color: black;
background-color: #FFFFFF;
}
h3 {
color: black;
background-color: #FFFFFF;
}
#banner {
background-color: white;
border: thin #FFFFFF solid;
width: 800px;
margin: 0px auto;
color: #FFFFFF;
padding: 0px;
}
#container {
border: thin grey solid;
width: 800px;
margin: 0px auto;
}
#content {
background: white;
vertical-align: top;
padding: 30px;
color: #000000;
}
#content a:link, a:visited {
color: #008000;
background-color: White;
}
#content a:hover {
text-decoration : underline;
color : Maroon;
background-color: #FFFFFF;
}
#content a {
text-decoration : underline;
color : Maroon;
background-color: #FFFFFF;
}
#menucontainer {
background-color: #FFFFFF;
vertical-align: top;
width: 200px;
}
#menubar {
background: #FFFFFF;
font-size: small;
text-align: center;
}
#menubar a:link, a:visited {
color: #008000;
background-color: White;
font-weight: normal;
}
#menubar a:hover {
text-decoration : underline;
color : Maroon;
background-color: White;
font-weight: normal;
}
#menubar a {
text-decoration : none;
color: pink;
background-color: White;
font-weight: normal;
}
#menu {
border: thin white solid;
padding: 10px;
width : 190px;
margin : 5px;
background-color : white;
background-image: url('images/pink.gif') repeat-x;
background-repeat: repeat-x;
font-family : Geneva, Arial, Helvetica, sans-serif;
font-size : 95%;
color: Black;
}
#menu ul {
margin: 0px;
padding-left: 0px;
list-style-image : none;
}
#menu li {
font-size : 95%;
color : Black;
background-image: url('images/orange-bullet.gif');
background-repeat: no-repeat;
list-style: none;
margin: 0px;
padding: 0px 0px 0px 13px;
background-color: White;
}
#menu a:link, a:visited {
color: #008000;
background-color: White;
font-weight: normal;
}
#menu a:hover {
text-decoration : underline;
color : Maroon;
background-color: White;
font-weight: normal;
}
#menu a {
text-decoration : none;
color: fuchsia;
background-color: White;
font-weight: normal;
}
#specials {
background: #7CBB2A url('images/sm-green-bar.jpg') repeat-y;
color: #FFFFFF;
width : 174px;
vertical-align: top;
padding: 20px;
margin: 5px;
}
#specials a:link, a:visited {
color: #FFFFFF;
background-color: #7CBB2A;
font-weight: bold;
}
#specials a:hover {
text-decoration : underline;
color: #FFFFCC;
background-color: #7CBB2A;
font-weight: bold;
}
.banner-text {
text-align: right;
font-size: 170%;
padding: 10px 10px 0px 10px;
margin: 0px;
}
.tagline {
text-align: right;
font-size: 100%;
padding: 0px 10px 10px 10px;
margin: 0px;
}
.txt-centre {
text-align: center;
}
.logo {
float: left;
margin: 0px;
padding: 0px;
vertical-align: top;
}
.img-left	{
		float: left
		margin-right: 5px;
		margin-bottom: 5px;
		}

.img-right	{
		float: right;
		margin-left: 5px;
		margin-bottom: 5px;
		}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }