@media screen
{
	body
	{
		margin:0;
		padding:0;
		text-align:center;
	}
	
	img
	{
		border:0;
	}
	
	img.imgFix
	{
		margin-bottom:-3px;
	}
	
	div
	{
		float:left;
	}
	
	:focus  /* Safari, Firefox fix */ 
	{
		outline: 0;
	}
	
	#podContainer
	{
		background:url(/images/podBG.png) repeat-y;
		float:none;
		margin:0 auto;
		text-align:left;
		width:954px;
	}
	
	.JabberWocky
	{
		display:none;
	}
	
	#podHeader
	{
		background:url(/images/logo.gif) no-repeat;
		height:108px;
		width:100%;
	}
	
	#podNav, #podSubNav
	{
		background:#a7a440;
		border-bottom:solid 1px #fff;
		left:4px;
		padding:10px 0 8px 0;
		position:relative;
		width:946px;
	}
	
	#podNavLeft
	{
		margin:0 0 0 50px;
	}
	
	#podNavRight
	{
		float:right;
		padding:10px 20px 10px 0;
	}
	
	#podSubNav ul
	{
		list-style:none;
		margin:0 0 0 50px;
		padding:0;
	}
	
	#podSubNav ul li
	{
		float:left;
		margin:0 30px 0 0;
		padding:0;
	}
	
	#podBody
	{
		border-top:solid 16px #a7a440;
		left:4px;
		padding:40px 0 40px 0;
		position:relative;
		width:946px;
	}
	
	#podBody2
	{
		left:4px;
		padding:40px 0 15px 0;
		position:relative;
		width:946px;
	}
	
	#podPage
	{
		margin: 0;
		position:relative;
		width:100%;
	}
	
	#podBodyPadding
	{
		padding:0 23px 0 50px;
	}
	
	#fullbackBodyFullContent
	{
		margin-right: 90px;
	}
	
	
	#byoBTNContainer
	{
		text-align:right;
		width:100%;
	}
	
	#podFooter
	{
		background:#a7a440 url(/images/footer_BG.gif) no-repeat;
		float:none;
		height:41px;
		margin:0 auto;
		text-align:left;
		width:954px;
	}
	
	#podFooter .left
	{
		padding:10px 0 0 20px;
	}
	
	#podFooter .right
	{
	}
	
	#podCopyright
	{
		padding:20px 0 0 20px;
	}
	
	.podButton
	{
		cursor:pointer;
		float:left;
	}
	
	.podButtonMiddle
	{
		background:url(/images/ssButtonMiddle.png) top left repeat-x;
		height:57px;
	}
	
	.podButtonMiddle span
	{
		position:relative;
		top:16px;
	}
	
	.podNavButton, .podNavButton2
	{
		cursor:pointer;
		float:left;
		margin-right:12px;
	}
	
	.podNavButtonMiddle
	{
		background:#554f37;
		height:32px;
	}
	
	.podNavButtonMiddle2
	{
		background:transparent url(/images/podNavButtonMiddle2.png) repeat-x;
		height:32px;
	}
	
	.podNavButtonMiddle span, .podNavButtonMiddle2 span 
	{
		position:relative;
		top:8px;
	}
	
	.podBTNPaddingRight
	{
		padding:0 167px 40px 80px;
	}
	
	input.inputBox
	{
		width:175px;
	}
	
	.termsAndConditions
	{
		height:101px;
		margin-top:10px;
		width:356px;
	}
	
	.floatRight
	{
		float:right;
	}
	
	.clear
	{
		clear:both;
	}
}

@media print
{
	body
	{
		margin:0;
		padding:0;
		text-align:center;
	}
	
	img
	{
		border:0;
	}
	
	img.imgFix
	{
		margin-bottom:-3px;
	}
	
	div
	{
		float:left;
	}
	
	:focus  /* Safari, Firefox fix */ 
	{
		outline: 0;
	}
	
	#podContainer
	{
		text-align:left;
		width:650px;
	}
	
	.JabberWocky
	{
		display:none;
	}
	
	#podHeader
	{
		display:none;
	}
	
	#podNav, #podSubNav
	{
		display:none;
	}
	
	#podBody
	{
		border-top:solid 16px #a7a440;
		padding:20px 0 20px 0;
		position:relative;
		width:650px;
	}
	
	#podBody2
	{
		padding:20px 0 15px 0;
		width:650px;
	}
	
	#podPage
	{
		margin: 0;
		width:100%;
	}
	
	#podBodyPadding
	{
		padding:0;
	}

	
	#byoBTNContainer
	{
		text-align:right;
		width:100%;
	}
	
	#podFooter
	{
		height:41px;
		margin:0 auto;
		text-align:left;
		width:650px;
	}
	
	#podFooter .left
	{
		padding:10px 0 0 20px;
	}
	
	#podFooter .right
	{
	}
	
	#podCopyright
	{
		padding:20px 0 0 20px;
	}
	
	.podButton
	{
		display:none;
	}
	
	.podNavButton, .podNavButton2
	{
		display:none;
	}
	
	input.inputBox
	{
		width:175px;
	}
	
	.termsAndConditions
	{
		height:101px;
		margin-top:10px;
		width:356px;
	}
	
	.clear
	{
		clear:both;
	}
}