/**
 * rightSidebar.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 right-hand sidebar.
 *
 * $Id: rightSidebar.css,v 1.7 2008/06/13 16:22:43 asmecher Exp $
 */

/**
 * Common HTML elements
 */


#headerTitle {
	text-align: center;
	width: 100%;

}

#body {
	width: 150px;
	background-color: #ffffff;
}

#rightSidebar {
	float: right;
	position: center;
	width: 145px;
	position: static;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	padding-right:0.9em;
	padding-left:0.1em;
	font-size: 0.85em;
	height: 100%;
	margin-right: 1%;
	margin-left: 0%;
	line-height: 12px;

}

#rightSidebar a:link {
font-weight: bold;
font-size: 9pt;
line-height: 1.2em;
}


#main {
	float: left;
	float: center;
	margin-left: 5px;
	display: inline;
	overflow: hidden;
	line-height: 1.3em;
	background-color: #ffffff;

}

