body
{
  margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	min-width: 600px;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url("Clouds.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #33ffff
}

#header
{
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #000;
	text-align: center;
}

	#header p, #header h1, #header h2
	{
		padding:.4em 15px 0 15px;
		margin:0;
	}

	#header ul
	{
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}

	#header ul li
	{
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}

	#header ul li a
	{
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background: transparent;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}

	#header ul li a:hover
	{
		background:#369;
		color:#fff;
	}

/* column container */
.colmask
{
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* 3 column settings */
.allcols 
{
	background: transparent; /* Right column background colour */
}

.allcols .colmid
{
	float:left;
	width:200%;
	margin-left:-12em; 		/* Width of right column */
	position:relative;
	right:100%;
	background: transparent;    	/* Centre column background colour */
}

.allcols .colleft
{
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:24em;         		/* Left column width + right column width */
	background: transparent;    	/* Left column background colour */
}

.allcols .col1wrap
{
	float:left;
	width:50%;
	position:relative;
	right:12em;        		/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}

.allcols .col1
{
	margin:0 13em;     		/* Centre column side padding:
	Left padding = left column width + centre column left padding width
	Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}

.allcols .col1 h2
{
	text-align: center;
}

.allcols .col1 .centertext
{
	text-align: center;
}

.allcols .col1 p
{
	text-align: center;
}

.allcols .col2
{
	float:left;
	float:right;			/* This overrides the float:left above */
	width:10em;        		/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:1em;         		/* Width of the left-had side padding on the left column */
	text-align: center;
	border-right:1px solid #000;
}

.allcols .col3
{
	float:left;
	float:right;			/* This overrides the float:left above */
	width:10em;        		/* Width of right column content (right column width minus left and right padding) */
	margin-right:3em;  		/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
	border-left:1px solid #000;
}

.allcols .col3 h2
{
	text-align: center;
}

/* Footer styles */
#footer
{
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}

#footer p
{
	padding:10px;
	margin:0;
}

.tlapsetbl
{
	table-layout: automatic;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border-style: solid;
	border-width: thin;
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.otherstbl
{
	table-layout: automatic;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border-style: solid;
	border-width: thin;
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.tbldata
{
	border: solid;
	border-width: thin;
	text-align: left;
	font-size: medium;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
}



