/* CSS Document */
/* *** css by WPM Services *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background: #996699 url('images/bg/pagebg.gif') top left;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#642d89;
padding:0px;
margin:0px;
}


h1 {
font-size: 14px;
text-transform:uppercase;

/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
color: #642d89;
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

/**img.download {vertical-align:middle;}***/

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-left: auto;
margin-right: auto;
height:100%;
background: #c7add7 no-repeat bottom left;
border:1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
height:331px;
text-align: center;
background:  url('images/bg/header00.jpg') no-repeat bottom center;
background-color: #996699;

padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:30px;font-size:2em;font-weight:bold;}

/* -----------------content--------------------- */
#content {

background:#ffffff  no-repeat top right;
padding: 1px;
margin-left: 125px;
margin-right: 150px;
border-top: thin solid #c7add7;
border-right: medium double #81559e;
border-left: medium double #81559e;
min-height:800px;
line-height: 1.5;

}
#content a:link, #content a:visited{ 
 display:inline;
 color:  #cc99cc;
 text-decoration: none;

}

#content a:hover { 
 display:inline;
 color: #C32B2A;
 text-decoration: none;
}

p, pre{
padding: 5px 5px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 125px;
margin: 0px;
padding: 0px;
background:#c7add7;
 height:80%;
}

#left h3 { 
 font-size: 110%;
 background-image: url(images/bg/sidelefth.jpg); 
 background-repeat: no-repeat; 
 margin: 0; 
 padding: 0.2em 0 0.2em 10px; 
 font-weight: normal; 
}

.leftside a:link, .leftside a:visited{ 
 display:inline;
 color:  #81559e;
 text-decoration: none;
}

.leftside a:hover { 
 display:inline;
 color: #ffffff;
 text-decoration: none;
}



/* --------------right navi------------- */
#right {
float: right;
width: 150px;
margin: 0px;
padding: 0px;
background:#c7add7;
 height:80%;
}

#right h3 { 
 font-size: 110%;
 background-image: url(images/bg/sidebarheader.jpg); 
 background-repeat: no-repeat; 
 margin: 4px 0px; 
 padding: 0.2em 0 0.2em 10px; 
 font-weight: normal; 
}

#right a:link, #right a:visited{ 
 display:inline;
 color:  #81559e;
 text-decoration: none;
}

#right a:hover { 
 display:inline;
 color: #ffffff;
 text-decoration: none;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin:0;
padding:0px;
height:35px;
text-align: center;
background:  url('images/bg/footer.gif') repeat-x ;
}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
  
  #footer a:link, #footer a:visited {
  text-decoration:none;
  color: #642d89;
  }
  
  #footer a:hover {
  color: #FFFFFF;
  }
  
  .footlinks{
  margin-top:10px;
  }
 /**********vertical menu***************/
/**.verticalmenu ul{
 list-style:none;**/
/*list-style-image: url("images/bg/bullet.gif")*/
 /***padding: 10px;
 margin: 0;
}

 .verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
   display: block;
   font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
   color: #81559e;
   text-decoration: none;
   text-align: left;
   width: 100px;
   height: 35px;
   
 }

 .verticalmenu a:hover{*/
   /*background: url('images/bg/menuhover01.gif') no-repeat;*/
  /** color: #ffffff;
 }**/
 
 .buttonmenu{
list-style-type: none;
margin: 1px 1px 1px 1px;
padding: 0px;
width: 113px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
margin-bottom: 2px;
padding: 12px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #662e86; /**#704968;**/
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: #662e86;
background-color: #CDB4C8;
}
