/* BODY AND CONTAINER */

		body {
			background-color: #ffffff;
			
			}

		#container {
			width: 751px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for 			the PCs */
			font-size: 12px;
			line-height: 1.6em;
			color: #ffffff;
			background-color: #475b8c;
			border: 4px solid #948979;
	
		}
		
/* GENERAL STYLES */
		
				

		h1 {
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #a72a16;
			margin-bottom: 30px;
			padding-left: 10px;
		}
		
        h2 {
			color: #ffffff;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #475b8c;
			padding-left: 10px;
		}
	
		
		a {
			color: #ffffff;
			text-decoration: none;
		}

		a:hover {
			color: #ffffff;
		}

		
		/*form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}*/
		
		input {
			background-color: #D1C9BE;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			/*padding: 3px;*/
		}
		
		.button {
			/*padding: 2px;*/
		}
		
/* IMAGES */		
		
		a img{
	  		BORDER-RIGHT: medium none;
    		BORDER-TOP: medium none;
    		BORDER-LEFT: medium none;
    		BORDER-BOTTOM: none;
    
    
	  	}

		img.left,img.center,img.right {
	  		padding: 6px;
	  		border: 1px dashed #D1C9BE;
	  		margin: 0px;
	  	}
	  /*The following was added by Janine so that text wraps around small pics */
	  	
		IMG.small {
    
    			FLOAT: left;
			MARGIN: 0px 6px 1px 0px;
			padding-bottom: 20px;
			padding-left: 10px;
			clear: left;
    
		}

		IMG.smallright {
    
			FLOAT: right;
			MARGIN: 0px 6px 1px 0px;
			padding-bottom: 20px;
			padding-left: 10px;
			clear: left;
			
    
    		}
		
		img.left {
	  		float: left;
	  		margin: 0 5px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
/* HEADER */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 1px;
			clear: both;
			margin-bottom: 10px;
			background-image: url(../images/jdheader_bg.jpg);
			background-color: #f2ecd6;
		}
		
		#header p { 
			/*margin-top: -20px;
			margin-left: 30px;*/
			color: #a72a16;
			font-size: 16px;
		}
		
/* NAVIGATION */

		/*
		.mentions {
			position: absolute;
			top : 300px;
			left : 10px;
			color: #000;
			background-color: #f2ecd6;
		}*/   


/* CONTENT */

		#content {
			
			color: #ffffff;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
            font-size: 12px;
            line-height: 1.6em;
            color: #ffffff;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom: 20px;

			/*margin-left: 180px;
			margin-right: 200px;*/
		}
		
		#content p {
			
			padding-bottom: 20px;
			padding-right: 20px;
			border-bottom: 1px dashed #ffffff;
			vertical-align: top;
			padding-left: 1px;
			
		}
		
		#content a {
			color: #000000;
			text-decoration: none;
			border-bottom: 1px dashed #66749A;	
			font-weight: 500;	
			
		}
		
		#content a:hover{
			color: #ffffff;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}
	
		


/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color: #f3ecd5;
			padding: 0px 5px 0px 5px;
			text-align: center;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}
		
		p.top
		 {
		 margin-top: 0px;
		 border-top: 0px;
		 text-align: top;
		 padding-top: 0px;
		 padding-bottom: 1px;
		 vertical-align: top;
		 
		 /* clear: left;*/
	
		 
		 }
		 
		 
		 a.newmenu {
		 	font-weight: bold;
			/*font-size: 12pt;*/
		 
		 }
		 
		#menubody {
			margin: 0;
			padding: 0;
			FONT: georgia, verdana, arial, sans-serif;
			

		}

		dl, dt, dd, ul, li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			/*font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;*/
		}
		
		
/* NAVIGATION */
	
		
		#navigation a:link, a:visited {
        		color: #ffffff;
        		
		}

		#navigation a:hover, a:active {
        		color: #FFF;
        		text-decoration: none;
       		}

		#navigation {
        		/*background: #f3ecd5; -- taken out by Janine to fix border 9/19/06*/
        		border-bottom: 0px;
        		margin: 1em 0 0;
        		padding: 0.6em 0 0;
        		font-weight: bold;
			font: 12px Georgia, sans-serif;
		}

		#navigation ul, #navigation ul li {
        		list-style: none;
        		margin: 0;
        		padding: 0;
		}

		#navigation ul {
        		padding: 5px 0 5px;
        		text-align: center;
		}

		#navigation ul li {
        		display: inline;
		}

		#navigation ul li a {
        		background: url(../images/tabgrey.gif) no-repeat;
			
        		text-decoration: none;
        		padding: 0px 0px 0px 0px;
        		margin: 0px 0 0px 0px;
		}
		#navigation ul li a:hover {
        		background: url(../images/tabred.gif) no-repeat;
			
        		text-decoration: none;
        		padding: 0px 0px 0px 0px;
        		margin: 0px 0 0px 0px;
		}

		#navigation ul li span {
        		background: url(../images/tabgrey.gif) no-repeat;
        		padding: 5px 5px 5px 5px;
        		margin: 0px 0 0px 0px;
		}

		#navigation ul li a:hover span {
        		background: url(../images/tabred.gif) no-repeat;
        		padding: 5px 5px 5px 5px;
        		margin: 0px 0 0px 0px;
        		}

		* html #navigation ul li a {
        		padding: 0;
		}
#c a
{
    COLOR: #ffffff;
    TEXT-DECORATION: none;
	font-size: 12px;
	
}
#c a:hover
{
    COLOR: #f2ecd6;
	TEXT-DECORATION: none;
}


