﻿/* global */

html{height: 100%;
 }
body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;                                      
  font-size: .68em;
  background: #2C2C2A;
  color: #929280;
  background:#000000 url('../images/body_bg.jpg') repeat-x left top;
}
a
{outline: none;
 }
a, a:link, a:visited 
{
color:#006699;
text-decoration:none;
}                                                                 
a:hover {
text-decoration:underline;
}


#main
{ 
    padding-top: 54px;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	
}
#logo
{	
	width: 890px;
    height: 86px;
	margin-bottom: 0px;
}



#menu
{
	background: #2C2C2A;
	color: #929280;
	width: 900px;
	height: 36px;
	border-left-style: solid;
	border-left-color: inherit;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: inherit;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: inherit;
	border-top-width: 1px;
	border-bottom-color: inherit;
	border-bottom-width: 0px;
	float: left;
	clip: rect(auto,auto,auto,auto);
	left: auto;
}
 #menu li
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height  : 28px;

} 
#menu li a 
{
	display: block;
	float: left;
	height:30px;
	text-decoration: none;
	border-right: 2px solid #2C2C2A;
	font-weight: bold;
	background: #40403E;
	color: #929280;
	background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
	padding-top: 6px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
} 
#menu ul
{
	margin: 0px auto;

} 
#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ background: #82974B;
  border-color: #2C2C2A;
  padding: 8px 19px 0px 19px;
  color: #ffffff;
  background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
  background-position:  0 -30px;
} 
#footer
{
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #C0C0C0;
	padding: 5px;
	font-size: 12px;
	color: #009931;
	float: left;
	clip: rect(1px, auto, auto, auto);
	width: 890px;}
#copy_r
{
	float: right;
	font-size: 10px;
	clear: right;}
#copy_l
{
	float: left;
	font-size: 10px;
	clear: both;}
#content
{
	float: left;
	width: 900px;
	overflow: hidden;
	padding-top:15px;
	padding-left:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #000000;
}
 #login
 {
	border: 1px solid #808080;
	padding: 20px 30px 30px 90px;
	margin: 10px 60px 20px 60px;

}
.estab
{
	float: right;
	clear: right;
	padding-top: 25px;
	color: #0066FF;
	font-size: 12px;
}
.DateAndTime
{
	float: right;
	clear: right;
	padding-top: 25px;
	padding-right: 370px;
	color: #C0C0C0;
}
 
.disignBoxFirst 
   {
	background:transparent url(../images/db_first_bg.jpg) repeat-x left top;
	clear: left;
	margin-bottom: 10px;
	color: #FFFFFF;
	width: 290px;
	position: relative;
	text-align: left;
	left: auto;
	top: 0px;
	height: auto;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
        }

.disignBoxSecond 
{
	background:transparent url(../images/db_second_bg.jpg) repeat-x left top;
	color: #FFFFFF;
	width: 485px;
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
	height: auto;
	right: 20px;
	clear: right;
	margin: auto;
	padding: 30px;
}
.logoimg
{
	width: 210px;
	height: 84px;
	float:left;
}


  .boxContent
{
	font-size:12px;
	overflow:hidden;
	position:relative;
	padding-top: 0px;
	padding-right: 20pt;
	padding-bottom: 10px;
	padding-left: 20px;
}

.readmore {
	 margin: 0 0px 0 5px;
	 font-size: 10px;
}

.disignBoxMain 
{
	background:transparent url(../images/db_main_bg.jpg) repeat-x left top;
	clear: left;
	color: #FFFFFF;
	width: 830px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	height: auto;
	right: 0px;
	clear: right;
	margin: auto;
	padding: 20px;
}
 .grey 
 {
	color: #999999;
	text-decoration: none;
	text-align: justify;
}      
 .centre
 {
     padding-top:20px;
     text-align:center;
 }
 .box
 {
   border: 1px solid #808080;  
   margin: 10px 60px 20px 60px;
 }
 

