* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

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

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
padding: 0px 0 5px 0;
}tex

#headerM { 
padding: 10px 0 20px 0;
height: 200px;
width: 50%;
vertical-align:middle;
float:left;
}


#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 2px 0 5px 10px;
}
#header h1 a {
color: #57626a;
text-decoration: none;
}
#header h1 a:hover {
color: #57626a;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1x;
line-height: 12px;
}

#menu {
height: 20px;
line-height: 20px;
background:#999999;
// background: #57626a url(images/menu1.jpg) no-repeat;
text-transform: uppercase;
border-color:#000099;
font-size:9px;
}

#mybg {
background:#FFFFFF;
}


#menu ul {
padding-left: 10px;
list-style-type: none;
}

#menu ul li {
display: block;
float: left;
border-right-style:solid;
border-width:2px;
border:#CCCCCC;
}

#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 10px;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #eee;
text-decoration: underline;
}

#content {
padding: 10px 20px;
}

.right {
width: 568px;
float: right;
text-align: justify;
}
.right h2 {
color: #FF4800;
font-size: 18px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left {
width: 150px;
float: left;
padding: 10px;
border-right: 0px solid #bbb;
font-size: 12px;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #57626a;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #57a;
line-height: 30px;
font-weight: 600;
}

.h22 {
height: 30px;
font-size: 14px;
color: #57a;
line-height: 30px;
font-weight: 600;
}
.left a { text-decoration: none }

#footer {
font:Arial, Helvetica, sans-serif;
background: #eee;
border-top: 3px solid #57626a;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}

// the table container for IDC	
	
#container {
    display: table;
	border: 1px solid #FF00FF;
	
    }

  #row  {
    display: table-row;
	height:10px;
	border:medium;
	border-color:#CCCCCC;
    }

  #left {
  
    display: table-cell;
	padding:10px;
	width:400px;
	height:12px;
	border-color:#CCCCCC;
   }
   
    #right, #middle {
    display: table-cell;
	padding:10px;
	width:200px;
   } 
   
}



#containerOverlay {
    display: table;
    }

  #rowol  {
    display: table-row;
    }

  #leftol {
  
    display: table-cell;
	padding:5px;
	width:100px;
	text-align:right;
   }
   
    #middleol {
    display: table-cell;
	padding:5px;
	width:150px;
	}
	
	#rightol{
    display: table-cell;
	padding:5px;
	width:50px;
	text-align:left;
   } 
   
   
	#rightol1{
    display: table-cell;
	padding:5px;
	width:200px;
   } 
   
   
}

#dwrap {
width: 100px;
height: 100px;
border: 1px solid #FF00FF;
float: left;
}


#olineTable {
		border-style:solid;
		border-width:1px;
		border-collapse:collapse;
		padding:10px;
		border-color:#CCCCCC;
		
		
}


#olineRow {
		width:400px;
		border-style:solid;
		border-width:1px;
		border-collapse:collapse;
		padding:2px;
		border-color:#CCCCCC;
		
		
}

#olineColLeft {
		width:300px;
		border-style:solid;
		border-width:1px;
		border-collapse:collapse;
		padding:2px;
		border-color:#CCCCCC;
	
		
		
}

#olineColRight {
		width:100px;
		border-style:solid;
		border-width:1px;
		border-collapse:collapse;
		padding:2px;
		border-color:#CCCCCC;
	
		
		
}