﻿*
{
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color:#5D5C5B;
	z-index: 3;
}

body
{
text-align: center;
background-color:#E4E5E8;
}

#content
{
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #FFFFFF;
} 

/* Top title */
#titleRow
{
	background-color: #898987;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 20px;
}
#title
{
	color: #FFFFFF;
	width: 151px;
	float: left;
	padding-left: 32px;
	font-size: 12px;
}
#subtitle
{
	color: #5D5C5B;
	font-size: 12px;
}

/* Menu */
#menuContainer {
	height: 134px;
}
#menuLevel1
{
	position:absolute;
	margin-left: 32px;
	font-weight: bold;
}
#menuLevel2
{
	position:absolute;
	margin-left: 134px;
	margin-top: 18px;
}
#menuLevel3
{
	position:absolute;
	margin-left: 183px;
	margin-top: 18px;
}
.menuItem
{
	margin-bottom: 3px;
}
.menuItem a
{
	font-size:12px;
	text-decoration: none;
}
.menuItem a:hover
{
	color: #EC008C;
}
.menuItemSelected
{
	margin-bottom: 3px;
	font-size:12px;
	color: #EC008C;
}


/* The rest */
#leftColumn
{
	float: left;
	width: 400px;
}
#leftContent
{
	width: 100%;
	height: 240px;
}
#leftBottomBar
{
	background-color:#EC008C;
	width:100%;
	height:18px;
	margin-top:2px;
}

#text
{
	margin-left: 400px;
	padding: 10px 90px 50px 10px;
	border-top: 1px solid #6D6F71;
	line-height: 17px;
}
#bottomLeftPad {
	height: 220px;
	width:100px;
	float: left;
}
#bottomRightPad {
	clear:right; 
	height:64px;
}
