
/* CSS Document */

html {} 


body 
{
    

	
	text-align:center;
    /*background-image:url("../images/bg.JPG");*/
    background-color:#ffffff;
  
}

#mainwrap {
	margin: 0 auto; 
    width: 898px; /* Replace the xxxx with the the width of your site (eg 800px)*/ 
    text-align:left;
    background-color:#f8f7fc;
	font-family:Gill Sans MT;
	border:thin;
	height: 570px;
	border-color:#9e9e9e;
	border-style:solid;
	}
/*--------------White Sidebar links -------------------------*/	
#mainwrap a.pagelink:link,
#mainwrap a.pagelink:visited,
#mainwrap a.pagelink:active

{
color:#9e9e9e;
}
/*--------------Black page links -------------------------*/
#mainwrap a.contentlink:link,
#mainwrap a.contentlink:visited,
#mainwrap a.contentlink:active

{
color:#000000;
}
/*------------------Side bar configuration--------------------*/

#sidebar
{
    width:30%;
    float: left;
    height:330px;
    text-indent:20px;
    
	/*background-color:#FEFaFF;*/
	background-color:#efeff9;

}

#content
{
    width: 65%;
    height:330px;
    float:left;
    overflow:auto;
    padding-left:5%;
    background-color:#f8f7fc;
    
    
}
#navbar
{
    width:100%;
    /*background-color:#8E8EB2;*/
    background-color:#ffffff;
    height:25px;
    float:left;
    clear:both;
}

#topbar
{
    width:100%;
    /*background-color:#8E8EB2;*/
    background-color:#afbce8;
    height:40px;
    float:left;
    clear:both;
    text-align:center;
    padding-top:5px;
    font-size:24px;
    font-weight:bold;
}

#tb1
{
    width:25%;
    height:40px; 
    float:left;  
}
#tb2
{
    width:25%;
    height:40px;
     float:left;   
}
#tb3
{
    width:25%;
    height:40px; 
     float:left;  
}
#tb4
{
    width:25%;
    height:40px;
     float:left;   
}

#topbar a.menu:link,
#topbar a.menu:visited,
#topbar a.menu:active {
	color: #fffff;
	text-decoration:none;
	
}

#topbar a.menu:hover {
	color:#9e9e9e;
}

.sidebar
{
    font-family:Gill Sans MT;
    font-size:16px;
    color:black;
    font-weight:bold;
    
    
}
#sbitem1
{
    width:100%;
    height:30px;
    background-color:#efeff9;
    padding-top:15px;
      
   
}

#sbitem2
{
    width:100%;
    height:30px;
    background-color:#efeff9;
    padding-top:15px;  
     
}
#sbitem3
{
    width:100%;
    height:30px;
    background-color:#efeff9;
    padding-top:15px; 
    
}
#sbitem4
{
    width:100%;
    height:30px;
    background-color:#efeff9;
    padding-top:15px;
      
}

#sbitem5
{
    width:100%;
    height:30px;
    background-color:#efeff9;
    padding-top:15px;
      
}

#sbitem6
{
    width:100%;
    height:30px;
    background-color:#efeff9;
    padding-top:15px;
      
}

#mainwrap a.pagelink:hover
{
text-decoration:underline;
}

#header
{
    width:100%;
    height:170px;
    background-image:url("../images/mds1.JPG");
    background-repeat:no-repeat;
    text-align:center;
    float:left;

	
} 

h1
{
    font-family:Gill Sans MT;
    text-align:center;
    font-size:26px;
    color:#9e9e9e;
}

h2
{
    font-family:Gill Sans MT;
    text-align:center;
    font-size:20px;
    color:black;
}



#footer
{
    width:898px;
    background-color:#afbce8;
    height:25px;
    float:left;
    clear:both;
    text-align:center;
    
   

}

.normal
{
    font-family:Gill Sans MT;
    font-size:14px;
    font-weight:bold;
}

.normalbullet
{
    font-family:Gill Sans MT;
    font-size:medium;
    list-style-type:circle;
    
}

.menu
{
    color:#efeff9;
}
