* {
    padding: 0;
    margin: 0;
} 

body {
background: #FFFFFF url(images/bg1.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #2E4A55; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 95%;
}

#header { 
height: 65px;
border-bottom: 1px solid #bbb;
}
#header h1 {
font-size: 30px;
font-weight: 10;
letter-spacing: 0px;
padding: 20px 5px 5px 0;
}
#header h1 a {
color: #334436;
text-decoration: none;
}
#header h1 a:hover {
color: #555;
text-decoration: none;
}
#header h2 {
color: #555;
font-size: 12px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: 0px;
line-height: 12px;
}

#content {
padding: 10px 0;
}

.left {
width: 74%;
float: left;
text-align: justify;
}
.left h2 {
color: #FF4800;
font-size: 22px;
letter-spacing: -1px;
font-weight: 100;
padding : 15px 0 15px 0;
}

.right {
width: 20%;
float: right;
padding: 10px;
border-left: 2px solid #bbb;
font-size: 11px;
font-weight: 600;
}

.right a:hover{
color:#0000AA;
} 

.right ul {
list-style-type: none;
padding: 5px 10px 10px 6px;
}
.right h2 {
height: 30px;
font-size: 15px;
color: #666;
line-height: 30px;
}
.right a { 
text-decoration: none; 
color:#000;

}

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
margin-top: 10px;
}


table.sortable 
{
  border:1px solid #000000;
  border-spacing: 0px; 
  font-size:11px;
  color:#000000;
  background-color:#EEEEEE;
}
   
sortable a
{
  color:#FF0000;
}

table.tlist 
{
  border:0px solid #000000;
  border-spacing: 0px; 
  margin:5px;
  font-size:10px;
  color:#000000;
  background-color:#FEFEFB;
}

tbody tr.odd 
{
  background: #FFFFFF; 
  color:004400;
  height:24px; 
} 

tbody tr.even 
{    
  background: #E5E5E5; 
  color:#000055;
  height:24px;
  border: 1px dotted #cc9;  
} 


tbody tr.odd a 
{
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-weight:bold;
}

tbody tr.even a 
{
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-weight:bold; 
}

tbody tr a:hover
{
 color:#0000AA;
}
 

tbody th.tlist 
{
  background:#555555;
  color: #ffffff;
  text-decoration: none;  
  text-align: left;
}

tbody th.tlist a 
{
  background:#005500;
  color: #ffffff;
  text-decoration: none;  
}