﻿/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	color : black;
	background-color : rgb(255,255,255);
	background-image : url(images/FC.gif);
	font-family:sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:45em;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : center;
	background-color:white;
	border : thin solid rgb(0,0,0);
	font-weight : bold;
}

.menu a
{
	color : rgb(0,0,0);
	background-color : inherit;
}

.menu a:hover
{
	color : rgb(255,64,64);
	background-color : rgb(230,230,250);
}


.menu strong
{
	font-size : large;
}

.other
{
	text-align : center;
	border : thin solid rgb(0,0,0);
	background-color : white;
	color : rgb(0,0,0);
	font-weight : bold;
}

.contentText
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	border : thin solid;
	min-height:530px;
}

.footer
{

}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}
div.sidebar {
	background-color:white;
}

table.WATN {
	width:600px;
	margin:auto;
}
table.WATN td{
	vertical-align:top;
}
table.WATN th{
	background-color:black;
	letter-spacing:4px;
	font-weight:bold;
	color:white;
}
table.WATN img {
	width:300px;
	height:400px;
	border:1px black solid;
}
