﻿body
{
	background-color: #ffffff;
	margin-top: 0px;
}
body, table, div
{
	font-family: Sans-Serif;
	font-size: 12px; 
	color: #f0f0f0;
	
}
#logolayer
{
	
}
#contentlayer
{
	padding: 16px;
}
#mainlayer
{
	text-align: left;
	color: White;
	background: #1178d0 url(mainlayerbackground.jpg) no-repeat;
	background-position: center top;
	width: 800px;
}

.headerLabel
{
	font-size: 200%;
	display: block;
}

input
{
	vertical-align: middle;
	font-size: 12px;
	font-family: Sans-Serif;
	margin: 2px;
}

.mainMenu
{
	z-index: 100;
}
.mainMenu img
{
	margin-left: 2px;
	margin-right: 2px;
}


.staticMenuStyle
{
	text-align: left;

}
.staticMenuItem
{
	color: #eeeefe;
	text-align: left;
	font-weight: bold;
	font-size: 105%;
}

.dynamicMenuStyle
{
	
}
.dynamicMenuItem
{
	background-color: #336699;
	padding: 2px;
	border-bottom: 1px dotted #6a9aca;
	color: #cadaea;
	text-decoration: none;
	z-index: 100;
	
}
.dynamicMenuItemHover
{
	background-color: #336699;
	padding: 2px;
	border-bottom: 1px dotted #6a9aca;
	color: White;
	text-decoration: none;
}


a
{
	color: #fffffa;
	text-decoration: none;
}
a:hover
{
	color: #fffffa;
	text-decoration: underline;
}

a.subLinks
{
	color: #336699;
	font-weight: bold;
	font-size: 1,2em;
	text-decoration: none;
}
a.subLinks:Hover
{
	color: #6699cc;
	text-decoration: underline;
}

img
{
	vertical-align: middle;
}
