/*
** Plone Print style sheet for CSS2-capable browsers.
** Copyright Plone Foundation, et al
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
#topnav,
#bdrclogo,
#access,
#mainnav,
#footer,
#botline, #header,
input,
.skipnav,
.visualNoPrint, img, .img, #img, #tabContainer, .appLeftCol3, .appLeftCol2, #Header2, #columnRightHome, .formframecontact, .appLeftCol2a, .appLeftColi {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}


body {
    font-family: Arial, Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
	margin:0;
	padding:0;
}

#columnMidHome {
    width: 75%;
	background-color: #ffffff;
	text-align: left;
	position: relative; left: 0px; 
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-left: 8px;
	padding-right: 3px;

}

html>body #categories
{
			background: none;
}

html>body #righttran
{
			background: none;}
html>body #rightmidr
{
			background: none;}
html>body #rightmidtran
{
			background: none;}
html>body #rightmidyt
{
			background: none;}
html>body #rightmidtranrss
{
			background: none;}
html>body #categoriesmid
{
			background: none;}
html>body #categoriesmidb
{
			background: none;}
html>body #categoriesmid2
{
			background: none;}
html>body #categoriesbottom
{
			background: none;}

html>body #rightbottom
{
			background: none;}

html>body #rightbottomyt
{
			background: none;}

.menu01 a {
	display: block;
	height: 36px;
	font-size: 13px;
	padding: 0.4em 0px 0.3em 1px;
    background: none;
	color: #505050;
	text-decoration: none;

}

.menu01 a:hover {
color: #000000; /*rollover text colour*/
background: none;
border-color: #ffffff #ffffff #b85556 #ffffff;
}

.menu01h a {
	display: block;
	height: 36px;
	font-size: 13px;
	padding: 0.4em 0px 0.3em 1px;
    background: none;
	color: #505050;
	text-decoration: none;

}

.menu01h a:hover {
color: #fa7601; /*rollover text colour*/
    background: none;
border-color: #ffffff #ffffff #b85556 #ffffff;
}

#menu01s2 a {
	display: block;
	height: 38px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    background: none;
margin-left: 10px;
margin-right: 10px;
	padding: 0.4em 0px 0.3em 1px;
	color: #fa7601; 
	text-decoration: none;

}

#menu01s a {
color: #fa7601; /*rollover text colour*/
    background: none;
border-color: #ffffff #ffffff #b85556 #ffffff;
}

#menu01s a:hover {
color: #fa7601; /*rollover text colour*/
    background: none;
border-color: #ffffff #ffffff #b85556 #ffffff;
}


#menu01s2 a:hover {
color: #fa7601; /*rollover text colour*/
    background: none;
border-color: #ffffff #ffffff #b85556 #ffffff;
}


.boxBottom {
	background: none;
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-align:center;
	clear: both;
	margin-top: 0px;
	height: 28px;
}
.boxBottom a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.boxBottom a:link{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.boxBottom a:visited{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.boxBottom a:hover{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


.smalltext {
		color: #000000;
	
}

h1, h2, h3, h4, h5, h6
{
    border: none;
    font-family: Arial, Georgia, Garamond, Times, serif;
}
