a:hover {
text-decoration:none;
}

#topnavcontainer a:link {
text-decoration:none;
color:#000;
}

#topnavcontainer a:visited {
text-decoration:none;
color:#606060;
}

#topnavcontainer a:hover {
text-decoration:underline;
}

body {
background-color:#ccc;
color:#000;
margin-top:50px;
vertical-align:middle;
font-family:arial, verdana, helvetica, tahoma, sans-serif;
font-size:80%;
background-image:url('../../site/img/BG.gif');
background-attachment:scroll;
}

#content {
width:80%;
margin-right:auto;
margin-left:auto;
margin-top:30px;
border:0 solid #000;
background-color:#980065;
text-align:left;
background-image:url('../../site/img/WaveBG.gif');
background-position:bottom left;
background-attachment:scroll;
background-repeat:no-repeat;
}

#leftcontainer {
float:left;
width:253px;
position:relative;
text-align:center;
color:#FFF;
}

#topnavcontainer {
float:left;
height:41px;
width:100%;
background-color:#EEE;
text-align:center;
background-image:url('../../site/img/NavBG.gif');
background-position:top;
background-repeat:repeat-x;
font-size:13px;
font-weight:700;
letter-spacing:1px;
line-height:1.55em;
}

#header {
float:left;
width:100%;
background-color:#751948;
background-image:url('../../site/img/stonehenge.jpg');
background-position:top right;
background-attachment:scroll;
background-repeat:no-repeat;
height:131px;
color:#FFF;
vertical-align:middle;
letter-spacing:1.5px;
}

#logo {
height:131px;
width:310px;
background-color:#751948;
background-image:url('../../site/img/Logo.gif');
background-position:top left;
background-attachment:scroll;
background-repeat:no-repeat;
}

#containertext {
line-height:120%;
margin-left:253px;
margin-bottom:8px;
background-color:#FFF;
margin-top:inherit;
padding:20px;
}

#footer {
width:80%;
margin-right:auto;
margin-left:auto;
margin-top:3px;
border-top-style:solid;
border-bottom-style:solid;
background:transparent;
padding-top:1px;
padding-bottom:1px;
border-width:1px;
height:14px;
}

#footerlinks {
font-size:11px;
text-align:left;
width:40%;
float:left;
}

#footercopyright {
font-size:11px;
text-align:right;
width:40%;
float:right;
}

h1,h2,h3 {
color:#980065;
line-height:25px;
}

h1 {
font-size:20px;
}

h2 {
font-size:16px;
}

h3 {
font-size:12px;
}

img{
border-bottom-width:2px;
border-bottom-color:#fff;
}

.noborder
{
	border: 0;
	border-bottom-color: transparent;
}

#zoom{
cursor:url('../img/zoomin.cur'), pointer;
}

.tables table {
	border-width:0px;
	border-color:#000;
	border-collapse:collapse;
}
.tables tr {
	border-width:0px;
	border-color:#000;
}

.tables td {
	border-width:1px;
	border-style:inset;
	border-color:#000;
}

.highlight {
	background-color: #FFFF00;
}

a,a:visited,a:active {
color:#000;
}

ul li.ticks {
list-style: none;
background: url(../../tick.gif) 0px 1px no-repeat;
padding-left: 20px;
font-size: 110%;
}

.yellowbox {
	background-color: #ffff99;
	border: thin solid #000000;
	padding: 4px;
}