body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.linkcontainer td{
	background-color: #000060;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
}
--.table1 tr:nth-child(odd){background-color: green;
}

td.middle_spacer {
	width: 700px;
	background-color: #666666;
}
td.shadow_right {
	background-image: url('../images_template1/border_shadow_l.jpg');
	background-repeat: repeat-y;
	background-position:  left 50%;
}
td.shadow_left {
	background-image: url('../images_template1/border_shadow_r.jpg');
	background-repeat: repeat-y;
	background-position:  right 50%;
}
td.body_content {

display :block;
	padding: 1px;
	height: 70px;
	width :70px;
	vertical-align: middle;
}
td.below_header{
	background-color: #1F1F1F;
	height: 5px;
	color: #CCCCCC;
	padding: 5px;
}
td.main_content_box {
	background-color: #FFFFFF;
	vertical-align: top;
}

td.horizontal_column {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 150px;
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
	background-color: #000033;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}

td.horizontal_center {
	border-left:0px solid #333333; border-right:0px solid #333333; border-bottom:1px solid #000000; background-color: #FFFF99;
	border-top-width: 5px;
	border-top-style: solid;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	background-image: url('../images_template1/header_bg.jpg');
}
td.header_column1 {
	height: 70px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url('../images_template1/canada.jpg');
	background-position-y:50%

}
td.header_column{
	height: 70px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url('../images_template1/sri_lanka.png');
	background-position-y:50%
}
td.left_content {
    font-weight: bold;
	width: 100px;
	padding: 0px;
	vertical-align: top;
	background-color: #FFFF99;
  overflow: auto; /* or overflow: hidden; */
	
	}

a.main_link:active, a.main_link:visited, a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #000000;
	line-height: 50px;
	background-color:#FFFF99;
	text-align:center;
}
a.main_link:hover{
	background-color:#003300;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align:center;
}


a.sidemenu:active, a.sidemenu:visited, a.sidemenu:link{
    display: block;
	 background-color: #FFFF99;
	text-decoration: none;
    width: 100%;  Height:100%;
	
	font-weight: bold;
	line-height: 70px;
	color: #000000;
	vertical-align: middle;
	align-items: top;
	padding: 0px;
}

a.sidemenu:hover{
	background-color:#003300;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	margin: 0;
	display: block;
	text-decoration: none;
	width: 100%;
	
}	
ul.sidemenu{
    list-style-type: none;
	display: block;
    margin: 0;
	padding: 0px;
	text-align:center;
}

a.bottom_link:active, a.bottom_link:visited, a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;	
	display :block;
	width: 125px;
	height:60px;
	color: #000000;
	line-height: 30px;
	padding: 0px;
	background-color:#FFFF99;
	margin: 15px;;
	vertical-align:middle;
}


a.bottom_link:hover{
	
	background-color:#003300;
	color: #FFFFFF;
	padding: 0;
	 height: 40px;
	 width:125px;
	 }
div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
	 height: 100px;
  overflow: auto; /* or overflow: hidden; */
  padding: 10px;
  margin: 25px;
}
div.navigation {
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
/* "auto" makes the left and right margins center the wrapper 99CCFF*/
#wrap { 
	width: 850px; 
	height: 400px;
	margin: 0 auto; 
}
#content {
  background-color: #e6f2FF;
  height: 400px;
  overflow: auto; /* or overflow: hidden; */
  padding: 10px;
  margin: 25px;
  vertical-align: top;

}

#content_family {
  background-color: #99CCFF;
 
   /* or overflow: hidden; */
  padding: 0;
  margin: 10px;
  vertical-align: top;

}
#login {
    
  background-color: #FFFF99;
  vertical-align: middle;
    padding: 10px;
  margin: 25px;
  float:center;
}

#lcontent {
  width:120px;
    
  background-color: #FFFF99;
  overflow: auto; /* or overflow: hidden; */
}
   .formLayout
    {
        background-color: #f3f3f3;
        border: solid 1px #a1a1a1;
        padding: 10px;
        width: 700px;
    }
   
    .formLayout label, .formLayout input
    {
        display: block;
        width: 200px;
        float: left;
        margin-bottom: 10px;
    }
 
    .formLayout label
    {
        text-align: right;
        padding-right: 20px;
    }
 
    br
    {
        clear: left;
    }