

		body {
        
        	background-color: white;
        	margin: 0;
        	padding: 0;
        	color: #1a1a1a;
        	font-family: "Times New Roman", Times, Georgia, serif;
        	font-size: 11px;
        	text-align: center;
        	min-width: 718px;
        
        }

        #header {
            margin:0 auto;
            width: 718px;
        	margin-top: 36px;
        	text-align: center;
        }
        
        #subheader {
        	
            margin: 20px 0 0 0px;
            padding: 6px;
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            text-align: left;

        }
        
		 #subheadernew {
        	
            margin: 20px 0 0 0px;
            padding: 6px;
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            text-align: right;

        }
        #subhead_nav {
            margin: 20px 0 20px 0;
            padding: 6px;
        	z-index: 2;
        }
        
        #home {
            margin:0 auto 32px auto;
            margin-top:20px;
            text-align: justify;
            width: 718px;
        	font-size: 21px;           
        	line-height: 27px;
        }
        
        
        #internal {
        	margin: 0 auto;
        	width: 718px;
            border-bottom: 1px solid #000;
 			text-align: center;
        	
        }
        
        #internal_footer {
        	margin: 5 auto 0;
 			text-align: center;
        }
        
        #description {
			font-family: "Times New Roman", Times, Georgia, serif;
        	font-size: 11px;
        	line-height:14px;
        	text-align: center;
        	margin-top:5px;
        	width: 504px;
        
        }
        
        .point {
            color: #e20511;
        }
        
        a {
            color: #1a1a1a;
            text-decoration: none;
        }
        
        a:hover {
            color: #d30202;
            text-decoration: none;
        }
        
     
       a.main {
            color: #fff;
            text-decoration: none;
        }
        
      a.main:hover {
            text-decoration: underline;
        }
        
        
        .arrow {
        	padding: 5px 0 0 0;
        }
        
        #index_home {
            margin:20 0 0 0;
            text-align: left;
            width: 718px;
        	font-size: 11px;           
        	line-height: 18px;
        	color: #000;
        }
        
        #index_col1 {
        	width: 227px;
        	float: left;
        }

        #index_col2 {
        	width: 227px;
        	margin: 0 0 0 18px;
        	float: left;
        }
        #index_col3 {
        	width: 227px;
        	margin: 0 0 0 18px;
        	float: left;
        }
           
      

   