﻿body {
 	background:url('../images/wallpaper.gif') repeat-x;
 	margin-left:5px;
 	margin-right:5px;
 	margin-top:0px;
 	margin-bottom:5px 
}  

A {
	color: #003366;
	text-decoration: underline; 
}

A:link { 
	color: #003366;
	text-decoration: underline;
	font-weight:bold;
}

A:visited {
	color: #003366;
	text-decoration: underline; 
	font-weight:bold;
} 

A:active { 
	color: #999999;
	font-weight:bold;
} 

A:hover { 
	color: #999999;
	font-weight:bold;
}  

h1, h2, h3 {
	margin: 0px;
	padding: 0px; 
}

.topmainmenu {
 	margin: 0px 0px 0px 0px;
}

.iconstrip {
	float:left; 	
	width:75%; 	
	margin: 5px 15px 10px 10px; 	
	padding-bottom:20px; 
}  

.entrytitle { 	
	font-size: medium; 	
	color: #555; 
}	 

.desktopicon {
	font-size: small;        
 	border: 0px solid #CCC;
	padding: 0px 0px 20px 0px;
}

.desktopicontrash {
	font-size: small;        
 	border: 0px solid #CCC;
	padding: 0px 0px 20px 0px;
/* 	position:bottom;  */
}


.mainstuff {
	font-family: monospace, courier, typewriter;
	padding-right:15px;
}

.mainstuff h2 {
	font-family: monospace, courier, typewriter;
	text-transform: uppercase;
} 

.mainstuff h3 {
	font-family: monospace, courier, typewriter;
	text-transform: uppercase;
} 

.mainstuff A {
/*	text-transform: lowercase;	*/
	text-decoration: none;
	font-weight:bold;
}

.stwindow {
	border: 1px solid #000000;
 	width:70%;
	background:#fff;
	height:auto;
 	float:right; 
 	position:relative;
/*	margin:10px; */
}

.stwindow A {
/*	margin-left: 10px;	*/
	font-weight:bold;
}

.stwindowcontent {
	width:100%;
	border:solid 1px black;
	height:auto;
}

.stwindowcontent A {
/*	margin-left: 10px;	*/
	font-weight: bold;
	font-weight:bold;
}

.stwindowbytesused {
	width:100%;
	height:18px;
	border:solid 1px black;
/*	float:top;	*/
}


.stwindowdragbar {
	width:100%;
	height:18px;
	border:solid 1px black;
	background:url(../images/windowdragbarback.gif) repeat-x;
}

.stwindowsidearrows {
/*	position: relative;	*/
	width:18px;
	height:auto;
	border:solid 1px black;
	float:right; 
}

.stwindowbottomarrows {
	width:100%;
	height:18px;
	border:solid 1px black;
}

.stwindowdragbar.text {
	color:#000000;
	text-align:center;
	margin:0;
}

.stwindowdragbartextlabel {
	color:#000000;
	text-align:center; 
	margin:0;
}

.stwindowdragbartextlabelspan {
/*	background:#FFFFFF;	*/
}

.stwindowdragbartextdiv {
	width:20px;
	margin: 0 auto 0 auto;
}

.stwindowleftarrow {
	float:left;
	height:18px;
	width:22px;
}

.stwindowdragbarclose {
	float:left;
 	height:18px; 
	width:22px; 
} 

.stwindowdragbarmax {
	float:right;
	height:18px;
	width:22px;
	padding: 0px 0px 0px 0px;
}

.stwindowrightarrowup {
	position:absolute;
	right:-2px;
	height:18px;
	width:22px;
}

.stwindowrightarrowdown {
	position:absolute;
	bottom:21px;
	right:-2px;
	height:18px;
	width:22px;
}

.stwindowrightarrowreshape {
	float:right;
 	height:18px;
 	width:44px;
}

.footer {
	font-family: times new roman, serif;
	color: #111;
	font-size: x-small;
	border: 1px solid #111;
	margin: 10px;
	padding: 10px; 
}

.copyright {
	font-weight: bold;
}

.bottomnavigation {
	text-align: center;
}

.bottomnavigation A {
	text-decoration: underline;
}