
/* FORCES THE TABLE TO 100% BROWSER HEIGHT --------------------------------- */

html, body, #container {
		height: 100%;
		width: 100%;
		text-align: center;
		vertical-align: middle;
		}


/* BODY ELEMENT, ELIMINATES 'PADDING' BY BROWSERS AND SETS BLUE COLOR ---- */

body		{
		height: 100%;
		width: 100%;
		margin: 0px;
		padding: 0px;
		border: 0px;
		text-align: center;
		vertical-align: middle;
		background-color: #003366;
		scrollbar-face-color: #000000;
		overflow: auto;
		}

/* GENERAL FORMATTING ------------------------------------------------------ */

h1		{
		font-family: "Verdana", "Geneva", "Helvetica", "Sans-Serif";
		font-weight: bold;
		font-size: 18px;
		color: #FF9966;
		margin-bottom: 10px;
		}
		h4		{
		font-family: "Verdana", "Geneva", "Helvetica", "Sans-Serif";
		font-weight: bold;
		font-size: 14px;
		color: #FF9966;
		margin-bottom: 10px;}

h6 {color: #ec008c; font-weight: bold; font-size: 14px;  font-family: "Verdana", "Helvetica", sans-serif; text-align: center;}
h2 {color: #000000; font-weight: bold; font-size: 14px;  font-family: "Verdana", "Helvetica", sans-serif; text-align: center;}

h3 {color: #000000; font-weight: bold; font-size: 10px;  font-family: "Verdana", "Helvetica", sans-serif; text-align: left;}
p		{
		margin-top: 8px;
		margin-bottom: 8px;
		
		}

a		{
		color: #6699cc;
		margin: 0px;
		padding: 0px;
		text-decoration: none;
		font-weight: bold;
		}

a:hover		{
		color: #000;
		}

#content	{
		margin: 0px;
		padding: 0px;
		height: 400px;
		width: 720px;
		text-align: center;
		vertical-align: top;
		background-color: #FFFFFF;
		}

.textcontent	{
		font-family: "Verdana", "Palatino", "Serif";
		font-size: 11px;
		}

#background	{
		background-image: url(photos/watermark.JPG);
		background-repeat: no-repeat;
		background-position: center center;
		}

#fact_title p	{
		font-family: "Verdana", "Geneva", "Helvetica", "Sans-Serif";
		font-weight: bold;
		font-size: 12px;
		margin: 0px;
		margin-left: 5px;
		}

#fact_file	{
		border: 2px solid #000000;
		vertical-align: middle;
		}		

/* FORMATTING OF NAVIGATION ELEMENTS --------------------------------------- */

.button		{
		display: block;
		padding-top: 3px;
		}

#imglink	{
		border: solid #000;
		border-width: 1px 0px;
		}

#links1 .bordered a{
		display: block;
		width: 100%;
		height: 22px;
		font-family: "Verdana", "Geneva", "Helvetica", "Sans-Serif";
		font-weight: bold;
		font-size: 14px;
		color: #ec008c;
		text-decoration: none;
		}

#links1 .bordered a:hover{
		background-color: #003366;
		}

#links2 a	{
		display: block;
		width: 100%;
		height: 22px;
		font-family: "Verdana", "Geneva", "Helvetica", "Sans-Serif";
		font-weight: bold;
		font-size: 14px;
		color: #000;
		text-decoration: none;
		width: 100%;
		}

#links2 a:hover	{
		background-color: #fdf064;
		}

#links3		{
		font-family: "Verdana", "Geneva", "Helvetica", "Sans-Serif";
		font-size: 14px;
		color: #000;
		}

table.navigation_bar	{
		margin: 0px;
		padding: 0px;
		text-align: center;
		vertical-align: middle;
		}

.bordered	{
		border: solid #000;
		border-width: 1px 0px 1px 1px;
		vertical-align: middle;
		}

.bordered2	{
		border: solid #000;
		border-width: 0px 0px 1px 1px;
		}
	


/* FORMATTING FOR THE ALTERNATIVE TEXT LINKS ------------------------------- */

#alternate	{
		text-align: center;
		margin-top: 3px;
		font-size: 11px;
		font-family: "Verdana", "Palatino", "Times New Roman", "Times", "Serif";
		color: #999;
		}

#alternate a	{
		color: #CCC;
		}

#alternate a:hover{
		color: #fff;
		}
