body  {
	text-align: justify;
	margin: 0;
	background-color : #6d84a3;
}

/*DiV Classification*/
/*Main Container Div*/
div.master	{
	position: relative; 
	left: 0px; 
        top: 0px;
	z-index: 1;
}

/*Top Page Titles*/
div.title1	{
	font-size : 30px;
	font-family : Arial, Helvetica;
	color: #bfe1ea;
	font-weight:normal;
	position: absolute; 
        left: 30px; 
        top: 15px;
	z-index: 3;
}

div.title2	{
	font-size : 20px;
	font-family : Arial, Helvetica;
	color: #bfe1ea;
	font-weight:normal;
	position: absolute; 
	left: 700px; 
        top: 25px;
	z-index: 2;
}

div.title-image	{
	font-size : 20px;
	font-family : Arial, Helvetica;
	font-weight:bold;
	color: #5b6c88;
	background-color: white;
	padding:10px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
	position: absolute; 
	left: 25px; 
        top: 25px;
	z-index: 2;
}

div.title-image2	{
	font-size : 17px;
	font-family : Arial, Helvetica;
	font-weight:bold;
	color: #5b6c88;
	background-color: white;
	padding:10px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
	position: absolute; 
	right: 25px; 
        bottom: 25px;
	z-index: 2;
}

div.title-image3	{
	float:left;
	font-size : 9px;
	font-family : Arial, Helvetica;
	color: #5b6c88;
	background-color: white;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	position: absolute; 
	left: 25px; 
        top: 70px;
	z-index: 2;
}

div.title-hide	{
	position: absolute; 
	left: 0px; 
        top: 0px;
	z-index: 2;
	width:0px;
	height:0px;
	z-index: 2;
	overflow: hidden;
}

div.title-image-small	{
	float:left;
	font-size : 9px;
	font-family : Arial, Helvetica;
	color: #5b6c88;
	background-color: white;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	position: absolute; 
	left: 25px; 
        top: 70px;
	z-index: 2;
}

/*Sub Menu Divs*/
div.nav	{
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight:normal;
	cursor:pointer;
}

div.navhide	{
	position:relative;
	left: 0px;
	top: 0px;
	height: 12px;
	overflow: hidden;
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight:normal;
	cursor:pointer;	
}


div.nav1	{
	background-color: #f8cbc3;
	font-size : 12px;
	font-family : Arial, Helvetica;
	font-weight:normal;
}

div.nav2	{
	background-color: #f8cbc3;
	font-size : 10px;
	font-family : Arial, Helvetica;
	font-weight:normal;
}

/*Single Image containers for left, right and middle alignment*/
div.float-left {
	float:left;
	margin: 14px 10px 14px 0px;
	background-color: white;
	color: black;
	text-align: center;
	font-family : Arial, Helvetica;
	font-size: 10px;
	font-weight: bold
}

div.float-right {
	float: right;
	margin: 14px 0px 14px 10px;
	background-color: white;
	color: black;
	text-align: center;
	font-family : Arial, Helvetica;
	font-size: 10px;
	font-weight: bold
}

div.float-middle {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: white;
	color: black;
	text-align: center;
	font-family : Arial, Helvetica;
	font-size: 10px;
	font-weight: bold
}

div.daysummary {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: white;
	text-align: center;
}

/*Map Container and properties*/
div.map {
	position: absolute; 
	width:240px;
	height:500px;
	left: 0px; 
        top: 0px;
	z-index: 6;
}

div.map {
	position: absolute; 
	float:left;
	left: 0px; 
        top: 0px;
	width:240px;
	height:500px;
	z-index: 6;
}

div.maphover {
	position: relative; 
	width:490px;
	height:500px;
	left: 0px; 
        top: 0px;
	z-index: 6;
}

div.mapcontainer {
	position: relative; 
	left: 0px; 
        top: 0px;
	width:240px;
	height:500px;
	z-index: 5;
}

div.mapleft {
	position: absolute; 
	float:left;
	top:0px;
	left: 0px; 
        width:500px;
	height:500px;
	z-index: 6;
	border-right: dotted 2px #5b6c88;
	border-bottom: dotted 2px #5b6c88;
}


.maplabel	{
	width:100px;
	font-size : 14px;
	font-family : Arial, Helvetica;
	font-weight:bold;
	color : black;
	border: dotted 2px #5b6c88;
	background-color : #d8cbc3;
	padding: 5px 5px 5px 5px;
	text-align:center;
}

.mapstart	{
	font-size : 10px;
	font-family : Arial, Helvetica;
	color : black;
	border: dotted 2px #5b6c88;
	background-color : #d8cbc3;
	padding: 1px 1px 1px 1px;
}

.mapcontrol	{
	width:100px;
	font-size : 10px;
	font-family : Arial, Helvetica;
	font-weight:bold;
	color : black;
	border: dotted 2px #5b6c88;
	background-color : #d8cbc3;
	padding: 5px 5px 5px 5px;
	text-align:center;
}

/*Div for main news column*/
div.news	{
	width:500px;
	height : 0px;
	position:relative;
	left: 250px; 
        top: 0px;
	z-index:4;
	}

div.newshide	{
	width: 500px;
	height: 0px;
	overflow: hidden;
	position: relative;
	left: 250px; 
        top: 0px;
	z-index:4;
	}

div.guestbook	{
	width:750px;
	height : 0px;
	position:relative;
	left: 250px; 
        top: 0px;
	z-index:4;
	}

/*General Table Properties*/
table	{
	background-color : white;
	border-collapse: collapse;
}

