@charset "utf-8";
/* CSS Document */


h1 {font-size: 120%}
h2 {font-size: 130%}
p {font-size: 12px}
li {font-size: 14px}

h1 {font-family: arial}
h2 {font-family: arial}
p {font-family: arial}
li {font-family: arial}


h1 {color: black}
h2 {color: black}
p {color: black}

p.blue {background-color:#A8B3B3;}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color:#666666
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 926px;
	text-align: left;
	background-image: url(/images/backgrd.jpg);
	background-image: repeat;
}

#maintable {
	width: 926px;
	height: auto;
	border: 5px solid #000000;
	background-image:url(/images/bgr.jpg);
	background-repeat:repeat;

}


#header {
	width: 926px;
	height: 277px;
	background-image: url(/images/maintitle.jpg);
	background-repeat: no-repeat;
}

#left {
	
	width: 265px;
	height: auto;
	float: left;
	vertical-align: top;
}

#right {
	width: 640px;
	height: auto;
	float: right;
	text-align: left;
	vertical-align: top;

}
	#maintable #body {
	width: 600px;
	float: left;
	margin:0px 0px 50px 80px;
}
#maintable #nav {
	width: 200px;
	float: left;
}

#credits{
	text-align:center;
}
a .showme {
	color: #000000;
	text-decoration: none;
}
