/* Re-edited by Kami */

body   {
			font-family:				georgia, lucida, verdana, Tahoma, sans-serif;
		 	font-size:					12pt;
			color:						#111111;
			background-color:			#FFFFFF;
/*
	Not standard - Only in IE and Opera

			scrollbar-face-color:		#e7e0c1;
			scrollbar-arrow-color:		#111100;
			scrollbar-track-color:		#e7e0c1;
			scrollbar-shadow-color:		#889900;
			scrollbar-highlight-color:	#889900;
			scrollbar-3dlight-color:	#889900;
			scrollbar-darkshadow-Color:	#111100;
*/			
			
			background-attachment:		 fixed;
		}
		
p		{
			line-height:	150%;
			margin-left:	10px;
		}
		
li      { 	line-height:	150%;
        }	
		
h3		{
			margin-left:	10px;
		}
		
img		{
			margin-right:	10px;
			margin-left:	10px;
		}
	
a		{
			color:			#000080;
			text-decoration:underline;
		}
		
a:hover {
			color:			#000080;
			text-decoration:underline
		}
		
h4		{
			color:			#707070;
		}

table	{
			border:			2px groove #DFDFDF;
			width:			100%;
			text-align:		justify;
			color:			#111100;
			background:		#e7e0c1;
		}
		
div 	{ 
			text-align:		left 
		}		
		
div.header_container {
			margin:				0px 0px 0px 0px;
			height:				55px;
			width:				755px;
			border-style:		outset outset outset outset; 
			border-width:		4px;
			background-image:	url(../images/jhbackg.jpg);
			background-repeat:	no-repeat;
			max-height:			55px;
			max-width:			750px;
		}
		
div.header_containerch {
			margin:				0px 0px 0px 0px;
			height:				55px;
			width:				755px;
			border-style:		outset outset outset outset; 
			border-width:		4px;
			background-image:	url(../images/chheaderbg.jpg);
			background-repeat:	no-repeat;
			max-height:			55px;
			max-width:			750px;
		}
				
div.header_containerhh {
			margin:				0px 0px 0px 0px;
			height:				55px;
			width:				755px;
			border-style:		outset outset outset outset; 
			border-width:		4px;
			background-image:	url(../images/headerbg.jpg);
			background-repeat:	no-repeat;
			max-height:			55px;
			max-width:			750px;
		}
		
div.main_container {
			display:		table;
			position:		relative;
			margin:			0px 0px 0px 0px;
			width:			750px;
			max-width:		750px;
		}

div.menu_container {
			float:			left;
			margin:			0px 0px 0px 0px;
			width:			160px;
		}
		
div.content_container {
			width:			600px;
		}
