body {
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:11pt;
}

td {
font-size:11pt;
}

.smallfont {
font-size:10pt;
}

#container {
background-color: #EAEFF5;
border: 3px groove #9ab;
margin: auto;
width: 800px;
}

#samplecontainer {
background-color:#FEF5F9;
}

#banner {
background-color:#EAEFF5;
}

#banner-right {
margin-left:140px;
float: right;
clear: both;
}

#leftnav {
background-color:#EAEFF5;
float:left;
margin:1pt;
padding:0.5em 0pt 0pt;
width:140px;
font-size:10pt;
}

#content {
background-color:#FEF5F9;
border-left :3px groove #9ab;
border-top :3px groove #9ab;
margin-left:140px;
min-height:500px;
padding:.4em;
}

a:link 
{
	text-decoration:underline;
	font-weight: normal;
	color:#000000;
}
a:visited 
{
	text-decoration:underline;
	font-weight: normal;
	color:#000000;
}
a:hover 
{
	text-decoration:underline;
	font-weight: normal;
	color:#D533A0;
}

.linkslogo {
	float: left;
	padding: 0 10px 0 0;
}

.clear {
	clear:both;
}

.image img:hover {border-color: #000000;}

img.pad {
padding: 5px;
}

#menu {
  text-align:center; 
}

#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#9ab; 
  color:#000; 
  display:block; 
  width:9em; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.25em;
  margin:0.5em auto;
  }

#menu a:hover {
  top:2px;
  left:2px;
  color:#D533A0;
  border-color:#345 #cde #def #678;
  }

#menuquotes {
  text-align:left; 
  padding: 3px;
}

#pictures {
float: left;
padding: 1em;
}

#picturesright {
float: right;
padding: 1em;
}

.links {
  text-decoration:none; 
}

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall {
	border: solid 1px #999999;
	cursor: url("http://www.gvhs.ca/Graphics/magplus.cur"), pointer;
}
.PopBoxImageLarge {
	border: solid 1px #999999;
	cursor: url("http://www.gvhs.ca/Graphics/magminus.cur"), pointer;
}
.PopBoxImageShrink {
	cursor: url("http://www.gvhs.ca/Graphics/magminus.cur"), pointer;
}
.PopBoxImageLink {
	cursor: pointer;
}
.PopBoxImageMove {
	border: none 0px #ffffff;
	cursor: pointer;
}
