﻿body 
{
	color: Black;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
}

img
{
	border: 0px none #FFFFFF;
}


#all 
{
	position: absolute; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	width: 832px;
	left: 50%;
	margin-left: -416px;
	text-align: left;
	top: 0px;
}

.dots
{
	width: 1px;
	background-image: url('/Images/bluedot.gif');
	background-repeat: repeat-y;
}

.space
{
	width: 15px;
}

#main
{
	position:relative;
	width:  800px;
}

#header
{
	 position: relative; 
	 top: 0px; 
	 width: 100%; 
	 height: 118px; 
	 background-color: #c00000;
}

#menubar
{
	position: relative;
	margin-top: 1px;
	height: 16px;
	background-color: #c00000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	width: 100%;
	text-align: center;
	padding: 3px 0px 0px 0px;
}

#pagecontent
{
	 position: relative; 
	 margin-top: 1px; 
	 width: 100%; 
	 /*background-color: #c0c0c0;*/
}

#logo
{
	position: absolute;
	top: 50px;
	left: 424px;
	width: 100px;
	background-color: #ffffff;
}

#titlebar
{
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: 50px;
	/*background-color: #00cc00;*/
}

#title
{
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	top: 13px; 
	color: #00adef; 
	font-style: italic;
}

#maintable
{
	position: relative;
	margin-top: 1px;
	background-color: #ffffff;
	width: 100%;
}

#maincontent
{
	position: relative;
	margin-top: 0px;
	width: 584px;
	/*background-color: #00cc00;*/
}

#emptycolumn
{
	position: relative;
	margin-top: 0px;
	background-color: #ffffff;
	width: 18px;
}

#rightbanner
{
	position: relative;
	margin-top: 0px;
	width: 196px;
	/*background-color: #cc0000;*/
}

.blueline
{
	position: relative;
	margin: 15px 0px 15px 0px;
	background-color: #00adef;
	width: 100%;
	height: 1px;
}

.whiteline
{
	position: relative;
	margin: 15px 0px 15px 0px;
	background-color: #ffffff;
	width: 100%;
	height: 1px;
}

.bline
{
	position: absolute;
	margin: 0px 0px 0px 0px;
	background-color: #00adef;
	width: 100%;
	height: 1px;
}

.wline
{
	position: absolute;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	width: 100%;
	height: 1px;
}

.greyline
{
	position: relative;
	margin: 0px 0px 15px 0px;
	background-color: #f0f0f0;
	width: 100%;
	height: 1px;
}

.sidetext
{
	position: absolute;
	left: 5px;
	margin-right: 5px;
	/*color: #999999;*/
	color: #000000;
}

.pictable
{
	position: relative;
	margin-top: 20px;
	width: 100%;
}

.sectiontitle
{
	color: #c00000;
	font-size: 17px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}

.stitle
{
	position: absolute;
	height: 20px;
	/*background-color: #c0c0c0;*/
	color: #c00000;
	font-size: 17px;
	font-weight: normal;
}