/**
 * 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 !important;
	width: 100%;
}

#body {
	width: 960px; /*100%;*/
	
}

#rightSidebar {
	float: right;
	width: 15%;
	padding: 0em 0em 6em 0px;
	font-size: 0.65em;
	text-align: left;
	/*height: 1143px;*/ /*1143px;*/
	margin-top: 170px;
	overflow: visible;
	/*min-height: 800px;*/
	
	background-color:  #f1f5f8 !important;  
 
	/*border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;*/
	
	/*background-image: url("right.jpg");
	background-repeat: no-repeat;
	background-position: top center;*/
	
	border-left: 1px solid /*#c2d9f2;*/ #c4d6f2;
	
	/*border-top: 0px solid #2e67b2;*/
	
    color: #ff3300 !important;}	

* html #rightSidebar { margin-right: 5%; }


#main {
	float: left;
	width: 64%;
	margin-left: 10%;
	display: inline;
	overflow: hidden;
}