/**
 * leftSidebar.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a left-hand sidebar.
 *
 * $Id: leftSidebar.css,v 1.7 2008/06/13 16:22:43 asmecher Exp $
 */

/**
 * Common HTML elements
 */

#headerTitle {
	width: 100%;
}

#body {
	vertical-align: top;
	height: 100%;
}
   

#leftSidebar {
        float: left;
        width: /*170px;*/ /*15.5%;*/ 14.5%;
        padding: 0em 0.15em 0em 1em;
        /*border: 1px solid #cccccc;*/
        font-size: 0.65em;
        text-align: left;
        height: 1456px; /*998px*/
        margin-right: 1.5%;
        margin-top: 0.8em;
        display: inline;
        overflow: visible;
        
        font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif !important;
        
        background-color: #e7e7cf; /*#d1d1a3 !important; */
        border: 1px solid #cccccc;
        
        /*background-color: #d1d1a3 !important; 
        background-image: url("leftbarround(1458px).jpg");
        background-repeat: no-repeat;
        background-position: right;*/
        
        background-image: url("ealert2.jpg");
        background-repeat: no-repeat;
        background-position: 7px 856px; /*bottom center;*/
}








 

#main {
	float: left;
	width: 70%;
	margin-right: 1%;
	overflow: hidden;
}

// Set main on non-IE browsers to have a 10% margin
*html #main {
	margin-right: 5%;
}