﻿html,body 
{
	background-color: #fff;
	color: #000;
	margin: 2;
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	width: 955px;
}

h1 
{
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #00CC00;
}

h2 
{
	font-size: 1.6em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	color: #00CC00;
}

h3 
{
	font-size: 1.2em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	color: #00CC00;
}

p 
{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 1.1em 0em 1.1em 0em;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
}

a:link, a:visited 
{
	color: #00CC00;
	text-decoration: underline;
}

a:hover 
{
	text-decoration: none;
}

a:active 
{
	color: #000;
	text-decoration: underline;
}

#header 
{
	height: 250px;
	width: 920px;
	padding: 0 10px 0 10px;
	color: #00CC00;
	background-color: #FFF;
	border-bottom: 2px solid #00CC00;
}

#content 
{
	margin-left: 350px; 
	padding: 0 20px 1.8em 10px;
	background-color: #fff;
}

#breadcrumbs 
{
	color: #fdea12;
	background-color: #00CC00;
	padding: 10px;
	float: right;
	clear: left;
	margin-bottom: 1.8em;
}

#breadcrumbs a:link, #breadcrumbs a:visited,
#breadcrumbs a:hover, #breadcrumbs a:active 
{
	color: #fdea12;
}

#sidebar 
{
	float:left;
	padding: 0 10px 10px 10px;
	background-color: #FFFFFF;
	/*background-image: url(images/bost_1.gif);*/
	background-repeat: repeat-y;
	background-position: top left;
	border-top: 2px solid #fdea12;
	/*border-bottom: 2px solid #00CC00; */
	width: 168px;  /* ds */
}

html>body #sidebar 
{
	width: 180px;
}

#sidebar h3 
{
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #fdea12;
  color: #fdea12;
}

#news a:link, #news a:visited,
#news a:active
{
	display: block;
	width: 99.99%; 
	color: #fdea12;
	text-decoration: none;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-weight: bold;
}

#news a:hover
{
	text-decoration: none;
	color: #00CC00;
	background-color: #fdea12;	
}

#footer 
{
	margin-left: 210px; 
	padding: 0 20px 1.8em 10px;
	border-top: 1px solid #00CC00;
	clear: both;
}

#footer p 
{
	font: normal 0.8em/0.9em Arial, Verdana, sans-serif;
	color: #666;
}

#footer p.right 
{
	float: right;
	clear: right;
}

/*#mainTitle {

	font-size: 2.0em;

	font-weight: bold;

	visibility: hidden;

}*/

.pageTitle 
{
	font-size: 1.5em;
	font-weight: bold;
}

.itemTitle 
{
	border-bottom: 1px solid #00CC00;
	font-size: 1.5em;
}

.itemContent 
{
	padding-bottom: 1.8em;
}