﻿body 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#000000;
}
/*-----------------
CMS Portal 

------------*/

#cmsheader  /* heading of the page */ 
{ 
   
   margin-left :auto;
   margin-right:auto;
   width:800px;
   height:auto;
   BORDER:1px; 
   border-top-style: solid;
   border-top-color: #4B7AA2;
   border-left-style: solid;
   border-left-color: #4B7AA2;
   border-right-style: solid;
   border-right-color: #4B7AA2;
   BACKGROUND-IMAGE:url(../images/headerbg.gif); 
   BACKGROUND-REPEAT: repeat-x;  
}
#cmsfooter
{
   margin-left :auto;
   margin-right:auto;
   width:800px;
   height:15px;
   border: 1px;
   border-bottom-style: solid;
   border-bottom-color: #4B7AA2;
   border-left-style: solid;
   border-left-color: #4B7AA2;
   border-right-style: solid;
   border-right-color: #4B7AA2;   
   BACKGROUND-IMAGE:url(../images/footerbg.gif);
   BACKGROUND-REPEAT: repeat-x;
   
}
#leftcontain
{
   background-color: #DFE1E3;   
   float: left;
   height:auto;
    }
#rightcontain
 {
    background-color: #E8EDF2;
    border-left: 1px;
    border-left-style: dotted;
    float:right;
    width:300px;
    height:auto;
    
    }
 #MessageContain
 {
    margin-top:20px;
    margin-left: 15px;
    margin-right: 325px;
    border: 1px;
    border-style:ridge;
    padding: 3px;
 }
   #FFspacer
   {
    height:120px
   }

