﻿
#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:468px;
  height: 100%;
  margin: auto;
  margin-top:20px;
  background-color:Black;
} 
a,
a:link,
a:active {
    color: silver;
	text-decoration:none;
}

a:visited {
	color: silver;
}

a:hover {
	color:white;
}

h1,p{padding-left:15px;}

#OutterBorder
{
  border: 3px solid Gray;
  width:472px;
}    


#SubPg 
{ 
  width:468px;
  border: solid 2px White;
  font-family:Sans-Serif;
  color: silver;  
}    

#NavMenu 
{
    margin:0;
    padding:0;
}

#NavMenu a,
#NavMenu a:link,
#NavMenu a:active 
{
    font-size:18px;
    font-family:Sans-Serif;
    color: silver;
	text-decoration:none;
}

#NavMenu a:visited {
	color: silver;
}

#NavMenu a:hover {
	color:white;
}


#Footer  
{
  width:468px;
    font-size: 10pt; 
    color:Silver; 
}
    




   
#Footer a,
#Footer a:link, 
#Footer a:active {
	color: silver;
	text-decoration:none;
}

#Footer a:visited {
	color: silver;
}

#Footer a:hover {
	color:white;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

.style2
{
    vertical-align:top;
}
.style3
{
    vertical-align:top;    
}
.style4
{
    vertical-align:top;    
}

