body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
	margin-bottom: 3px;
}
h3 {
	font-size: 12px;
	margin-bottom: 3px;
	color: #FF3300;
}
.white {color: #FFFFFF}
.blue {color: #0099CC}
.black {color: #000000}
.orange {color: #FF3300}
.menu-spacing {
	line-height: 19px;
	padding-left: 5px;
}
.sponsor {
	text-align:center;
	padding: 5px;
}
.content {
	padding: 5px;
}
.menu {
	padding: 5px;
	line-height: 17px;
	color: #990000
}
.small {font-size: 10px;}
.sponsortext {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
a.left-link {font-size: 10px;}
a.left-link:link {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
a.left-link:visited {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
a.left-link:hover {
	text-decoration: underline;	
	color: #006699;
	font-weight: bold;
}
a.left-link:active {
	text-decoration: none;	
	color: #006699;
	font-weight: bold;
}
a.small-link:link {
	text-decoration: none;
	color: #006699;
}
a.small-link:visited {
	text-decoration: none;
	color: #006699;
}
a.small-link:hover {
	text-decoration: underline;	
	color: #006699;
}
a.menu-link:active {
	text-decoration: none;	
	color: #006699;
}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

a.paphos-link:link {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a.paphos-link:visited {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a.paphos-link:hover {
	text-decoration: none;	
	color: #003366;
	font-weight: bold;
}
a.paphos-link:active {
	text-decoration: none;	
	color: #003366;
	font-weight: bold;
}

.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #0099CC;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: white;
background-color: #0099CC;
border: 2px solid #0099CC;
}

.bevelmenu li a:hover{
color: black;
background-color: #CCCCCC;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

.paphos-top {
    text-align:center;
	padding: 1px 0 3px 0;
	color: #ffffff;
	background-color:#99CCFF;
	border-bottom: 2px solid #CCCCCC;
}


.floatright
{
float: right;
width: 120px;
margin: 0 0 10px 10px;
background-color: #ddd;
padding: 10px;
border: 1px solid #666;
}

div.floatright img { border: 1px solid #000; }


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

