KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/academic/demo/academic/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/academic/demo/academic/xDefault.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/NewSiteTestA.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Collegiate Services, Inc.</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<style type="text/css"> 
<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.thrColElsHdr #container { 
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColElsHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColElsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/
.thrColElsHdr #sidebar1 {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColElsHdr #mainContent {
 	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.thrColElsHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mainbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #666;
}
.pagetitle {
	font-family: Verdana, Geneva, sans-serif;
}
.thrColElsHdr #container #mainContent h1 {
	color: #600;
}
.subtitle {
	color: #600;
}
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColElsHdr #sidebar1, .thrColElsHdr #sidebar2 { padding-top: 30px; }
.thrColElsHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
</head>

<body class="thrColElsHdr">

<div id="container">
  <div id="header">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td  width="527"   height="56"><font size="10"> <b><font color="#800000">Academic Asset </font><a href="default.htm"><font color="#666666">Management</font></a></b></font><font size="2" color="#666666"><br />
          &nbsp;</font></td>
        <td   height="56" valign="middle" ><div>
          <p align="right"><a href="/ContactUs.html"><span style="color: #666666"> <font size="2">1-800-730-2567</font></span></a><span style="color: #666666"><font size="2"><br />
            fax 410-730-2502</font></span></p>
          <p align="right"><font size="2"><span style="color: #666666"><a href="/default.htm">www.academicassetmanagement.com</a></span></font></p>
        </div></td>
      </tr>
    </table>
    <h1><font size="2" color="#666666">Complete textbook ordering, reporting, and warehousing services.</font></h1>
  </div>
  <div id="sidebar1">
    <ul id="MenuBar1" class="MenuBarVertical">
      <li><a href="Default.html"><font size="2" color="#666666"><b>Home</b></font></a>      </li>
      <li><a href="#" class="MenuBarItemSubmenu"><font size="2" color="#666666"><b>Services</b></font></a>
        <ul>
          <li><a href="TextOrder.html"><font size="2" color="#666666"><b>TextOrder<sup>tm</sup></b></font></a></li>
          <li><a href="TextTracker.html"><font size="2" color="#666666"><b>TextTracker<sup>tm</sup></b></font></a></li>
          <li><a href="TextWarehouser.html"><font size="2" color="#666666"><b>TextWarehouser<sup>tm</sup></b></font></a></li>
          <li><a href="TextFreight.html"><font size="2" color="#666666"><b>TextFreight<sup>tm</sup></b></font></a></li>
          <li><a href="TextSolutions.html"><font size="2" color="#666666"><b>TextSolutions<sup>tm</sup></b></font></a></li>
          <li><a href="StudentTracker.html"><font size="2" color="#666666"><b>StudentTracker<sup>tm</sup></b></font></a></li>
        </ul>
      </li>
