﻿body 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(img/bodybg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	color: #333333;
}
.copytext
{
	color: #333333;
	font-size: 7pt;
}
.copytext A
{
	color: #333333;
}

#contentbar
{
	font-size: 0.8em;
}
#maincontainer
{
	width: 600px;
	min-width: 600px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#logostrap
{
	margin-top: 57px;
	height: 47px;
}
#logo
{
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#elimlogo
{
	position:relative;
	float:left;
	left: 130px;
	top: 0px;
}
#netclogo
{
	position:relative;
	float:left;
	left: 156px;
	top: 0px;
}
#hgilogo
{
	float: right;
	position: relative;
	top: -10px;
}
#columntile
{
	width: 600px;
	background-image: url(img/columnbg.jpg);
	background-repeat: repeat-y;
}
#columntile:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
#leftcolumn
{
	float: left;
	width: 400px;
	height: 100%;
}
IMG.floated
{
	float: left;
	clear: left;
	margin-right: 10px;
	margin-top: 5px;
}
DIV.bodytext
{
	background-color: #555b6f;
	margin-right: 2px;
	color:White;
	padding: 5px 5px 5px 5px;
	font-size: 0.85em;
	line-height: 150%;
	text-align: justify;
}
DIV.bodytext P
{
	margin-top: 0px;
}

#rightcolumn
{
	float: right;
	width: 200px;
	height: 100%;
}
DIV.righttext
{
	background-color: #003366;
	margin-left: 2px;
	color:White;
	padding: 5px 5px 5px 5px;
	font-size: 0.85em;
	line-height: 150%;
	text-align: justify;
}

DIV.righttext P
{
	margin-top: 0px;
}

.idaytitle
{
	font-weight: bold;
}
.itimetitle
{	
	font-style: italic;
}
.idetail
{
	margin-left: 20px;
}
.right
{
	text-align: right;
}
A
{
	color: White;
}
.mand
{
	color: red;
	font-size: 1.4em;
}
input
{
	border: 1px solid white;
	background-color: #eeeefe;
	font-size: 1em;
	width: 100%;
}