/*Main Containing Table*/
table.master	{
	width:1000px;
}

/*Navigation Tables*/
table.navtop	{
	width:250px;
	position:absolute;
	left: 0px;
	top:93px;
	float:left;
	}

table.navmain	{
	width:250px;
	position: relative;
	left: -10px;
	top: 0px;
	z-index: 4;
	float:left;
	border-right: dotted 2px #5b6c88;
	}

table.navother	{
	width:250px;
	position:relative;
	left: 0px; 
        top: 50px;
	}

/*Tables for the links page*/
table.navlink	{
	width:250px;
	position: relative;
	left: 0px;
	top: 0px;
	float:left;
	border-right: dotted 2px #5b6c88;
	}


table.navlink1	{
	width:248px;
	position: relative;
	left: 0px;
	top: 0px;
	float:left;
	}

/*Table for pages with content*/
table.main	{
	width:1000px;
	position:relative;
	left: 0px; 
        top: -4px;
	}

/*Table for the right hand side on news pages*/
table.right	{
	width:250px;
	position:absolute;
	left: 750px; 
        top: 93px;
	overflow: visible ;
}

/*Table for the right hand side on content pages*/
table.right-content	{
	width:250px;
	position: relative;
	right: -10px;
	top: 0px;
	float:right;
	border-left: dotted 2px #5b6c88;
	border-bottom: dotted 2px #5b6c88;
}

table.righthover {
	width:500px;
	position:absolute;
	left: 500px; 
        top: 93px;
	overflow: visible ;
	z-index:5;
	border-left: dotted 2px #5b6c88;
	border-bottom: dotted 2px #5b6c88;
	
}

/*Table for containing multiple pictures*/
table.picture-container	{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

p  {
	font-family : Arial, Helvetica;
	font-size : 14px;
}

img.float-left	{
	float : left;
	margin-right: 10px;
	margin-bottom:10px;
}

img.float-right	{
	float : right;
	margin-left: 10px;
	margin-bottom:10px;
}

a  {
	color : red;
	text-decoration : none;
}

a.nav  {
	color : #6d84a3;
	text-decoration : none;
}


a:hover  {
	color : Red;
}


td.main	{
	background-color: white;
	padding: 0px 10px 0px 10px;
	font-size : 12px;
	color: #5b6c88;
	font-family : Arial, Helvetica;
	text-align: justify;
}

td.picture {
	background-color: white;
	padding: 0px 10px 0px 10px;
	color: black;
	text-align: center;
	font-family : Arial, Helvetica;
	font-size: 10px;
	font-weight: bold
}

td.title	{
	background-color : #6d84a3;
	color: #bfe1ea;
	font-size : 24px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	text-align: center;
}

td.title2	{
	background-color : #6d84a3;
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica;
	text-align: left;
}

td.diarytable1	{
	color: #5b6c88;
	font-size : 18px;
	font-family : Arial, Helvetica;
	text-align: center;
}

td.nav	{
	background-color : white;
	border-bottom: solid 1px;
	border-bottom-color: #5b6c88;
	font-size : 14px;
	font-weight: bold;
	font-family : Arial, Helvetica;
	text-align: center;
}

td.nav1	{
	background-color:#6d84a3;
	border-bottom: solid 1px;
	border-bottom-color: #5b6c88;
	color: #bfe1ea;
	font-size : 14px;
	font-weight: bold;
	font-family : Arial, Helvetica;
	text-align: center;
}

td.nav2	{
	background-color: #d8cbc3;
	border-bottom: solid 1px;
	border-bottom-color: #5b6c88;
	color: black;
	font-size : 14px;
	font-weight: bold;
	font-family : Arial, Helvetica;
	text-align: center;
}

td.map	{
	height:510px;
	width:250px;
	background-color : white;
	border-bottom: solid 1px;
	border-bottom-color: #5b6c88;
	font-size : 12px;
	font-family : Arial, Helvetica;
	text-align: left;
	vertical-align:top;
	float: left; 
}

td.navother	{
	padding: 0px 0px 50px 0px;
}

td.right	{
	background-color: white;
	padding: 5px 5px 5px 5px;
	font-size : 12px;
	color: #5b6c88;
	font-family : Arial, Helvetica;
	text-align: left;
}

td.news	{
	background-color: white;
	border-right: dotted 2px;
	border-right-color: #5b6c88;
	padding: 5px 5px 30px 0px;
	vertical-align:top;
	font-size : 12px;
	color: #5b6c88;
	font-family : Arial, Helvetica;
	text-align: justify;
}

td.newspicture {
	background-color: white;
	border-left: dotted 2px;
	border-left-color: #5b6c88;
	padding: 5px 5px 30px 5px;
	color: black;
	text-align: center;
	font-family : Arial, Helvetica;
	font-size: 10px;
	font-weight: bold
}

td.newstext	{
	background-color: white;
	border-right: dotted 2px;
	border-right-color: #5b6c88;
	border-left: dotted 2px;
	border-left-color: #5b6c88;
	padding: 5px 5px 30px 5px;
	vertical-align:top;
	font-size : 12px;
	color: #5b6c88;
	font-family : Arial, Helvetica;
	text-align: justify;
}

td.link	{
	background-color: white;
	padding: 0px 0px 0px 0px;
}

td.link1	{
	background-color: white;
	padding: 5px 5px 20px 0px;
	vertical-align:top;
	font-size : 12px;
	color: #5b6c88;
	font-family : Arial, Helvetica;
	text-align: justify;
}