﻿html
{
  margin:0px;
  padding:0px;
  overflow-y:scroll;
}

body 
{
  margin:0px;
  padding:0px;
  
	background-color:#eceee6;	
	font: 12px/20px Arial, Helvetica Neue, Helvetica, sans-serif;
}

.divSection 
{  
}

.divSectionFull
{
  position:absolute;
  background-color:white;
  top:91px;
  left:0px;
  bottom:0px;
  right:0px;
  /*border-top:6px solid #0513c6;
  border-bottom:1px solid #0513c6;   */
}

.divCenterWrapper_nobackground
{
  margin-left:auto;
  margin-right:auto;
  width:960px;   
  overflow:hidden;
}

.divCenterWrapper
{
  margin-left:auto;
  margin-right:auto;
  width:960px; 
  background-color:white;
  overflow:hidden;
}

.divCenterWrapper_Full
{
  margin-left:auto;
  margin-right:auto;
  width:98%; 
  background-color:white;
  overflow:hidden;
}

#divSection_Header
{
  background-color:#393632;  
}

#divSection_Header > div
{
  background-color:transparent;
}


#divCenterWrapper_Header 
{
  margin:10px 10px 0px 10px;  
  height:30px;
}

.divLogo 
{
  font-size:24px;
  font-weight:bold;
  float:left;
  color:white;
}

.divLogin
{
  float:right;  
  color:white;
}


#divSection_NavigationMain_Border
{  
  border-bottom:1px solid #dfdfdf;
}

#divSection_NavigationMain
{  
  background: #87cf45;
  background: -moz-linear-gradient(top,  #87cf45 0%, #79c139 100%);
  background: -webkit-linear-gradient(top,  #87cf45 0%,#79c139 100%);
  background: linear-gradient(to bottom,  #87cf45 0%,#79c139 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87cf45', endColorstr='#79c139',GradientType=0 );

  line-height:30px;
  border-top:3px solid #fff;
  border-bottom: 3px solid #fff;
}

#divSection_NavigationMain > div
{
  background-color:transparent;
}


#divSection_NavigationSub
{
  background-color:#fff;
  line-height:35px;  
  border-bottom: 1px solid #dfdfdf ;
}

#divSection_NavigationSub > div
{
  line-height:40px;
  background-color:transparent;
}

#divSection_Content
{
  margin-top:10px;
  margin-bottom:10px;
}

#divCenterWrapper_Content 
{
  border-top:6px solid #80cd3b;
  border-bottom:1px solid #80cd3b;    
  padding:10px;
}

#divCenterWrapper_2Column 
{
  margin:0px  0px 0px 250px;
}

#divCenterWrapper_3Column 
{
  margin:0px 250px 0px 250px;
}

#divCenterWrapper_ContentPanelOne 
{
  float:left;
  width:250px;
  margin-left:-100%;
}

#divCenterWrapper_ContentPanelTwo
{
  float:left;
  width:250px;
  margin-left:-250px;
}

#divSection_Footer
{
  background: #302e2c;
  line-height:35px;
  border-top:1px solid ##1a1919 ;  
}

#divSection_Footer > div
{  
  color:white;
  background-color:transparent;
  text-align:center;
}