@charset "utf-8";
/* CSS Document */
 @import url("common.css");
*
{
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	 font-size: 12px;
}
body 
{
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
   height: 100%; 
   background:#e5e5e5 url(../images/bg.gif) repeat-x 0px 0px;
	padding:  0px;
	margin: 0px;
 
}
.sitecontent
{

	height: 400px;
	vertical-align: top;
	background-image: url(../images/content-background.png);
	background-repeat: repeat-y;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
.sitecontent1
{	 
	vertical-align: top;
	background-image: url(../images/content-background.png);
	background-repeat: repeat-y;
}
.footer {
    background-image: url("../images/footer-top.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #898989;
    font-size: 13px;
    line-height: 24px;
    margin: -10px auto 0;
    padding: 32px 18px 30px;
    position: relative;
    text-shadow: 0 1px 0 white;
    width: 930px !important;
}
.hr {
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #DFDFDF;
    clear: both;
    height: 1px;
    margin: 10px auto;
}
.alertgreen {
    color: #42960B;
}

.pagetitle{
    color: #5E5E5E;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 7px;
    text-transform: capitalize;
	 border-bottom: 1px  solid #EAEAEA;	 
}
.clock
{
	color: #E8E8E8;
	font-weight: bold; 
}
.homeright 
{
   font-size:1.1em;
	width:25%;
	background:#efefef;
	padding:10px 20px 20px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: top;
	color:#898989;	
}
.newsheader
{
   font-family:georgia;
	font-size:14px;
	font-style:italic;
	margin-bottom:10px;
	padding-bottom: 5px;
	font-weight: bold;
}
.news
{
	border-bottom: 1px dotted #898989;
	padding-bottom: 5px;
	padding-top: 5px;
}
a.link
{
	color:#306288;
	font-size:11;
	text-decoration: none;
}
a.link:hover
{
	color:#009701;
	font-size:11;
	text-decoration: none;
}
.homeright1 
{
   font-size:1.1em;
	width:25%;
	background:#42960B;
	padding:10px 20px 20px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: top;
	color:#FCFCFC;	
}
a.link
{
	color:#6B6B6B;
	font-size:11;
	text-decoration: none;
}
a.link:hover
{
	color:#6B6B6B;
	font-size:11;
	text-decoration: none;
}


a.link1
{
	color:#FCFCFC;
	font-size:11;
	text-decoration: none;
}
a.link1:hover
{
	color:#F2F2F2;
	font-size:11;
	text-decoration: none;
}
.borderbottom
{
	border-bottom: 2px solid #DBDBDC;
	padding-right: 10px;
}
.bgsearch
{
	background-color: #DBDBDC;
}
.SINPUT 
{
  background:#DBDBDC;
  border:#DBDBDC solid 1px;
  font-size:11px;   
  padding: 3px;
  color: Black;
  

}
.sbutton
{
	font-size:11px;
	background-color: #DBDBDC;
	color: Black;
	font-weight: bold;
	border:1px solid #DBDBDC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	 
	 
}
.logotext
{
	
	padding-top: 5px;
	
}
.evenq
{
	background:#ECECEC;
	padding:10px 20px 20px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
.oddq
{
	background: #cbdced;
	padding:10px 20px 20px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.leftbotder
{
	border-left: 1px dotted #559F13;
	padding-left: 5px;
	padding-right: 5px;
}