body
{
	  font-family: Verdana, Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-size: 11px;
    background-color: #005000;
	  color: black;
	  text-align: justify;
	  padding: 0;
	  margin: 0;
}

.site
{
    width: 950px;
    margin: auto;
    background-color: #ffdd88;
    border: 2px solid black;
}

.heading
{
    border-bottom: 2px solid black;
}

.menu
{
    text-align: center;
}

.main
{
    margin: 15px 10px 0 10px;
}

.main img
{
   border: 1px solid #005000;
}

.left
{
    float: left;
    width: 394px;
    border: 1px solid #005000;
    padding: 10px 10px 0 10px;
    margin: 0 0 5px 0;
}

.right
{
    float: left;
    width: 500px;
    margin: 0 0 10px 10px;
    padding: 0;
}

.lefttext
{
   text-align: justify;
   padding: 0;
   color: #003000;
}

.centre
{
    text-align: center;
    margin: auto;
}

.timetable
{
    text-align: left;
    width: 100%;
    border-left: 1px solid green; 
    border-right: 0px solid green; 
    border-top: 0px solid green; 
    border-bottom: 1px solid green;
    margin: auto;
}

.timetable td, .timetable th
{
    border-left: 0px solid green; 
    border-right: 1px solid green; 
    border-top: 1px solid green; 
    border-bottom: 0px solid green;
}

.footer
{
    clear: both;
}

h1
{
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h2
{
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p
{
    margin: 10px 0;
}

.underlinegreen
{
    border-bottom: 1px solid green;
}

.floatleft
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid green;
}

.floatright
{
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    border: 1px solid green;
}

.thumbrow
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px 0 10px 0px;
    text-align: center;
}

.thumb
{
    font-size: x-small;
    position: relative;
    float: left;
    padding-left: 3px;
    padding-right: 2px;
    width: 180px;
    text-align: center;
}

.nextrow
{
    clear: left;
}

.mainpic
{
	  width: 650px;
    margin: auto;
	  text-align: center;
	  font-size: x-small;
}

a:link
{
	color: black;
	text-decoration : underline; 
}
  
a:visited 
{
	color: black;
	text-decoration : underline; 
}
  
a:hover 
{ 
	color: white; 
  background-color: rgb(50, 150, 50);
	text-decoration: none;
}

a:active 
{ 
	color: #ff2222; 
	text-decoration : none; 
}