

#title 
	{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 32px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(bar.JPG);
	background-repeat: repeat-x;
	z-index:0;
	}

#title img
	{
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index:1;
	}
	
#text a
	{
	color: yellow;
	}
	
#text a:hover 
	{
	color: silver;
	}

#sidebar
	{
	position: absolute;
	top: 60px;
	left: 5px;
	width: 20%;
	padding: 0.2em;
	text-align: right;
	border: none;
	font-family:Arial,Helvetica,sans-serif;
	}

#sidebar a:hover 
	{
	background: lightgreen;
	color: black;
	}
	
#sidebar a
	{
	color: #FFFFFF;
	display: block;
	}

.link
	{
	border-width: thin;
	border-style: solid;
	background: green;
	padding:0.5em;
	}
.link a
	{
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	}

#mwindow
	{
	position: absolute;
	top: 50px;
	left: 22%;
	width: 76%;
	right: 0px;
	padding: 0.2em;
	border: none;
	font-family:Arial,Helvetica,sans-serif;
	}
	
img
	{
	border: none;
	}
	


#copyright
	{
	color:white;
	font-size: 0.7em;
	text-align: center;
	}
	
#noident p
	{
	text-indent: 0px;
	}

h2 
	{
	color:silver;
	letter-spacing: 0.2em;
	} 

body 
	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	background-color: #145189;
	color: #FFFFFF;    
        }

#text a:visited 
	{
	color: yellow;
	}
     
.emph
	{
	color: yellow;
	font-weight: bold;
	}
	
.bold	{
	font-weight: bold;
	}

.bold1 
	{
	font-weight: bold;
	color: silver;
	}
	
.centerit
	{
	text-align: center;
	}
	
.centerit img
	{
	vertical-align: middle;
	}

.smallertext
	{
	font-size:0.9em
	}
