 #page_area
 {
 height:600px;
 width:100%;
 border:2px solid black;
 overflow:auto;
 background:#FFFFFF;
 }
 
 #sys_message
 {
 height:25px;
 width:100%;
 position:relative;
 background-color:blue;
 overflow:auto;
 color:#FFFFFF;
 display:block;
 }
 
 #menu
 {
 height:25px;
 width:100%;
 position:relative;
 background-color:gray;
 overflow:auto;
 display:block;
 border-top:2px solid black;
 border-bottom:2px solid black;
 }
 
 #header
 {
 height:100px;
 position:relative;
 width:100%;
 top:0;
 background:url('../image/bg-color.jpg') repeat-x;

 display:block;
 }
 
 #hdr_image
 {
 background:url('../image/New_Logo.jpg') no-repeat left;
 height:100px;
 top:0px;
 left:0px;
 width:280px;

 display:block;
 position:absolute;

 }
 
 #hdr_msg
 {
	right:10px;
	height:100px;
	width:70%;
  position:absolute;
  
  display:block;
	top:0;
	color:#FFFFFF;

	text-align:right;
 }
 td.hdr_msg
 
 {
  color:#FFFFFF;
  
 }
 
 th
 {
 	color:#FFFFFF;
 }
 
 body
 {
 background:#cccccc;
 }

 A:link
 {
  color:blue;  
 }
 
 A:visited
 {
  color:blue;  
 } 
 
 A:hover
 {
  text-decoration:none;
  font-weight:bold;
 }
 
  A:active
 {
  color:blue;  
 }



td.left_col
{
	width:200px;
	height:400px;
	border:1px solid blue;
	padding:6px;
}

td.center_col
{
	width:350px;
	height:400px;
	padding:6px;
}

td.right_col
{
	width:200px;
	height:400px;
	border:1px solid blue;
	padding:6px;
	
}

td.left_col_ser
{
	width:200px;
	
	border-left:1px solid blue;
	border-top:1px solid blue;
	border-bottom:1px solid blue;
	padding:0px;
	text-align:center;
	
}

td.center_col_ser
{
	width:200px;
	
	border-top:1px solid blue;
	border-bottom:1px solid blue;	
	padding:0px;
}

td.right_col_ser
{
	width:200px;
	
	border-right:1px solid blue;
	border-top:1px solid blue;
	border-bottom:1px solid blue;
	padding:0px;
  text-align:center;
}

table#services_table tr:hover
{
  background:#cccccc;
  
}

table#services_table th
{
 color:black;
}



#about_us
{
	border:2px solid navy;
	margin-left:auto;
	margin-right:auto;
	width:365px;
	display:block;
}

#copyright
{
 bottom:0px;
 margin-left:auto;
 margin-right:auto;
 width:400px;
}
