/* CSS Document */

body, td{
	margin:0;
	padding:0;
	line-height:1.5em;
	font: 11px Verdana, Arial, Tahoma, sans-serif;
	}

A.naviLink:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link{
	font: 11px Verdana, Arial, Tahoma, sans-serif;
	color: #993300;
	text-decoration: none;
}

a:visited {
	color: #004800;
	text-decoration: none;
}

a:hover {
	color: #387005;
	text-decoration: underline;
}

A.naviLink:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 11px;
}
A.naviLink:hover {
	background-color: #80DECC;
}
	
b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 971px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 106px; /*Height of top section*/
}

#topsection #logo{
	background:#A3DAB4;
	height:80px;
}

#topsection #menu{
	clear:left;
	height:26px;
	color:#FFFFFF;
	background-color:#000000;
	background-image: url(bg_mainmenu.jpg);
}


#contentsection{
 background:#FFFFFF;
}



#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 370px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -370px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
background: #C8FC98;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column in pixels*/
margin-left: -190px; /*Set margin to -RightColumnWidth*/
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.BusinessDiv{
	background:url(bg_business2.jpg) #ffffff bottom repeat-x;
	width:535px;
	float:left;
}

#NewsDiv{
	background:url(bgnews.jpg) no-repeat;
	width:297px;
	height:233px;
	float:left;
	margin-left:30px;
}

#NewsDiv #NewsFrame{
	width:280px;
	height:212px;
	margin:10px 0px 0px 10px;
	
	overflow:auto;
	/*overflow-y:scroll;*/
	
	scrollbar-3dlight-color:#cccccc;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#363636;
	scrollbar-darkshadow-color:#363636;
	scrollbar-face-color:#eeeeee;
	scrollbar-highlight-color:#cccccc;
	scrollbar-shadow-color:#363636
}


.black10 {
	font-size: 10px;
	color: #333333;
}

.green10 {
	font-size: 10px;
	color: #004800;
}

.Title{
  font-size: 16px;
	color: #007D3F;
	font-weight:bold;
}

.SubTitle{
  font-size: 12px;
	color: #007D3F;
	font-weight:bold;
}



#navigationDiv2 a 
{ color: White;
  background-color:#7A908B;
  display:block;
  float:left;
  padding:5px 20px 5px 20px;
  margin-left:1px;
}


#navigationDiv2 a:hover
{
  background-color:#B8D5CE;
} 

#navigationDiv2 a.selected
{
  background-color:#B8D5CE;
  }

.current
{
  background-color:Gray;}

.current:link, .current:hover, .current:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFF00;
	text-decoration: none;
}