<li><a href="AboutUs.html"><font size="2" color="#666666"><b>About Us</b></font></a></li>
<li><a href="ContactUs.html"><font size="2" color="#666666"><b>Contact Us</b></font></a></li>
<li><a href="AdditionalTestimonial.html"><font size="2" color="#666666"><b>Testimonials</b></font></a></li>
    </ul>
    <h3>&nbsp;</h3>
    <p> <font size="2">AAM</font><font size="2"> currently serves school districts 
      in seven states and is expanding nationally. <a href="contactus.html"><font color="#800000">Contact 
        us</font></a> today to find out how we can serve you, regardless of 
      your location within the United States.</font></p>
    <table width="173" border="1" align="right">
      <tr>
        <td><p><font size="2" color="#666666"><b><a href="TextWarehouser.html">TextWarehouser<sup>tm</sup></a><sup></sup></b></font></p>
          <p><img src="recycling.jpg" alt="recycle" width="38" height="37" /></p>
          <p><font size="2" color="#666666">AAM redistributes districts' excess 
            textbook inventory.</font></p>
          <ul style="color: #000000">
            <li><font size="2" color="#666666"> Reduces annual textbook purchases (Up to 10% of annual textbook adoption value)</font></li>
          </ul>
          <p><b><font size="2" color="#666666">Saves money by reducing annual 
            purchases up to 10%. </font></b></p></td>
      </tr>
      <tr>
        <td height="357"><p><font size="2" color="#666666"><b><a href="TextFreight.html">TextFreight<sup>tm</sup></a></b></font></p>
          <p><font size="2" color="#666666">Solid Textbook Activity and Management Solutions for Solid Results.</font></p>
          <ul style="color: #000000">
            <li><font size="2" color="#666666">reduces freight costs by as much as half</font></li>
            <li><font size="2" color="#666666">AAM tracks each purchase order to make sure they do not “fall through the cracks” at the publisher.  This provides for quicker turn around and tighter control for the district.</font><br />
            </li>
          </ul></td>
      </tr>
    </table>
    <p>&nbsp;</p>
  <!-- end #sidebar1 --></div>
  <div id="sidebar2">
    <table width="173" border="1" align="right">
      <tr>
        <td width="163"><p><font size="2" color="#666666"><b><a href="TextOrder.html">TextOrder<sup>tm</sup></a></b></font></p>
          <p><font size="2" color="#666666">AAM processes, picks-up, and receives 
            all district textbook purchase orders, and delivers the product from the publishers to the schools.</font></p>
          <ul style="color: #000000">
            <li><font size="2" color="#666666">	Eliminates textbook freight bill (9-10% of purchases)</font></li>
            <li><font size="2" color="#666666">Reduces personnel time/cost (2% of purchases)</font></li>
          </ul>
          <p><b><font size="2" color="#666666">Saves money by reducing 
        freight bill 30-40%. </font></b></p></td>
      </tr>
      <tr>
        <td><p><font size="2" color="#666666"><b><a href="TextTracker.html">TextTracker<sup>tm</sup></a><sup></sup></b></font></p>
          <p><font size="2" color="#666666">AAM provides perpetual inventory per book/per school, resulting in 
            asset management and control for the districts.</font></p>
          <ul style="color: #000000">
            <li><font size="2" color="#666666">	Reduces textbook shrinkage (Up to 5% of annual textbook inventory value)</font></li>
          </ul>
          <p><b><font size="2" color="#666666">Saves money by reducing 
        shrinkage up to 50%. </font></b></p></td>
      </tr>
    </table>
    <h3>&nbsp;</h3>
  <!-- end #sidebar2 --></div>
  <div id="mainContent">
    <h1><!-- InstanceBeginEditable name="Page Title" --><span class="pagetitle">Welcome to Academic Asset Management</span> <!-- InstanceEndEditable --></h1>
    <!-- InstanceBeginEditable name="body" -->
    <p><strong>Today’s K-12 Public  School Systems are faced with tough issues.</strong></p>
    <ul>
      <li>Tight  budgets under enormous constraints and scrutiny</li>
      <li>Non-existent  inventory management controls, with no means of accountability</li>
      <li>Limited  and stretched personnel</li>
    </ul>
    <p><strong>Take charge with  AAM’s innovative and complete textbook acquisition and management services.</strong></p>
    <ul>
      <li>Dramatically  reduce your school district’s overall textbook spending</li>
      <li>Gain  control of valuable assets</li>
      <li>Realize  dynamic personnel efficiencies</li>
      <li>Provide  schools with manageable accountability tools</li>
    </ul>
    <p><strong>Getting started is  easy</strong></p>
    <ul>
      <li>No capital investment is required </li>
      <li>No equipment or software is required </li>
      <li>No personnel are required </li>
      <li>Results are immediate</li>
    </ul>
    <h1>TextSolutions </h1>
<p class="mainbody">Academic Asset Management, Inc. (AAM) provides K-12 Public School Districts with four unique textbook  asset management and textbook processing services through our <em>TextSolutions™ </em>program.  Each can be implemented independently, but  maximum benefits are achieved through the implementation of all services.  AAM’s family of services has been designed to  provide control of assets while reducing costs and personnel time investments  in the textbook management process.  Each  service provides the district with a <u>net savings</u> after CSI fees. <a href="TextSolutions.html">more...</a></p>
    <h2 class="subtitle">&nbsp;</h2>
    <!-- InstanceEndEditable -->
    <!-- end #mainContent --></div>
	<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
   <div id="footer">
    <p><font color="#919191" face="tahoma" >&copy; Academic Asset Management, Inc. 2009 </font><img src="/Books Image.JPG" width="48" height="51" /></p>
  <!-- end #footer --></div>
<!-- end #container --></div>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
<!-- InstanceEnd --></html>

Anon7 - 2021