/*
primary layout
*/

body
{
	color: black;
	background-color: white;
	font: 10pt/18pt Verdana, Arial, sans-serif;
	text-align: left;
}

div.clear { clear: both; }

div#splashwholepage
{
	display: block;
	margin: 1in;
	padding: 5pt;
	border: 2pt #ddd solid;
}

div#wholepage { margin: 1in; }

div#headertag { display: none; }

/*
navigation and rollover captions
*/

div#leftcontentbox { display: none; }

/*
images and text copy
*/

div#rightcontentbox
{
	display: block;
	width: 6in;
}

div#photobox { display: none; }

div#maintextcopy
{
	display: block;
	margin-top: 0.4in;
	margin-bottom: 0.4in;
}

div#maintextcopy ul
{
	margin: 0;
	list-style-type: none;
	padding-left: 15pt;
}

div#maintextcopy li
{
	margin-top: 12pt;
	margin-left: 0;
}

img { border: 0; }

a
{
	border: 0;
	text-decoration: underline;
	font-weight: bold;
	color: #798;
}

strong
{
	font-style: normal;
	font-weight: bold;
	color: #333;
}

em
{
	font-style: italic;
	font-weight: normal;
}

address { font-style: normal; }

div#footer { display: none; }


