
		body{
			background-color: rgb(102,102,102);
			background-image: url(images/background_repeat_2.jpg);
			font-family: Lucida;
			color: rgb(77,79,99);
		}
		.table_shell{
			border-bottom: solid 2px rgb(52,53,66);
			border-right: solid 2px rgb(52,53,66);
			background-color: rgb(204,204,204);			
		}
		.td_shell{
			border: solid 2px rgb(77,79,99);
			background-color: rgb(204,204,204);
	
		}
		/*LEVEL 1 NAVIGATION */
		.table_nav_level_1{
			font-size: 14px;
			font-weight: bold;
		}
		.td_nav_level_1{
			font-size: 14px;
			font-weight: bold;
		}
		.td_nav_level_1 a {
			font-size: 14px;
			font-weight: bold;
			color: rgb(77,79,99);
			text-decoration: none;
		}
		.td_nav_level_1 a:visited{
			color: rgb(77,79,99);
			font-weight: bold;
		}
		.td_nav_level_1 a:active{
			color: rgb(77,79,99);
			font-weight: bold;
		}
		.td_nav_level_1 a:hover {
			color: rgb(0,0,0);
			font-weight: bold;
		}
		.td_nav_level_1 a span{
			font-size: 12px;
			font-weight: bold;
		}
		
		
		/*FOOTER NAVIGATION */
		.table_footer{
			font-size: 12px;
		}
		.td_footer{
			font-size: 12px;
		}
		.td_footer span{
			font-size: 11px;
		}
		.td_footer a {
			font-size: 12px;
			font-weight: bold;
			color: rgb(77,79,99);
			text-decoration: none;
		}
		.td_footer a:visited{
			color: rgb(77,79,99);
			font-weight: bold;
		}
		.td_footer a:active{
			color: rgb(77,79,99);
			font-weight: bold;
		}
		.td_footer a:hover {
			color: rgb(0,0,0);
			font-weight: bold;
		}
		.td_footer a span{
			font-size: 11px;
			font-weight: bold;
		}
		
		
		
		.dark_sep{
			border-bottom: solid 2px rgb(77,79,99);
			width:90%;
			height:2px;
		}
		.light_sep{
			border-bottom: solid 2px rgb(171,172,189);
			width:90%;
			height:2px;
		}
		.main_content{
			width:90%;
			height:320px;
			overflow: auto;
			text-align: left;
			font-size: 14px;
			margin-top: 10px;
			
			scrollbar-track-color: #F1F1F1; 
			scrollbar-arrow-color: #232834; 
			scrollbar-face-color: #DEDFE0; 
			scrollbar-shadow-color: #232834; 
			scrollbar-highlight-color: #ffffff; 
			scrollbar-3dlight-color: #ffffff; 
			scrollbar-darkshadow-color: #232834;
		}
		.main_content_tall{
			width:90%;
			height:355px;
			overflow: auto;
			text-align: left;
			font-size: 14px;
			margin-top: 10px;
		}
		.main_margins{
			margin-left:15px;
			margin-right:10px;
		}
		.home_content{
			width:90%;
			height:355px;
			overflow: auto;
			text-align: center;
			font-size: 14px;
			margin-top: 10px;
		}
		.home_photo{
			text-align: center;
			border: solid 2px rgb(171,172,189);
		}
		
		.iframe_content{
			width:100%;
			height:320px;

		}
		.iframe_content_tall{
			width:100%;
			height:355px;

		}
