/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

* { background: #fff; }
body { font-family: georgia, times, serif; color: black; }
.pagecontainer{
	width: 650px;
		margin-left: 0px;
}
blockquote { font-style: italic; color: black; }
a:link, a:visited { }
.dontprint, .utilitynav, .conceptblock, .flash, .content_right, .footerlink, .insidetabs, .insidebuttonblock {
	display: none;
	margin: 0px;
	padding: 0px;
	width: 1px;
}
.homeleft {
	width:370px;
	float: left;
	margin: 0px;
	padding: 0;
}
.homeright{
	width: 200px;
	padding-right: 0px;
}
.insideblock{
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.insidecontent{
	padding-right: 20px;
	padding-left: 0px;
	width: 90%;
}
.copyright {
	font-size: 11px;
	text-align: left;
	width: 650px;
	padding: 0px;
}
.printthis{
	display: block;
}

