/*
    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: Arial, Helvetica, sans-serif; color: black; }
blockquote { font-style: italic; color: black; }
a:link, a:visited { border-bottom-style: none; }
.bodycontainer{
	width: auto;
}
.noprint, .headerright, .footersearch, #pagefooter, .scrollflash, .newsfooter, .flash{
	display: none;
	width:1px;
	height:1px;
}
#logoheader{
	height:70px;
}
.logo{
	padding-left: 0px;
}
#menuItems ul { 
	float: none; 
	width: auto;
}
#menuItems ul li a { 
	float: left; 
	text-decoration: none;
	font-size:11px;
	text-transform:capitalize;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;	
}
#menuItems ul li div ul li a {
	float: left;
	color: #FFFFFF;
	padding-bottom: 2px;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
}
.homeconceptleft {
	float: left;
	padding-right: 0px;
	width: 390px;
}
.newsblock {
	width: auto;
}
.newsleft, .newsright {
	width: auto;
	padding-right: 6px;
	float: none;
}

.internalblock {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
.newstext{
	padding-left: 0px;
	padding-right 0px;	
}
.internalleft {
	float: left;
	width: 150px;
}
.leftblockcontent {
	background-image: none;
	min-height:auto;
	padding: 0px;
}
.internalmiddle {
	float: right;
	padding: 0px;
	width: 500px;
}
.pagecontainer, .pagecontent{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contentleft{
	width: 1px;
}
.contentright{
	width: auto;
	float: none;
}