
A {
	color : #990000;
	text-decoration : none;
}
A:LINK {
	text-decoration : none;
	color : #3300dd;
}
A:VISITED {
	color : #336699;
	text-decoration : none;
}
A:HOVER {
	color : #dd0000;
	text-decoration : underline;
}
A:ACTIVE {
	text-decoration : none;
}
#navigation {
	display: block;
	top: 113px;
	left: 0px;
	width: 142px;
	height: 100%;
	position: fixed;
	border: 0px;
//	1px solid #888;
	background-image: url(/theme/bg.gif);
}

body {
	font-family: arial,Verdana,sans-serif;
	//font-size: 8.0pt;
	color: black;
	text-decoration: none;
	background-image: url(/theme/bg.gif);
	margin: 5;
	padding: 2 2 2 2;
	//overflow-x: hidden;
	//overflow-y: hidden;
}
#thecontent {
	display: block;
	padding: 0px;
	position: absolute;
	width:100%;
	margin:136px 0px 0px 0px; // header has 135px, footer has 60px
	background-color: #FFFFCC;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index:-1;
	
}
#header {
	display: block;
	width: 100%;
	height: 135px;
	position: fixed; //;
	background-color: #ffffff;
	background-image: url(/theme/bg.gif);
	border: 0px solid #888;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
}


#copyright {
	display: block;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	width: 100%;
	height: 60px;
	position: fixed;
	background-color: #ffffff;
	
	background-image: url(/theme/bg.gif);
	overflow:hidden;
	
}
* html #header {
	position: absolute;
}
* html #navigation {
	position: absolute;
}
* {
	margin: 0;
}

 img .arrow { 
            width=38px; height=34px; border=0px; vertical-align=middle
         }
