body  {
		background-color: #ccc;
		color: #000;
      }

#container
		 {
		 position:relative;
		 left:410px;
		 top:20px;
		 } 
/* Sets container for page */

.bg {        
    padding-top: 50px;
    height: 50px;    
    width:750px;
    /* padding-top & height combines banner and title */
    background-image: url("images/head.gif");
    background-repeat: no-repeat;
	 }
/* Sets banner background image */

#logo	  {      
		  position: relative;	  
      	  left: 0px;
      	  top: -50px;
      	  height: 5em;
      	  width: 15em;
		  float: left;		   	  
		  }
		  
img {  
	border-style: none; /* removes border around logo */
	}

#nav {
      position: relative;
      left: -183px;
      top: 5px;      
      }
/* Sets nav menu */

.title {
       width:700px;		
			padding-top: 30px;
			padding-left: 50px;
			font-family: Arial, Helvetica, sans-serif;
			text-align: center;
			font-size: 120%;
			font-weight: bold;
			color: #000000;
			background-color: #ffffff;
			}
/* Sets title */

div.gray {
			width: 630px;
			padding-top: 20px;
			padding-bottom: 80px;
			padding-left: 25px;
			background-color: #8e9fa8;
			color: #000000;
         border-style: solid;
			border-width: 1px;
			}
/* Sets gray block inside */

div.border {
			width:700px;		  
			  padding-top: 30px;
			  padding-left: 50px;
			  background-color: #ffffff;
			  }
/* Sets white block outside gray block */

.p A:link {
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: 80%;
			 font-weight: bold;
			 color: #ffffff;
			 background-color: #8e9fa8;
			 margin-left: 50px;
			 }

.p A:active {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 80%;
				font-weight: bold;
				color: #ffffff;
				background-color: #8e9fa8;
				margin-left: 50px;
				}

.p A:hover {
			  font-family: Arial, Helvetica, sans-serif;
			  font-size: 80%;
			  font-weight: bold;
			  color: #000000;
			  background-color: #8e9fa8;
			  margin-left: 50px;
			  }

.p A:visited {
				 font-family: Arial, Helvetica, sans-serif;
				 font-size: 80%;
				 font-weight: bold;
				 color: #000000;
				 background-color: #8e9fa8;
				 margin-left: 50px;
				 }
/* Sets the small text font links */

div.p {
	display: inline;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
	background-color: #8e9fa8;
	}
/* Sets the main paragraph text */

div.copy {      
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 70%;
		text-align: center;
		padding-top: 50px;
		width:750px;
		color: #000000;
		background: #ffffff;
		}
/* Sets the copyright text */
