#abc
{
	font-size: 10px;
	font-weight: bold;
	color: blue;
}

#menu
{
	padding: 5px 30px 31px 30px;
	margin-bottom: 10px;
	color: #222222;
	background-color: #f5f5f5;
	border-bottom: solid 1px #DADADA;
}

#menu div
{
	clear: both;
}

#menu ul
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
	
#menu ul li
{
	position: relative;
	float: left;
	border: solid 1px #dadada;
	border-bottom: 0px;
	margin-right: 5px;
}

#menu ul li a
{
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #333333;
}

#menu ul li a:hover
{
	background-color: #0022AA;
	color: #fff;
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
{
	background-color: #ffffff;
	color: #333333;
}
#mainContainer{
  margin: 0 auto;
  width:100%;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */

}
#leftMenu{
  padding-top: 2px;
  padding-left:5px;
  width: 16%;
  float: left;
  height: 100%;
}
/* Menu */

#menuTime {
	width:100%;
	height: 4px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menuTime ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuTime li {
	display: inline;
}

#menuTime a {
	display: block;
	float: left;
	width: 101px;
	height: 20px;
	border-left: 1px solid #EDEBD5;
	border-top: 1px solid #EDEBD5;
	border-right: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: black;
}

#menuTime a:hover {
	background: #F7F7F4;
}

#menuTime .active a {
	background: blue;
	color: #FFFFFF;
}
#banner {
	margin-bottom: 20px;
	border: 5px blue solid;
}

#banner a
{
	text-transform:uppercase;
	text-decoration:none;
	color:black;
}

#mainContent{
	/*background:#002448;*/
       width: 83%;
       float: right;
	z-index:101;
	height:100%;
}

	.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	border:0;
}
