﻿body 
{
	background-color: #CBC4BC;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
}

#HomeCenterDiv
{
	position: relative;
	margin: 0px auto;
	width: 975px;
	height: 100%;
}

#MainBackground
{
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
}

TD
{
   vertical-align: middle;
}

TD.fieldname
{
   text-align: right;
   font-size: 10px;
   font-weight: bold;   
}

#Header
{
	height: 100px;
}

#Content
{
	z-index: 30;
	background-color: #818689;
}

#TopMenu
{
	z-index: 2;
	position: absolute;
	top: 42px;
	left: 20px;
}

#BreadCrumbBackground
{
	z-index: 30;
	background-color: #6E645A

;
	height: 20px;
}

#BreadCrumb
{
	color: White;
	padding: 3px;
	font-size: 10px;
}

#LoginBox
{
	z-index: 2;
	position: absolute;
	top: 16px;
	right: 10px;
	width: 180px;
	height: 60px;
	padding: 2px;
	font-size: 9px;
}

#LeftCol
{
	display: none;
	position: absolute;
	top: 184px;
	left: 0px;
	width: 200px;
	min-height: 300px;
	background-color: #bcbfc0;
	font-size: 10px;
}

#CenterCol
{
	z-index: 30;
	position: absolute;
	top: 100px;
	width: 975px;
	background-color: White;
}

#CenterColContent
{
	position: relative;
	padding: 15px 6px 15px 6px;
}

#CenterColContent div.sectiontitle, #centercolcontent .sectiontitle span
{
   font-weight: bold;
   font-size: larger;
   color: #b45d16;
}

#CenterColContent div.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}

#RightCol
{
	display: none;
	position: absolute;
	top: 184px;
	right: 0px;
	width: 198px;
	min-height: 300px;
	font-size: 10px;
	color: White;
	background-color: #818689;
}

#Footer
{
	z-index: 2;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 62px;
}

#FooterMenu
{
	text-align: center;
	padding-top: 10px;
}

#FooterText
{
	text-align: center;
	padding-top: 10px;
}

.footermenulink
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.headermenulink
{
	font-family: Arial Black;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.MenuBtn
{
	padding: 0px;
	margin: 0px;
}

.BrownBtn
{
	background-image: url(images/red-round.png);
	text-align: center;
	width: 115px;
	background-repeat: no-repeat;
	font-family: Times New Roman;
	background-position: left top;
	float: left;
	height: 32px;
	color: White;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 10px;
	padding-top: 0px;		
	vertical-align: middle;
}

.WhiteBtn
{
	background-image: url(images/dark-red-round.png);
	text-align: center;
	width: 115px;
	background-repeat: no-repeat;
	font-family: Times New Roman;
	background-position: left top;
	float: left;
	height: 32px;
	color: white;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 10px;
	padding-top: 0px;		
	vertical-align: middle;
}

.MenuStyle
{
	background-color:Red;
}