a img {text-decoration: none; border: 0px;}

div.float {
  float: left;
  padding:20px;
  }
  
div.float p {
   text-align: center;

   }

body {
	color:#333;
	margin:0px 0px 0px 0px;
	background-color:white;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 10px 10px;
	padding:0px;
	font-size:24px;
	font-weight:900;
	color:#ccc;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}


h3.lft {
	margin:0px 0px 10px 10px;
	padding:0px;
	font-size:40px;
	font-weight:900;
                  text-align: left;
	color:#dfdfdf;
	}

h3.cntr {
	margin:0px 0px 10px 10px;
	padding:0px;
	font-size:40px;
	font-weight:900;
                  text-align: center;
	color:#dfdfdf;
	}

h3.rght {
	margin:0px 0px 10px 10px;
	padding:0px;
	font-size:40px;
	font-weight:900;
                  text-align: right;
	color:#dfdfdf;
	}

p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:5px 0px 5px 0px;
	padding:0px;
	}

dt{ 	font-weight: bold;
	margin-left: 5px }

dd {	font-weight: normal;
 	margin:5px;
                  line-height:11px;
   	color: #369;}

fieldset {
          padding:25px;
          }

a {
	color:#369;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	}
       
       a:link {color:#369;}
       a:visited {color:#369;}
       a:hover {background-color:#fff;}
  



/* All the content boxes belong to the center class. */
.center {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	height:400px;
	min-width:300px;
                  top:190px;
	margin:0px 210px 10px 170px;
	background-color:white;
	padding-left:100px;
	padding-top:50px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#left {
	position:absolute;
	width:150px;
	top:190px;
	left:10px;
	/* border:1px dashed black; */
	/* background-color:#eee; */
	padding-top:5px;
	border-right:1px solid #000;
	border-top:1px solid #000;
                  text-align: left;
	z-index:2;
              }

#top {
	position:absolute;
       	width:96%;
                  height:150px;
	top:10px;
                  left:10px;
	border-bottom:2px solid #ccc;
	padding:10px;
                  text-align:left;
              }

		
#right {
	position:absolute;
	width:200px;
	top:190px;
	right:30px;
	/* order:1px dashed black; */
	/* background-color:#eee; */
	/* padding-top:5px; */
                  text-align: justify;
	z-index:3;
	}


