/* OVERALL SITE */

body {
	background-color: #5C6A8E;
	margin: 0 auto; 		
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	margin-top: 15px;
	margin-left: 20px;
	}	
			
h4 { /* Durcon text on index page */
	padding-left: 75px;		
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.7em;	
	}
	
h5 { /* Durcon text on index page */	
	padding-left: 1px;			
	font-size: 1em;
	text-align: left;
	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/royallogo.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/royalside.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: 605px;
	
    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-color: #F6F7FD;
  	position: absolute;
	top: 176px;
	left: 20px;
	width: 439px;
	height: 575px; 

	padding-left: 300px;
	padding-right: 15px;
	padding-top: 30px;
	
	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 {
	background-color: #F6F7FD;
	position: absolute;

	font-weight: bold;
	text-align: justify;
	}