/*
CSS Credit: http://www.templatemo.com/
*/

body {font-family:calibri; font-size:12px; color:#333333; text-align:justify; }
a:link {color: gray; text-decoration: none; }
a:active {color: Gray; text-decoration: none; }
a:visited {color: Gray; text-decoration: none; }
a:hover {color: black; text-decoration: none; font-weight:bold; }

#content {
	width:  600px;
	overflow: hidden;
	padding-left: 30px;
   
	margin-bottom: 20px;
    
    
    }
.data {
      
      margin: 0 0 0 0 ;
      background: url(images/02.gif) no-repeat;
     
 }
 
.data p{
   
      margin-right:40px;
      text-align:justify;
  }
  
.data h3{

       color:maroon;
  }
.data a{
        
        color:blue;
        text-decoration:underline;
       }  
.border {
      
      background: url(images/leftblue.gif) repeat-y;
      border:1px solid #D9DCE1;
 }
 
.sidebar{

background: url(images/img000410.gif) no-repeat;
margin-top:2px; 
border:3px solid #7198DC;
width:240px;

}

.sidebar h3{
         color:white;
 }

.sidebar a:link{ color: #D0C9E5; text-decoration:none; }
.sidebar a:active {color:#D0C9E5; text-decoration: none; }
.sidebar a:visited {color:#D0C9E5; text-decoration: none; }
.sidebar a:hover {color: white; text-decoration: none; font-weight:bold; }

.footer{

	margin-top: 25px;
	color: #fff;
	text-align: center;

}

.login{  padding-left : 200px; }