/* Colors
99FF00 - bright green
CCFF66 - light greenish yellow
CC9900 - medium orangish brown
999999 - medium gray
3366FF - medium blue
00CCCC - light greenish blue
DAFEC2 - light green
33FF00 - medium green
FF9900 - medium orange
F66E30 - Omaha orange
C3CFE5 - light blue
*/

/*Default Defenitions  */

	html {
		margin: 3px;
		padding: 3px;
		
		}


	body {
		background-color: #003399; /*  */
		min-width: 640px;
		}
	
	h2 {
		font-family: courier new, courier, mono;
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		}

	h3 {
		font-family: courier new, courier, mono;
		font-size: 16px;
		font-weight: bold;
		color: #003399;
		}
		
	h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		}

	h5 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		}

	p {
		font-size: 14px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

	a {
		font-weight: bold; 
		font-size: 14px;
		letter-spacing: 0.1em;
		}
	
	ol {
		font-size: 14px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
	ul {
		font-size: 14px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}


	li {
		margin-top: .5em;
		margin-bottom: .5em;
		}
		
	a:link {
		color: #FFCC99;
		text-decoration: underline;
		}

	a:visited {
		color: #FF6600;
		text-decoration: underline;	
		}

	a:active {
		color: #CC9966;
		text-decoration: underline;
		}
	
	a:hover {
		color: #CC9966;
		text-decoration: none;	
		}


/* Index Definitions */

	#index {
		background-image:url(/-graphics/bkgrd-0.jpg);
		background-repeat:repeat;
		width: 640px;
		min-width: 640px;
		height: 100px;
		clear: both;		
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: both;
		
		}
	
	#index table {
		 border: 2px solid #E3A375;
		 }
		 
	#index table table {
		 border: none;
		 }
		
	#index p {
		color:#F9E1B0;
		font-size:16px;
		font-family:Arial, Helvetica, sans-serif;
		}

/* Secondary Definitions */
	
	#second {
		background-image:url(/-graphics/bkgrd-1.jpg);
		background-repeat:repeat;
		width: 640px;
		min-width: 640px;
		height: 100px;
		clear: both;		
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: both;
		
		}
	
	#second table {
		 border: 2px solid #E3A375;
		 background-image:url(/-graphics/bkgrd-1.jpg);
		 background-repeat:repeat-y;
		 }
	#second table table{
		 border:none;
		 }
	#second h3 {
		padding: 3px;
		}
			
	#second p {
		padding: 3px;
		}
		
	#second a:link {
		color: #FF9900;
		text-decoration: underline;
		}
