﻿/*
body 
{
	font: 0.8em arial;
}

#main-container
{
	margin: 0px auto 0px auto;
	width: 920px;
}

#header
{
	width: 920px;
}

#nav
{
	width: 920px;
}

#nav a:link, #nav a:visited
{
	
}

#nav a:hover, #nav a:active
{
	
}

#main-body
{
	display: table;
	width: 920px;
}

#left-body
{
	float: left;
	width: 498px;
}

#right-body
{
	float: right;
	width: 199px;
}

#footer 
{
	width: 920px;
}

#left-footer
{
	float: left;
	width: 300px;	
}

#p80-icon
{
	margin: 0px auto 0px auto;
	width: 30px;
	height: 26px;
	text-align: center;
}

#right-footer
{
	float: right;
	width: 300px;	
}

#loginbox
{
	padding:40px;
}

#loginboxwrapper
{
	background:url(images/login.png);
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:0px;
	height:225px;
	width:240px;
}

#login-view
{
	position:absolute;
	top:5px;
	right:10px;
	color:white	
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}


h1
{
	color: #996600;
	font-size: 1.5em;
	font-family: arial;
}

h2 {
	color: #996600;
	font-size: 1.25em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h3 {
	color: #996600;
	font-size: 1.0em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h4 {
	color: #996600;
	font-size: .75em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h5 {
	color: #996600;
	font-size: .75em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h6 {
	color: #996600;
	font-size: .75em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

img
{
	border: 0px;
}

th
{
    vertical-align:top;
}

td
{
    vertical-align:top;
}

.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.pop-over
{
	BORDER-RIGHT: #000000 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #000000 1px solid; 
	DISPLAY: none; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #000000 1px solid; 
	WIDTH: 200px; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #000000 1px solid; 
	POSITION: absolute; 
	BACKGROUND-COLOR: white;
	font-size: 10pt;
}

*/