@charset "utf-8";
/* CSS Document */

body{

	margin:0;
	background-color:#014693;
	
	}
	
.navcell {
	background-color:#faeb52;
	font-family:tahoma;
	font-size:14px;
	background-image:url(images/siteim_04.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	width:248px;
}

.navcell li {
	list-style:none;
	margin:0;
}

.navcell ul {
	margin:0;
}

.navcell a:link {
	color:#014693;
	text-decoration:none;
}

.navcell a:active {
	color:#fde954;
	text-decoration:none;
}	

.navcell a:hover {
	color:#fde954;
	background-color:#014693;
	display:block;
	text-decoration:none;
	width:100%;
}
	
.navcell a:visited{
	color:#014693;
	text-decoration:none;
}

.navcell a:visited:hover{
	color:#fde954;
	text-decoration:none;
}
	
.indexblue{

	background-color:#3e88cf;

	}
	
.indexyellow{

	background-image:url(images/siteim_07.jpg);
	background-repeat:repeat-y;
	background-color:#fde954;

	}

.justyellow{

	background-color:#fde954;

	}
	

	
	
.headercell{

	background-image:url(images/siteim_01.jpg);
	background-repeat:repeat;

	}
	
.mainborder{

	
	background-image:url(images/main_bord.jpg);
	background-repeat:repeat-y;	
	width:2px;

	}
	
.maincontent{

	background-image:url(images/main_bg.jpg);
	background-repeat:repeat;
	width:700px;

	}
	
	
#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#014693;
	padding:5px 5px 5px 10px;
	width:696px;
}

.back{

	background-image:url(images/siteim_01.jpg);
	background-repeat:repeat-x;

	}
	
h1{

	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:600;
	font-style:italic;

	}
	<!--
.copywrite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.reserve	{

	color:#be1f0f;

	}
	
.reserve a:link{

	color:#be1f0f;
	text-decoration:none;

	}

.reserve a:active {
	color:#be1f0f;
	text-decoration:none;
}	

.reserve a:hover {
	color:#be1f0f;
	background-color:#014693;
	display:block;
	text-decoration:none;
	width:100%;
}
	
.reserve a:visited{
	color:#be1f0f;
	text-decoration:none;
}

.reserve a:visited:hover{
	color:#be1f0f;
	text-decoration:none;
}

-->