/* comment */
/* background-image:url("blond.jpg"); */

body		{background-color: #000000;
		 background-attachment: fixed;
		 margin: 0em;
		}

td		{COLOR: #ffffff;
		 FONT-FAMILY: Verdana, sans-serif;
		 FONT-SIZE: 12;
		 font-weight: normal;
                 border-width: 1;
		}

td.main		{background-image:url("redcrust.jpg");
		 COLOR: #ffffff;
		 FONT-FAMILY: Verdana, sans-serif;
		 FONT-SIZE: 14;
		 font-weight: bold;
                 border-width: 1;
		}

td.lefthead	{color: #FFFF00;
                 background-color: #000000;
		 font-family: Verdana, sans-serif;
		 font-size: 12;
		 font-weight: normal;
                 border-width: 1;
		}

td.leftnav	{color: #ffffff;
                 background-color: #696969;
		 font-family: Verdana, sans-serif;
		 font-size: 12;
		 font-weight: normal;
                 border-width: 1;
		}

td.leftcol	{color: #ffffff;
                 background-color: yellow;
		 font-family: Verdana, sans-serif;
		 font-size: 1;
		 font-weight: normal;
                 border-width: 1;
		}

td.heading	{COLOR: #FFFF00;
		 FONT-FAMILY: Verdana, sans-serif;
		 FONT-SIZE: 1.4em;
		 font-weight: bold;
                 border-width: 1;
		}

h1		{COLOR: #FFFF00;
		 FONT-FAMILY: Verdana, sans-serif;
		 FONT-SIZE: 1.6em;
		 font-weight: bold;
                 border-width: 1;
		}

td.blurb	{COLOR: #FFFF00;
		 FONT-FAMILY: Verdana, sans-serif;
		 FONT-SIZE: 13;
		 font-weight: bold;
                 border-width: 1;
		}




a:link 	       	{color: #ffffff ; text-decoration:none;}     /* unvisited link  */
a:visited       {color: #ffffff ; text-decoration:none;}     /* visited link    */
a:hover         {color: #FF0000 ; text-decoration:none;}     /* mouse over link */
a:active        {color: #ffffff ; text-decoration:none;}     /* selected link   */

a.1:link 	{color: #ffffff ; text-decoration:none;}     /* unvisited link  */
a.1:visited     {color: #ffffff ; text-decoration:none;}     /* visited link    */
a.1:hover       {color: #FFFF00 ; text-decoration:none;}     /* mouse over link */
a.1:active      {color: #ffffff ; text-decoration:none;}     /* selected link   */


.black          {background-color: #000000; 
                } 

.yellow         {background-color: #ffff00; 
                } 

.red            {background-color: red; 
                } 

/* New nav styles */ 

#navstyle               {font-size: 1em;
                         color: #FFFF00; } 

#navstyle h1            {text-align: left; 
                         font-size: 100%; 
                         color: #FFFFFF; 
                         padding: 5px; 
                         margin: 5px 0 0 0; 
                         background: #000000; 
                         border-bottom: 1px solid #000;} 

#navstyle h2            {text-align: left; 
                         font-size: 100%; 
                         color: #ffffff; 
                         padding: 5px; 
                         margin: 5px 0 0 0; 
                         background: #000000; 
                         border-bottom: 1px solid #000;} 

#navstyle ul            {color: #000; 
                         margin: 0; 
                         padding: 5px; 
                         background: #000000; 
                         border-left: 1px solid #000000; 
                         border-right: 1px solid #000000; 
                         border-top: 1px solid #000000; 
                         border-bottom: 1px solid #000000;} 

#navstyle li            {display: inline; 
                         padding: 0; 
                         margin: 0;} 

#navstyle a             {padding: 2px; 
                         margin: 2px; 
                         color: #FFFF00; 
                         display: block; 
                         border: 1px solid #000000 ; 
                         background: #000000; 
                         text-decoration:none;} 

#navstyle a:hover       {color: #ffffff; 
                         background: #000000; 
                         border: 1px solid #FF0000;} 


