﻿body {
	margin: 0;
	padding: 0;
	background-color: black;
	background-image: url('bg.gif');
	font-family: Arial, Helvetica, Geneva, Sans-serif;
}

img
{  border-style: none;
}

a:active {
	text-decoration: none;
	color: #000;
}
a:link {
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-decoration: underline;
	color: #000;
}


.smalltext {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-size: 0.8em;
}

.dilogo {
	position:absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	z-index: 20;
}

.pghead {
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
}

.pghead h1 {
	font-size:x-large;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	color: white;
}

.menucontainer
{
	position:relative;
	clear:both;
	float:left;
	margin: 0 auto;
	width: 100%;
	background-color:rgb(42,39,34);
	z-index:1;
}

.menu {
	position:relative;
	float:left;
	width:auto;
	background-color:rgb(42,39,34);
	margin: 0 auto;
	z-index:1;
}

.fixed-centered-nofloat {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.float-left-relative {
	width:100%;
	float: left;
	position:relative;
}
.pgtop
{
    position: relative;
    margin: 0 auto;
    background-image: url('topbar.jpg');
    height: 75px;
    z-index: 10;
}
.pgbottom
{
	background-color: rgb(42,39,34);
	clear:both;
	margin: 0 auto;
	position:relative;
	font-size:small;
	font-family:"Times New Roman", Times, serif;
	background-image: url('bottombar.jpg');
	background-repeat:repeat-x;
	text-align: center;
	color: white;
	height:55px;
    z-index: 0;
}
.amalogo
{
	position:absolute;
	height:55px;
	top:0;
	right:0;
    z-index: 0;
}

.pgcontent
{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	margin: 0 auto;
	background-color: #eee;
	color: #000;
	margin-top: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

.bluestrip
{
	position:relative;
	background-image: url('bluestrip.jpg');
	height:20px;
	width:100%;
}

.whitebg
{
	background:#eee;
	color: #000;
}


.status
{
	font-size:large;
	color: #f00;
	text-align:center;
}
.status a:active {
	color: #f00;
}
.status a:link {
	color: #f00;
}
.status a:visited {
	color: #f00;
}

