body {
	margin: 4px 4px 4px 4px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
}

#menu {
	width: 115px;
}

#menu ul {
	display: block;
	list-style-type: none;
	margin-left: 10px;
	padding: 0px;
	font-size: 14px;
}

#menu a {
	display: block;
	width: 115px;
	border-bottom: #E89302 solid thin;
	color: #fff;
	text-decoration: none;
	font-family: sans-serif;
}

#menu a:hover {
	background-color: #F8DBB0;
	color: #000;
}

a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: blink;	
}
a:visited {
	/*color: ff6600;*/
}
a.selectedlink {
	color: #000;
}

ul.finger {
	list-style-image: url("images/bullet.gif");
	font-size: 82%;
	vertical-align: middle;
marker-offset: inherit;
}

ul {
	font-size: 82%;
}

p {
	font-size: 82%;
}
h1 {
font-size: 122%;
}
h2 {
font-size: 112%;
}
h3 {
font-size: 102%;
}

div.subscribebox {
	background-color: white;
	width: 100px;
	border: black thin solid;
	margin-left: 8px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 82%;
	text-align: center;
	padding: 1px;
}
div.subscribebox a {
	color: black;
	text-decoration: none;
}
div.subscribebox a:hover {
	color: blue;
}

.topsidebox {
	border: thin solid #E89302; 
	background-color: #fff; 
	width: 120px; 
	color: black;
	margin-left: 10px;
}
.sidebox {
	border: thin solid #E89302; 
	background-color: #fff; 
	color: black;
	width: 120px;
	margin-left: 10px;
}
.boxheader {
	/*background-color: #E89302; */
	color: #000;
	background-image: url(images/side-headers.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 91%;
	text-align: center;
	margin-left: 10px;
}
.boxheader-white {
	/*background-color: #E89302; */
	color: #000;
	background-image: url(images/side-headers-white.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 91%;
	text-align: center;
	margin-left: 10px;
}
