BODY
{
	background-color	: #e8f1fd;
	
	text-align			: center;
	
	padding				: 0px;
	margin				: 0px;
}

#dContainer
{
	margin				: 0px auto;
	
	background-image	: URL(../imgs/layout/container_back.jpg);
	background-repeat	: repeat-y;
	width				: 800px;
	
	background-color	: #e8f1fd;
}

#dHeader
{
	height				: 100px;
	width				: 800px;
	
	overflow			: hidden;
}

#dFooterImage
{
	background-image	: URL(../imgs/layout/footer_back.jpg);
	background-repeat	: no-repeat;
	
	overflow			: hidden;
	
	width				: 800px;
	height				: 29px;
}

#dNavigation
{
	height				: 24px;
	
	overflow			: hidden;
	width				: 100%;
	
	text-align			: left;
}
#dNavigationLeft
{
	width				: 181px;
	height				: 24px;
	
	background-image	: URL(../imgs/layout/menu_left.jpg);
	
	clear				: left;
	float				: left;
}

#dNavigationList
{
	width				: 569px;
	height				: 24px;
	
	text-align			: left;
	
	float				: left;
	clear				: right;

	background-color	: #006bb7;	
	overflow			: hidden;
	
}

#dNavigationList ul
{
	margin			: 0px;
	padding			: 0px;
	
	list-style-type : none;
	
	font-family		: Arial;
	font-size		: 10px;
	font-weight		: bold;
	
	background-color	: #006bb7;
}

#dNavigationList ul li
{
	display				: block;
	
	height				: 24px;
	float				: left;
	width				: 113px;
}

#dNavigationList ul li a
{
	color				: #ffffff;
	
	text-decoration 	: none;
	display				: block;
	
	background-image	: URL(../imgs/layout/button_up.jpg);
	background-color	: #006bb7;
	background-align	: top left;
	background-repeat	: no-repeat;
	
	padding				: 5px 0px 5px 28px;
	height				: 100%;
}

#dNavigationList ul li a.down, #dNavigationList ul li a:HOVER, #dNavigationList ul li a:FOCUS
{
	background-image	: URL(../imgs/layout/button_down.jpg);
	background-position	: top left;
	background-repeat	: no-repeat;
	
}

#dMiddle
{
	margin				: 10px auto;
	text-align			: center;
	
	width				: 690px;
	
	background-position	: right bottom;
	
	background-repeat	: no-repeat;
}

#dMenuLeft
{
	width				: 120px;
	text-align			: center;
	
	clear				: left;
	float				: left;
}

#dBody
{
	width				: 570px;
	text-align			: left;
	
	float				: left;
	clear				: right;
}

#dBodyText	
{
	padding				: 20px	15px;
}

#dFooterText
{
	clear				: both;
	
	text-align			: justify;
	padding				: 25px 10px 0px 10px;
	
	color				: #666666;
	font-size			: 10pt;
}
