﻿.layout 
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: .9em;
	width: 960px;
	background-color: #ffffff;	
}

/* Header Bar */
.headerbar
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: .9em;
	background-color: #160D5b;	
	padding: 2px;
	color: #ffffff;	
}

.headerbar a
{
	color: #ffffff;	
}

.headerbar a:hover
{
	text-decoration: none;	
}



.footerbar
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: .9em;
	background-color: #eeeeee;	
}

.bodyContent 
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: .9em;
	background-color: #ffffff;
	height: 500px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.LayoutTable 
{
	width: 100%;
	border: none;
}

.LeftNav
{
	font-size: 1em;
	display: block;
	width: 150px;
	border: solid 1px #ccc;
}

.LeftNav a
{	
	display: block;
	border: solid 1px #ccc;
	background-color: #eee;
	text-decoration: none;
	color: #22f;
}
.LeftNav a:hover 
{
	color: #000;
	text-decoration: underline;
	background-color: #fff;
}
