
/*
*	START FORMATTING LAYOUT
*/

body
{
	background-image: url('images/Layout-BG-Body2.gif');
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 20px 0px 0px 0px;
}

#Main
{
	position: relative;
	width: 960px;
	height: 650px;
	margin: auto auto;
	background-image: url('images/Logo.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#Footer
{
	position: absolute;
	width: 100%;
	height: 131px;
	background-image: url('images/Layout-BG-Footer.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#Layout-Main
{
	position: absolute;
	top: 55px;
	left: 94px;
	width: 866px;
	height: 595px;
}

#Layout-MainNav
{
	position: relative;
	width: 836px;
	height: 22px;
	margin: 0px 0px 0px 30px;
}

.MainMenuItemCell
{
	width: 58px;
	font-family: verdana, tahoma, helvetica, arial;
	font-size: 11px;
	font-style: italic;
	background-image: url('images/Nav-BG-MainMenuItem.png');
	background-repeat: no-repeat;
	text-transform: lowercase;
}

.MainMenuItemCell a
{
	display: block;
	width: 58px;
	margin: 4px 2px 5px 0px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.MainMenuItemCell a:hover
{
	color: #000000;
}

#Layout-MainContent
{
	position: relative;
	width: 866px;
	height: 487px;
	margin: 0px 0px 5px 0px;
}

#Layout-Footer
{
	position: relative;
	width: 866px;
	height: 82px;
	margin: 0px 0px 0px 0px;
}

.LayoutTable
{
	width: 866px;
}

.LayoutTableContentCell
{
	display: block;
	width: 560px;
	height: 487px;
	vertical-align: top;
	background-image: url('images/Logo-Corner.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #000000;
}

.Promo-Content
{
	height: 487px;
	width: 186px;
	overflow: auto;
}

.PContent
{
	width: 169px;
	margin: 0px 0px 0px 0px;
	font-family: verdana, tahoma, helvetica, arial;
	font-size: 0.8em;
	color: #ffffff;
}

.LayoutTablePromoCell1
{
	height:487;
	width: 176px;
	overflow: auto;
}

.LayoutTablePromoCell2
{
	width: 130px;
	text-align: right;
	vertical-align: top;
}

.Layout-Content
{
	height: 487px;
	width: 560px;
	overflow: auto;
}

.Content
{
	width: 490px;
	margin: 30px 20px 0px 30px;
	font-family: verdana, tahoma, helvetica, arial;
	font-size: 0.8em;
	color: #ffffff;
}

.LoginInput
{
	font-size: 10px;
	height: 12px;
	width: 80px;
	margin-right: 4px;
}

.tableBgStandard
{
	background-color: #666666;
}

.tableBgStandard table td
{
	color: #666666;
}

/*
*	START FORMATTING STYLE 
*/

.required, .error
{
	color: #ff0000;
}

.defaultInput
{
	width: 200px;
}

label
{
	cursor: hand;
	cursor: pointer;
}

h1, h2
{
	font-weight: normal;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #FF9900;
	margin-top: 0px;
}

.logout
{
	font-family: verdana, tahoma, helvetica, arial;
	font-size: 11px;
	font-style: italic;
	color: #ffffff;
}