/* page links */

a:link, a:visited {
	color: #9900ff;
	background-color:transparent;
}
a:active {
	color: #33ff66;
	background-color:transparent;
}

/* menu links */

a.sidebutton, a#activebutton, a.sidebutton2, a#activebutton2 {
	display:block;
}

a.sidebutton:link, a.sidebutton:visited {
	background:url(images/side.gif);
	color: #008800;
}

a#activebutton:link, a#activebutton:visited {
	background:url('images/side_active.gif');
	color: #008800;
}

a#activebutton:hover, a.sidebutton:hover {
	background:url('images/side_hover.gif');
}
a.sidebutton, a#activebutton {
	background-repeat:no-repeat;
	background-position:bottom left;
	border:0;
	width:200px;
	text-align:left; 
	font-size:80%;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	color:white;
	word-spacing:1px;
	text-decoration:none;
	padding:5px 0px 5px 0px;
}
a.sidebutton2:link, a.sidebutton2:visited {
	color: #008800;
}
a.sidebutton2, a#activebutton2 {
	background-repeat:no-repeat;
	background-position:bottom left;
	border:0;
	width:190px;
	text-align:right;
	font-size:80%;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	color:white;
	word-spacing:1px;
	text-decoration:none;
	padding:5px 0px 5px 0px;
}
a#activebutton2:hover, a.sidebutton2:hover {
	color: #663300;
}
a#activebutton2:link, a#activebutton2:visited {
	color: #FF3333;
}

/* tables*/

table {
	background-color:transparent;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
}
#tdlogo, #tdtitle, #tdmenu, #tdsidebar {
	background-color:#ffffff;
	color:white;
}
td.footer {
	background-color:#ffffff; color:black;
}
td.logotab {
	background-color:transparent;
	color:black;
	width:200px;
	font-size:60%;
	text-align:center;
}
.mainc h4 {
	text-align:center;
}
td#tdlogo {
	width:210px;
	text-align:center;
}
td#tdtitle {
	width:2145px;
	text-align:center;
	padding-right:0px;
}
td#tdmenu {
	width:100px;
	text-align:left;
}
td#tdsidebar {
	width:204px
}
td#main {
	background-color:transparent;
	text-align:left;
	color:black;
	width:100%;
}

/* headings */

h1, h2, h3 {
	font-family: arial, helvetica, sans-serif;
}
h1, h2, h3 {
	font-weight:bold;
	color: #008800;
	text-align:center;
	background-color:transparent;
}
h1 {
	font-size: 155%;
	margin:0px 5px 19px 0px;
	white-space:nowrap;
	letter-spacing:-1px;
}
h2 {
	font-size: 125%;
	margin:0px 5px 5px 0px;
}
h3 {
	font-size: 145%;
	width:60%;
	padding:5px;
}

/* general */

body {
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-position:100%;
	background-attachment:fixed;
	font-family: verdana, sans-serif;
	font-size:100%;
	font-style: normal;
	font-weight: normal;
	background-color: white;
	color: rgb(0,0,0);
	margin:10px;
}
div {
	margin:20px 10px 10px 10px;
}
p.topmenu {
	margin:15px 1px 0px 0px;
}

address {
	font-size:100%;
	color:#008800;
	font-style:bold;
	background-color:transparent;
	margin: 0px 10px 34px 10px;
}
address.footer {
	font-size:80%;
	background-color: #008800;
	font-family:arial, helvetica, sans-serif;
	color:#000000;
	text-align:center;
	margin-bottom:1px;
}

img {border:0;}

.center {text-align:center}

.allcaps {
	font-variant:small-caps;
	color:red;
	font-size:150%;
}

.score {
	position:absolute;
	left:400px;
}