﻿body
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	color : #000066;
}


#content {
	height: 420px;
	left: 20%;
	position: absolute;
	top: 140px;
	width: 80%;
	z-index: 1;
	text-align : center;
}


#bottomline {
	height: 125px;
	left: 0px;
	overflow: visible;
	position: relative;
	top: 525px;
	width: 15%;
	z-index: 1;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
}

#load {
background-color: red;
color: white;
display: none;
height: 20px;
left: auto;
position: absolute;
top: auto;
width: 100px
}

#rightupper {
	height: 125px;
	left: 85%;
	position: absolute;
	top: 15px;
	width: 15%;
	z-index: 4
}

#leftupper {
	height: 125px;
	left: 0px;
	position: absolute;
	top: 15px;
	width: 15%;
	z-index: 4;
	text-align : center;
}

#headline {
	height: 125px;
	left: 15%;
	position: absolute;
	top: 5px;
	width: 70%;
	z-index: 3;
	text-align : center;
}

#nav {
	height: 400px;
	left: 0px;
	position: absolute;
	top: 130px;
	width: 15%;
	z-index: 2;
	margin-left: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	font-weight: bold;
}

#nav a
{
	display: block;
	width: 150px;
	height: 42px;
	background-image: url("buttons/active_button.png");
	background-repeat: repeat-x;
	line-height: 50px;
	text-decoration: none;
	color: Blue;
}

#nav a:active
{
	display:block ;
	width: 150px;
	height: 42px;
	line-height: 50px;
	background-image: url("buttons/hoover_button.png");
	background-repeat: repeat-x;
	color: #336699;
}


#nav a:hover
{
	height: 42px;
	line-height: 50px;
	background-image: url("buttons/hoover_button.png");
	background-repeat: repeat-x;
	color: #336699;
}


div.outer {
	float: left;
	width: 100px; height:42px;
	margin: 0 3px 0 0;
	}
	
#tabs {
	height: 42px;
	width: 100%;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#tabs a
{
	display: block;
	width: 100px;
	height: 42px;
	background-image: url("buttons/active_button_s.png");
	background-repeat: repeat-x;
	line-height: 5em;
	text-decoration: none;
	color: Blue;
}

#tabs a:active
{
	display:inline-block ;
	width: 100px;
	height: 42px;
	line-height: 5em;
	background-image: url("buttons/hoover_button_s.png");
	background-repeat: repeat-x;
	color: #336699;
}


#tabs a:hover
{
	height: 42px;
	line-height: 5em;
	background-image: url("buttons/hoover_button_s.png");
	background-repeat: repeat-x;
	color: #336699;
}

