body {

 
//background-color: #e8eae8;
background-color: #red;
margin: 0px;
padding: 0;
font-size: 14px;
font-family: verdana, arial, helvetica, sans-serif;
}
h1 {
font-family: verdana, arial, helvetica, sans-serif;
margin: 0 0 15px 0;
padding: 0;
color: #888;
 text-align: center;
}
h2 {
font-family: verdana, arial, helvetica, sans-serif;
margin: 0 0 5px 0;
padding: 0;
font-size: 1.1em;
}
p {
font-family: verdana, arial, helvetica, sans-serif;
line-height: 1.1em;
margin: 0 0 16px 0;
padding: 0;
}
.content>p {
margin: 0;
}
.content>p+p {
text-indent: 30px;
}
a {
color: teal;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: 600;
text-decoration: none;
}
a:link {
color: blue;
}
a:visited {
color: blue;
}
a:hover {
background-color: #bbb;
}

a.logomenu:link {
color: white;
}
a.logomenu:visited {
color: blue;
}
a.logomenu:hover {
background-color: #bbb;
}

div#wrapper {
border: solid 0px black;
width: 800px;
height: 1500px;
background-color: #f2f2f2;
}
div#header{
    width: 800px;
	height: 150px;
	border: 0px blue dotted;
	font-family: verdana;
	font-weight: 900;
	background-color: #f2f2f2;
}
div#logotext {
    position: relative;
    height: auto;
    width: auto;
    left: 40px;
    top: 60px;
    font-size:25px;
    line-height:18px;
    color:white;
}
div#logomenu {
	 border:black 0px solid;
	 font-family: verdana; 
	 font-weight:700;
	 font-size: 16px; 
     width: 700px ;
     margin-left: auto ;
     margin-right: auto ;

}
div#logomenu a {color: blue; text-decoration: underline;  }

div#leftbar {
   width: 255px;
   height: 900px;
   border: 0px black solid;
   float: left; 
   margin-top:10px;
   margin-left: 25px;
   background-color: #f2f2f2;   
}
div#rightbar {
     width: 450px;
	 height: 700px;
	 border: 0px red dotted;
	 float: right;
	 text-align: left;
	 margin-left:20px;
	 font-family: verdana;
	 font-weight: 900;
	 margin-top:10px;
	 font-size: 14px;
	 background-color: #f2f2f2;
}
div#clear {
 clear: both;
}	 
div#footer {
   border: 0px blue solid;
}   
div#listview {
      width:750px;
	  text-align:left;
	  border: 0px green solid;
}
div#formrcd {
     width:650px;
	  text-align:left;
	  border: 2px black solid;

 }  

 div#csection {
      width:800px;
	  text-align:left;
	  border: 1px black solid;
      min-height:200px;
	  height:auto!important;
	  height:200px;


	  }
 div#pcenter {
      width:500px;
	  text-align:center;
	  border: 0px black solid;
      min-height:200px;
	  height:auto!important;
	  height:200px;
	 font-family: verdana;
	 font-weight: 900;

	 font-size: 20px;

	  }	  
 div#thumb-right{
         border: 1px black solid;
		 width:201px;
		 float:right;
		 height:auto;
		 text-align: center;
		 text-decoration:underline;
         color: blue;		 
  } 
div#thumb-left{
         border: 1px black solid;
		 width:201px;
		 float:left;
		 height:auto;
		 text-align: center;
		 text-decoration:underline;
         color: blue;		 		 
  } 
div#row{
      border: 0px black dashed;
	  width: 600px;
	  height: 25px;
}
div#col-left{
       border: 0px black solid;
       width: 175px;
       float: left;
       text-align: left;
} 	   
div#col-center{
       border: 0px black solid;
       width: 175px;

       float: left;
       text-align: center;
} 	   
div#col-right{
       border: 0px black solid;
       width: 200px;
       text-align: right;
       float: left;	   
} 
div#paragraph-left{
       border: 0px black solid;
       width: 800px;
       text-align: left;
 } 
span#MBT{
      font-style:italic;    
      font-weight: 900;	   
}
  }	 
