/* OVERALL SITE */

body {
	background-color: #7C5E44;
	margin: 0 auto; 		
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	margin-top: 15px;
	margin-left: 20px;
	}	
	
h4 { /*content title*/		
	line-height: .5em;
	font-size: 1.5em;
	text-align: center;
	text-decoration: underline;
	}
		
p { 	
	padding-left: 25px;	
	padding-right: 40px;
	font-size: 1em;
	text-align: justify;
	line-height: 1.5em;	
	font-weight: normal;
	}
	
hr { 
	width: 475px; 
	margin-left: auto;
	margin-right; auto;
	}
	
h3 { /*revision note*/		
	line-height: 1.7em;
	font-size: 1.25em;
	text-align: left;
	text-decoration: none;
	}
	
h1 { 	
	padding-left: 25px;	
	padding-right: 40px;
	font-size: 1em;
	text-align: center;
	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/brownlogo.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 {
   	background: url(/images/topnavgradient.jpg) repeat;
	position: absolute;
	top: 149px;
	left: 20px;
	height: 25px;
    width: 750px;	
	    
    border-top: solid #000 1px;	
    border-bottom: solid #000 1px;	
    border-right: double #000 4px;
    border-left: double #000 4px;
	}

#sidenavbar { 	
   	background: url(/images/brownside.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: 870px;
	
    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/brownbk.jpg) repeat;
  	position: absolute;
	top: 176px;
	left: 20px;
	width: 519px;
	height: 850px;
		 
	padding-left: 220px;
	padding-right: 15px;
	padding-top: 20px;
	
	border-right: double #000 4px;
	border-bottom: double #000 4px;
		
	font-size: .75em;
	text-decoration: none;  
	}
	
#content a:link, #content a:visited {
	color: #1C52ED;
	text-decoration: underline;
	}
	
#footer {	
	position: relative;
	padding-top: 20px;	
	font-weight: normal;
	text-align: center;
	}
	
#footer a:link, #footer a:visited {
	color: #1C52ED;
	text-decoration: underline;
	}
