﻿.grid {
				font-size: 14px;
				color: #5B5B5B;
}
.title_bar {
				font-size: 12;
				text-align: right;
				margin-right: 50px;
				color:black;
				font-weight:bold;
}

.title_bar a{
				color: #5b5b5b;
				text-decoration: none;
}

.header {
				height: 100px;
}
.item_bar {
				margin: 0;
				padding: 0;
				height: 30px;
				
}

.item_bar ul {
				margin: 0 0 0 0px;
				background-color: #5B5B5B;
				height: 30px;
}


.item_bar ul li {
				display: inline-block;
				list-style-image: none;
				padding: 0px 0 0 0;
				margin: 5px 0px 0px 30px;
				font-size: 16px;
				height:20px;
}

.item_bar a {
				color: #ffffff;
				font-size: 16px;
				font-weight: bold;
				text-decoration: none;
				vertical-align: middle;
}


.item_bar a:hover {
  color: #3e4230;
  font-size: 18px;
  font-weight: bold;
  background: url(./img/bg_sidenav_hover.gif) repeat-x;
  overflow: hidden;
}


.main{
		height:auto;
       background-color:#ffffff;		
}

.grid_footer{
 margin:100px 0px 0px 0px;	
 text-align: center;
 line-height:30px;
 font-size:14px;
 background-color:#dedcdc;
}

.copyright {
  background-color: #ffffff;
  text-align: center;
  color: #796a66;
  text-align: center;
  font-size: 12px;
}