/*\*//*/
	body
	{
		font-family: helvetica, arial, sans-serif;
		font-size:12px;
		margin: 10px 50% 0 50%;
		height: 3000px;
	}
	
	div.page
	{
		background-image:url(images/background.jpg);
		background-position:top left;
		background-repeat:repeat-x;
		margin-left: -380px;
		position: relative;
		height: 3000px;
		width: 760px;
	}
	
	.screen
	{
	}
	
	.print
	{
		display:none;
	}
/**/

@media screen
{
	body
	{
		font-family: helvetica, arial, sans-serif;
		font-size:12px;
		margin: 10px 50% 0 50%;
		height: 3000px; /* Try and have scrollbars for all pages to stop the centering from jumping around */
	}
	
	div.page
	{
		background-image:url(images/background.jpg);
		background-position:top left;
		background-repeat:repeat-x;
		margin-left: -380px;
		position: relative;
		height: 3000px;
		width: 760px;
	}	/* This div combined with the margin declared in the body fixes IE's inability to deal with margin: 0 auto 0 auto */
	
	.screen
	{
	}
	
	.print
	{
		display:none;
	}
}

@media print
{
	body
	{
		font-family: helvetica, arial, sans-serif;
		font-size:12px;
	}
	
	div.page
	{
	}
	
	.screen
	{
		display:none;
	}
	
	.print
	{
	}
}

.pageInset
{
	position:absolute;
	top:41px;
	left:105px;
	width:655px;
	height:459px;
}

.darkBackground
{
	background-color:#1b435a;
	color:#fff;
}

.lightBackground
{
	background-color:#fff;
	color:#1b435a;
}

hr.vertNavBorder
{
	background-color:#fff;
	border:0;
	color:#fff;
	height:1px;
}

.vertNavLink
{
	color:#fff;
	text-decoration:none;
}

.vertNavSelectedLink
{
	color:#0f1c24;
	text-decoration:none;
}

.vertSubNavLink
{
	color:#1b435a;
	text-decoration:none;
}

.vertSubNavSelectedLink
{
	color:#0f1c24;
	text-decoration:none;
}

.horizNavBorder
{
	border-right:1px solid #fff;
}

.horizNav
{
	padding-left:5px;
	padding-right:5px
}

.horizNavLink
{
	color:#fff;
	text-decoration:none;
}

.horizNavSelectedLink
{
	color:#bbb;
	text-decoration:none;
}

a
{
	color:#1b435a;
}

img
{
	border-style:none;
}

p
{
	color:#1b435a;
	font-size:12px;
	line-height:120%;
	text-align:justify;
}

small
{
	font-size:11px;
}

table 
{
	border-collapse: collapse;
}

td
{
	padding: 0;
}