	*{
		font-family				:	'trebuchet ms','lucida grande','lucida sans unicode',arial,sans-serif;
	}
	body{
		font-family				:	'trebuchet ms','lucida grande','lucida sans unicode',arial,sans-serif;
		font-size				:	11px;
		margin					:	0px auto 0px auto;
		padding					:	0px;
		background-image		:	url(/images/main_grad1.gif);
		background-repeat		:	repeat;		
	}
	#paneHeader{
		width					:	100%;
		height					:	25px;
		background				:	buttonface;
		border-bottom			:	4px solid #d6d9dd;
		background-image		:	url(/images/headNav_grad.gif);
		background-repeat		:	repeat;		
	}
	
	#paneHeader #paneHeaderContent{
		width					:	778px;
		margin					:	0 auto;
		line-height				:	27px;
		color					:	gray;
		font-size				:	11px;
		text-align				:	right;
	}
	
	#paneHeader #paneHeaderContent a{
		color					:	gray;
		font-size				:	11px;
		text-decoration			:	none;
	}
	
	#paneView{
		margin					:	0 auto;
		width					:	778px;
		height					:	1%;/* Buggy IE needs this */
		padding-bottom			:	100px;
	}
	
	#paneContent{
		position			:	relative;
		width				:	665px;
		background-image	:	url(/images/content_bg.gif);
		background-repeat	:	repeat;
		margin				:	0px 28px 0px 28px;
	}
	
	#paneContent #paneContentPadding{
		margin				:	50px 40px 0px 40px;
	}
	#paneContent #paneContentPaddingDefault{
		margin				:	20px 40px 0px 40px;
	}
	#paneContent h1{
		font-size			:	16px;
		color				:	#73849b;
	}
	#paneContent #paneContentTop{
		height				:	11px;
		background-image	:	url(/images/content_top.gif);
		overflow			:	hidden;	
	}
	#paneContent #paneContentBottom{
		height				:	11px;
		background-image	:	url(/images/content_bottom.gif);
		clear				:	both;
		overflow			:	hidden;
	}
	#paneView #paneViewFooter{
		clear					:	left;
		width					:	100%;
		background-image		:	url(/images/footer_gr.gif);
		border-top				:	1px solid #f0ede4;
		height					:	24px;
		line-height				:	24px;
	}
	#paneView #paneViewFooter div{	
		float					:	left;
		width					:	46%;
		padding					:	0px 10px 0px 20px;
		color					:	gray;
	}
	#paneView #paneViewFooter .footerText{	
		text-align				:	right;
		color					:	gray;
		font-style				:	italic;
	}	
	#paneView #paneViewContentGap{
		width					:	776px;
		padding					:	1px;
		border					:	none;
		background				:	#ffffff;
		margin					:	50px 0px 0px 0px;
	}	
	#paneView #paneViewContentBorder{
		width					:	760px;
		background-color		:	#f1f3f3;
		padding					:	8px;
	}	
	#paneView #paneViewContent{
		width					:	720px;
		padding					:	20px 20px 20px 20px;
		border					:	none;
		background				:	#ffffff;
	}
	#paneBodyFooter{
		width					:	100%;
	}
	#paneCard{
		margin					:	0 auto;
		margin					:	0px 0px;
		text-align				:	right;
		color					:	gray;
		background				:	#ffffff;
		padding					:	10px 10px 30px 0px;
	}
	#logo{
		font-size				:	34px;
		color					:	#57687f;
		margin					:	15px 0px 40px 30px;		
	}
	#logo a{
		font-size				:	34px;
		color					:	#57687f;
		text-decoration			:	none;
	}
	#logo h2{
		padding					:	0px;
		margin					:	0px;
		font-size				:	20px;
	}	