/*  CSS   */

/*  Body & Link Attributes */

body		  {background-color:black;
				   font-family: Arial, sans serif
	          }
a:link		 {text-decoration: none;
				 color: blue
				 }
a:visited	{text-decoration: none;
				 color: #0066FF
				}
a:hover 	{text-decoration: underline

				
				}
a:active	{color:blue;
				 text-decoration: none
				}
/* Default attributes of text blocks and tables */
p, table, div   {	margin-left: 5;
                	color: white; 
                	font-family: Arial, sans serif;
			font-weight: bold;
			font-size:  16px
               }

			  
/* Borders for images that use them */

img      {border:1px solid black 
               	       
	   } 

img.borderimage{
                               border:1px solid black;
                              margin-left:60px

/* margin offsets */
p.indented
             { 
               margin-left: 160px
              } 
			  
p.indentedmore
             { 
               margin-left: 60px
              } 
			  

                           }
/* Header formatting */
h3, h4        {  color: blue;
                font-family: "Times New Roman, Times, serif";
				font-weight: bold;
				margin-left:15px
              }
h4		  { display:inline-block;
		  }

/* horizontal rules (color only works in MSIE) */
hr           { noshade;
	       color: blue
	     }	

/* ******* Navbar */
#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #01017E;
color: #FFF;
width: 100%;
font: normal 70% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #01017E;

color: #FFF;
padding: .2em 1em;
border-right: 1px solid blue;
}

li a:hover
{
background-color: #369;
color: #fff;
}
		
p.copyright	{
		  margin-left:70px;
		  font-size:10px;
		  font-weight:normal;
		}
               



