@charset "utf-8";

body  {
	margin: 0;
	padding: 0;
	min-height: 100%;
	text-align: center;
	background-color: #888888;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

html {
    	background-size: cover;
	background-color: #888888;
}

#header {
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo {
	background-repeat: no-repeat;
	width: auto;
	height: 125px;
}

#footer {
	clear: both;
	margin-top: 0em;
	margin-bottom: 2em;
	text-align: center;
	font-size: 10px;
	font-style: oblique;
	font-weight: bolder;
	background-color: #CCCCCC;
}

#wrapper2 {
	width: 1500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #FFFFFF;
}

#wrapper-total {
	width: 100%;
	background: #888888;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrapper-mobile {
	float: right;
	width: 100%;
	max-width: 100%;
	background: #888888;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

#main2 {
        float: right;
	width: 100%;
	max-width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
}

h1 {
	color: #0033FF;
	text-align: center;
	background-color: #FFFF00;
	max-width: 100%;
}

h2 {
	margin-top: 1em;
	padding-bottom: 2px;
	text-align: center;
	color: #046280;
	font-size: 1.2em;
	margin-bottom: -1em;
	max-width: 100%;
}

h3 {
	text-align: center;
	color: #0033FF;
	max-width: 100%;
}

h5 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #0033FF;
	max-width: 100%;
}

p { line-height: 1.5; }

.mylinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: underline;
}

.mylinksgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #33CC00;
	text-decoration: underline;
}

.mylinksred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF3333;
	text-decoration: underline;
}

.mytime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF99;
	text-transform:none;
	text-align: right;
	margin-top: 0px;
}

.myspace {
	font-weight: bold;
	color:#FFFF99;
	text-transform:none;
	text-align: right;
	margin-top: 0px;
	background-color: #000000 ;
}
.mybrightlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #66FFFF;
	text-decoration: underline;
}

table {
  width: 100%;
  margin: auto;
  table-layout: auto;  
}

.fixed {
	table-layout: fixed;
	max-width:801px;
	max-height:100%;
	word-wrap: break-word;
        background-color: #FFFFFF;
}

.searches {
    max-width:1400px;
    max-height:100%;
    width: 100vw;
    height: auto;
    word-wrap: break-word; 
    background-color: #FFFFFF;
}

.searches-last-row {
    max-width:1400px;
    max-height:100%;
    width: auto; 
    height: auto;
    word-wrap: break-word; 
    background-color: #FFFFFF;
}

.display{
    max-width:1400px;
    max-height:100%;
    width: 100vw;
    height: auto;
    word-wrap: break-word; 
    background-color: #888888;
}

.presentation{
    max-width:1400px;
    max-height:933px;
    width: 100vw;
    height: auto;
    text-align: center;
    word-wrap: break-word; 
    background-color: #888888;
}

.nav {
    max-width:1081px;
    max-height:100%;
    width: 100vw;
    height: auto;
    background-color:#000000;
}

.nav2 {
    max-width:1400px;
    max-height:100%;
    width: 100vw;
    height: auto;
    background-color:#000000;
}

.navtext {
        height: 40px;
        width: inherit;
	font-weight: bold;
	color:#FFFFFF;
        background-color: #000000;
}

.imgshow {
         max-width:1081px;
	 max-height:100%;
	 width: 100vw;
	 word-wrap: break-word;
         background-color: #FFFFFF;
}

table thead {
    background-color:#CCCCCC;
    color:#666666;
}

img {
    max-width:100%;
    max-height:100%;
}

.logo {
    max-width:1081px;
    max-height:100%;
    width: 100vw;
    height: 125px;
}

.logo2 {
    max-width:1400px;
    max-height:100%;
    width: 100vw;
    height: 125px;
}

.imgdisplay {
    max-width:100%;
    max-height:100%;
    display: block;
}

