/******************************************************/
/* DEAFULT FRAMEWORK
/******************************************************/

BODY
{
	background-color: #CDCDC1;
}

#Page
{
	clear: both;
	background: #FFFFFF url(/images/page_bg.gif) repeat-y;
	width: 765px;
	margin: 0px auto;
	padding: 0 5px;
}
#PageEnd /* Used for page shadow */
{
	width: 775px;
	height: 5px;
	margin: 0px auto;
	overflow: hidden;
	background-image: url(/images/page_bgbottom.gif);
}

.TemplateArea,
.BlockArea
{
	display: block;
}


/******************************************************
/* MAST HEAD
/******************************************************/
#MastHead
{
	position: relative;
	background: #0C68B6 url(/images/masthead.gif);
	height: 92px;
}

#MastHead #LogonLink
{
	position: absolute;
	width: 55px;
	height: 33px;
	right: 15px;
	top: 11px;
	text-decoration: none;
	overflow: hidden;
}

#MastHeadSpacer 
{
	height: 22px;
	overflow: hidden;
	background-color: #E6E6DC;
}

/******************************************************
/* REGIONS
/******************************************************/
#FullRegion
{
	width: 100%;
	padding-bottom: 15px;
}

#LeftRegion,
#ContentRegion,
.BlockArea
{
	display: inline; /* IE float margin fix*/
	overflow-x: hidden; /* Extension edit mode fix */
}

#LeftRegion
{
	float: left;
	width: 155px;
	margin: 15px 0 0 15px;
}

#ContentRegion
{
	float: right;
	width: 565px;
	margin: 15px 15px 0 0;
}
/******************************************************
/* INNER TEMPLATES
/******************************************************/

.OneColumn .Main
{
	display: block;
}

.TwoColumn .Main
{
	float: left;
	width: 410px;

}

.TwoColumn .SideBar
{
	float: right;
	width: 140px;

}


/******************************************************
/* PAGE MENU
/******************************************************/
.PageMenu
{
	background-color: #E6E6DC;
}

.PageMenu A
{
	color: #333333;
}

.PageMenu .Selected,
.PageMenu .Selected A
{
	color: #0C68B6;
	font-weight: bold;
}

.PageMenu .MenuItem
{
	margin: 3px 10px;
}

.PageMenu .Expanded
{
	font-weight: bold;
}

.PageMenu .Level1 A
{
	font-size: 1.1em;
}

.PageMenu .Level2
{
	margin-left: 20px;
}

.PageMenu .Level3
{
	margin-left: 35px;
}


/*********************************************************
/* QUICK LINKS
/*********************************************************/

#QuickMenu
{
	position: absolute;
	bottom: 20px;
	right: 15px;
	line-height: 1em;
}

#QuickMenu,
#QuickMenu A
{
	color: #FFFFFF;
}

#QuickMenu A:hover
{
	text-decoration: underline;
}

/******************************************************
/* FOOTER
/******************************************************/
#PageFooter
{
	padding: 12px 0;
	background-color: #E6E6DC;
	color: #A5A591;
	font-size: 10px;
	line-height: normal;

	height: 0%; /* IE background+floats fix*/
}

#PageFooter A
{
	color: #A5A591;
	text-decoration: underline;
}

#PageFooter .FooterContent
{
	float: left;
	width: 580px;
	margin-left: 15px;

	display: inline; /* IE float margin fix*/
}

#PageFooter .LifInfo 
{
	float: right;
	width: 140px;
	margin-right: 15px;
	text-align: right;
	text-decoration: none;

	display: inline; /* IE float margin fix*/
}

#PageFooter .LifInfo IMG
{
	float: right;
	margin-left: 15px;
}


/******************************************************
/* PRINT
/******************************************************/
BODY#Print
{
	background-color: #FFFFFF;
}

BODY#Print #PrintContent
{
	width: 565px;
}


BODY#Print .NoPrint
{
	display: none;
}