/*==============================================================================

	GRC multi-level script-free pure-CSS menuing system stylesheet.
   This code is hereby placed into the public domain by its author
   Steve Gibson. It may be freely used for any purpose whatsoever.

	Computed Geometries:	with a default 12px font, 1.0em == 12px and
	1px == 0.08333em.
	Thus, our 98px wide Freeware & Research buttons are 8.166666em wide.

==============================================================================*/

/*====== GLOBAL OVERRIDES FOR MAJOR ITEMS AND DIFFERING BROWSER DEFAULTS =====*/

body { color:white; background:#161618; font-family: verdana, tahoma, arial, helvetica, sans-serif, MS Sans Serif; }
body, table, img, button, iframe, ul, li  { margin:0; padding:0; border:0; }
table { text-align:left; }
iframe { width:0; height:0 }

ul { margin-left:20px; }       /* kill default 50px left padding and set 20px */
li { margin-bottom:1em; }          /* set default inter-item vertical spacing */
.tightlist li { margin-bottom:0.25em; }     /* tighter list for simple bullets */


/* our default page-width div */
.pagecontainer { width:92%; text-align:left; font-size:10pt;}


/* suppress our whole menu when not an interactive mode (when printing, etc.) */
@media print, projection { .menuminwidth0 { d\isplay:none; } }



/* Header & Footer */

#header {
    width: 765px;
    height: 120px;
}

#headfoot {
    height: 25px;
}


/* Outline */

#outline {
    width: 765px;
    text-align: left;
    background: black;
    margin: 0 auto;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    }



/* Links */
a {
    color: red;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



/* Text */
	
#text {           /* the Mac's standard Safari browser will not see this code */
	height:1.215em;#           /* ...  but every other browser will and should */
} /* Safari barfs on the illegal pound sign (#) after the rule's property val */



p{
	font-family: arial;
	font-size: 10pt;
	color: white;
	margin: 0;
    padding: 0;
	}

h1 {
	font-size: 11pt;
	color: white;
    margin: 0;
    padding: 0;
    font-family: arial;
}

h2 {
	font-size: 10pt;
	margin: 0;
    padding: 0;
    font-family: arial;
}





/* Images */

	.images {
	float: center;
	margin: 4px;
	padding: 1px;
	background-color: white;
	border: 1px solid white;
	}

	.imageleft {
	float: left;
	margin: 4px;
	padding: 1px;
	background-color: white;
	border: 1px solid white;
	}

