/* OVERALL SITE */

body {
	background-color: #616161;
	margin: 0 auto; 		
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 15px;
	margin-left: 20px;
	color: #000;
	}	
	
p { 	
	padding-left: 30px;	
	padding-right: 30px;
	font: 1em;
	text-align: justify;
	line-height: 1.5em;	
	font-weight: normal;
	}
	
/* LINKS */  /*affects all links unless otherwise specified */

a:link, a:visited {
	color: #353535;
	}
a:hover {
	color: #666666;
	}

#header {
   	background: url(/images/silverlogo.jpg) no-repeat 2% 45% white;	
   	height: 130px;
	width: 750px;
    border-right: double #000 4px;
    border-left: double #000 4px;
    border-top: double #000 4px;
    border-bottom: solid #000 1px;
	}

#topnav { 	/* general content */
   	background: url(/images/topnavgradient.jpg) repeat;
	position: absolute;
	top: 149px;
	height: 25px;
    width: 750px;	
    left: 20px; 	
    border-top: solid #000 1px;	
    border-bottom: solid #000 1px;	
    border-right: double #000 4px;
    border-left: double #000 4px;
	}

#sidenavbar { 	
   	background: url(/images/silverside.jpg) repeat;
 	
	position: absolute; 	/* absolute means exact placement, in this case, upper left of content area */
	top: 0px; 				/* uses this number for the absolute placement of sidenavbar area */
	left: 0px; 				/* uses this number for the absolute placement of sidenavbar area */
	width: 204px;	 		
	height: 830px;
	
    border-right: solid 1px;
    border-bottom: double #000 4px;
    border-left: double #000 4px;
	
	font-weight: bold;
	line-height: 2.5em;
	text-align: left;
	}
#sidenavbar ul {	/* the lists */
	margin-top: 20px;
	margin-left: 25px;
	padding: 0;
	}
#sidenavbar ul li { /* affect the list or menu items */
	list-style-type: none;  /* this removes the bullets on the lists */
	display: block;
	}	
#sidenavbar ul li a:link, #sidenavbar ul li a:visited {
	color: #353535;
	text-decoration: none;
	}
#sidenavbar ul li a:hover {
	color: #000;
	text-decoration: underline overline;
	font-size: bold;
	}

#content {
   	background: url(/images/silverbk.jpg) repeat;   	
   	 
  	position: absolute;
	top: 176px;
	left: 20px;
	width: 459px;
	height: 790px;
	
	padding-left: 250px;
	padding-right: 45px;
	padding-top: 40px;
	border-right: double #000 4px;
	border-bottom: double #000 4px;
		
	font-size: .75em;	
	text-align: justify;
	text-decoration: none;  	
	}
	
#content a:link, #content a:visited {
	color: none;
	text-decoration: none;
	}

#footer {
	position: relative;
	padding-top: 20px;	
	font-weight: normal;
	text-align: center;
	}
	
#footer a:link, #footer a:visited {
	color: #1C52ED;
	text-decoration: underline;
	}
