
/****************** Title Table ******************/
table.Title
	{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;

	width: 800px;

	}

th.Title
	{
	font-size: 20px;

	vertical-align: baseline;
	}

td.Title
	{
	font-size: 12px;

	vertical-align: baseline;
	}


/****************** Navigation Table ******************/

table.Navigation
	{
	position: absolute;
	left: 10px;
	top: 100px;
	z-index: 1;

	width: 200px;
	padding: 0;
	}

td.Navigation
	{
	text-align: center;
	background-color: white;

	padding: 3px;

	border-width: 1px;
	border-color: #000000;
	border-style: solid;

	/*
	border-top-width: 2px;
	border-top-style: thin;
	border-top-color: #000000;

	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	*/
	}

a.Navigation
	{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

/****************** Content Table ******************/

table.Content
	{
	position: absolute;
	left: 275px;
	top: 150px;

	width: 524px;
	height: 400px;

	background: white;

	empty-cells: show;
	/*	
	border-width: 2px;
	border-style: double;
	border-color: #000000;*/
	}

td.ContentText
	{
	vertical-align: top;
	width: 500px;

	padding: 10px;

	border-right-width: 2px;
	border-right-style: double;
	border-right-color: #000000;

	border-left-width: 2px;
	border-left-style: double;
	border-left-color: #000000;
	}

a.ContentSection
	{
	white-space: nowrap;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;

	color: #000000;
	}

table.ContentSection
	{
	empty-cells: show;

	width: 100%;
	}

td.ContentSection
	{
	vertical-align: bottom;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}


/****************** Body Styles ******************/

body
	{
	color: #000000;
	background: #808080;
	}

a:link, a:focus,a:active, a:hover, a:visited
	{ 
	color: #000000;
	}

/*
p
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	}
*/

h1,h3,h6
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	}

h2,h4,h5 
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	}


tr
	{
	border-color: #000000;
	}

/*td
	{
	background-color: #00FFFF;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 3px;
	}*/

/****************** Legal ******************/
a.CreditsLink
	{
	color: #A2C7A6;
	font-size: smaller;
	font-weight: bold;
//	font-variant: small-caps;
	}

a.LightLegal
	{
	color: black;
	font-size: smaller;
	font-weight: bold;
	}

a.DarkLegal
	{
	color: #000000;
	font-size: smaller;
	font-weight: bold;
	}

a.Emergency
	{
	color: red;
	}

.example
	{
	font-weight: bold;
	}

/****************** Resources (Books/Websites) ******************/

th.Resources
	{
	font-weight: bold; 
	background-color: #000000;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	}

table.Resources
	{
	border-style: double;
	border-width: 2px;
	border-color: black;
	width: 500px;
	}

ul.Dunno
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	list-style-type: square;
	}

/*ol
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}*/

img
	{
	border-color: #000000;
	}


/****************** Privacy Policy ******************/

body.Privacy
	{
	color: black;
	}

a.PrivacyHeading
	{
	font-weight: bold;
	font-size: 18pt;
	}

a.PrivacySection
	{
	font-weight: bold;
	font-size: 14pt;

	text-decoration: underline;
	}

a.PrivacySubsection
	{
	font-weight: bold;
	text-decoration: underline;
	}

/****************** Contact Table ******************/

table.Contact
	{
	position: absolute;
	left: 5px;
	top: 600px;

	width: 100px;
	height: 50px;

	background: white;

	empty-cells: show;
	/*	
	border-width: 2px;
	border-style: double;
	border-color: #000000;
	}

td.ContactText
	{
	vertical-align: top;
	width: 524px;

	padding: 10px;

	border-right-width: 2px;
	border-right-style: double;
	border-right-color: #000000;

	border-left-width: 2px;
	border-left-style: double;
	border-left-color: #000000;
	}

a.ContactSection
	{
	white-space: nowrap;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;

	color: #000000;
	}

table.ContactSection
	{
	empty-cells: show;

	width: 100%;
	}

td.ContactSection
	{
	vertical-align: bottom;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}