/**
 * common.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 
*
 * Site-wide shared stylesheet.
 
*
 * $Id: common.css,v 1.47 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * 

Common HTML elements
 */

body	{
	
	margin: 0;

	padding: 0;
	
	color: #1f1f1f;
    
	background-color: #ffffff;
	font-family: Verdana,sans-serif;

	}


div	{
	
	line-height: 100%;
	
	text-align: left;

	font-size: 1.02em;

	}

table	{
	
	border: 0;
	
	border-spacing: 0;
	font-size: 1.0em;

	}


#header	{
    	margin: 0;

	padding: 0;

	background-color: #f2d8c3;
    	border-bottom: 2px solid black;
	border-top: 2px solid black;
	}
#top-navbar {
    	background-color: #8f1c03;
    	font-size: 13px;
   	height: 38px;
    	opacity: 1;
    	padding: 0 0px 0 0;
    	position: relative;
    	z-index: 99999;
	box-sizing: border-box;
	}




 * rightSidebar.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
 * $Id: rightSidebar.css,v 1.2 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * Common HTML elements
 */
