/* Masthead Styles */
#container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
/* Footer Styles */
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
    font-size:smaller;
}
#footer a {
	color: #708090;
	padding: 5px;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
#footer li {
	float:left;
}
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#maintable {
	/* width: 90%; */
    border: solid;
    border-width: 5px;
    border-style: outset;
    margin: 2px;
    padding: 2px;
	margin-right: auto;
	margin-left: auto;
}
#maintable td{
	/* width: 90%; */
    border: solid;
    border-width: 2px;
    border-style: outset;
    padding: 2px;
}
#masthead {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
    font-size: small;
}
#navigation a {
	text-decoration: underline;
	padding: 5px;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
#navigation li {
	float: left;
}
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#news {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

#news h1 {
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
    font-size: large;
}

#photobar {
/*	width: 10%; */
	margin-right: 0;
    float:right;
    margin-left: 10px;
    border: solid;
    border-style: outset;
    padding: 3px;
}
#sidebar {
	width: 10%;
	margin-left: 0;
    float:left;
    margin-right: 10px;
    border: solid;
    border-style: outset;
    padding: 3px;
}
.centre {
	text-align: center;
}
.centre {
	text-align: -moz-center;
}
.left {
	text-align: left;
}
.medium {
	font-size: medium;
}

.right {
	text-align: right;
}
.vertical-top {
	vertical-align: top;
}

.small {
	font-size: small;
}

.xsmall {
	font-size: x-small;
}

.xxsmall {
	font-size: xx-small;
}

.underline {
	text-decoration:underline
}

.shape {
	behavior:url(#default#VML);
}

.yellowwalk {
	color: #FFCC00; 
	background: gray; 
}

.greenwalk {
	color:#339966
}

.bold
{
	font-weight:bold
}

.circularwalk {
	color:blue
}

.italic
{
	font-style:italic
}

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	height: 100px;
	cursor: url("../images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
body {
    background-image: url('../images/back.jpg');
    background-attachment:fixed;
}
div
{
	font-family: "Comic Sans MS";
}
p
{
	font-family: "Comic Sans MS";
}
table
{
	font-family: "Comic Sans MS";
    font-size:smaller;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
tr
{
	width: 30%;
}
