/*this is a comment so it doesn't affect anything else
html tag styles*/

body{
font-family: "Comic Sans MS";
font-size: 80%;
background-image: url(/images/watermark.gif);
background-repeat: repeat-y;
}

h1{
font-family: "Comic Sans MS";
font-size: 120%;
font-weight: bold;
}



/*These are class styles so all start with a dot*/



.mainhead {
background-image: url(images/mainimage/topback.jpg);
background-position: left;
background-repeat: no-repeat;
height: 80px;
padding: 5px;
margin: 5px;
	font-family: "Comic Sans MS";
	font-size: 200%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366FF;
	text-align: center;
}
.bottompanel {
background-image: url(images/mainimage/topback.jpg);
background-position: left;
background-repeat: no-repeat;
height: 80px;
padding: 5px;
margin: 5px;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366FF;
	text-align: center;
}
.accenthead {
	font-family: "Comic Sans MS";
	font-size: 200%;
	font-weight: bold;
	background-color: #3366FF;
	color: #ffffff;
	background-position: center;
	text-align: center;
}

.smtxt
{
font-family: "Comic Sans MS";
font-size: 75%;
}

.newstxt
{
font-size: 90%
}

/*These classes relate to tables */
.boxit
{padding: 5px;
border: 1px #000000 solid;
}
.leftvert
{
border: 1px #cccccc solid;

}

.pawbull a{
text-decoration: none;
}
.pawbull a:link, .pawbull a:visited{
color: #000000;
}
.pawbull a:hover {
background-color: #FFFF99;
color: #3366FF;
}
.bullet2 a{
text-decoration: none;
border-bottom: 1px dotted #000000;
}
.bullet2 a:link, .pawbull a:visited{
color: #000000;
}
.bullet2 a:hover {
background-color: #FFFF99;
color: #3366FF;
}
.navtable
{
border-collapse: collapse;
border: 1px #000000 solid;
font-family: "Comic Sans MS";

}
.navtable th{
background-color: #3366FF;
font-size: 120%;

color: #FFFFFF;
background-color: #3366FF;
background-position: center;
border: 1px #000000 solid;
padding-top: 5px;
padding-bottom: 5px;
}
.navtable td{
padding-top: 5px;
padding-bottom: 5px;
margin-left: 1px;
margin-right: 2px;
}
.redtext {
	font-weight: bold;
	color: #FF0000;
}

.buttonlink a {
width: 200px;
padding: 4px;
font-weight: bold;
text-decoration: none;
color: #000000;
}

.buttonlink a:hover{
background-color: #FFFFCC;
border: 1px solid #000000;

}