/* CSS Document */

body {
font-size: 14px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:10px 10px 10px 10px;
margin:10px;
}
a {color: ##0000FF;}
a:visited {color:#0000FF;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 18px;
font-weight:bold;
padding:25px 10px;
text-align:center;
color:#7E4094;
margin:0px }

hmain {
font-size: 24px;
}

h2 {
font-size:16px;
font-weight: bold;
padding: 5px 10px;
color:#7E4094;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-color:#7E4094;
border-width: 5px 5px 5px 5px;
}

/* ----------banner for logo-------------- */
#banner {
background-image: url(/images/logo.gif);
background-repeat: no-repeat;
background-position:top right;
border-style: solid;
border-color:#7E4094;
border-width: 0px 0px 2px 0px;
height:130px;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 0px;} 

/* -----------------content--------------------- */
#content {
padding: 0px;
margin-left: 180px;
margin-right: 0px;
border-style: solid;
border-color:#7E4094;
border-width: 0px 0px 0px 2px;
}
div#content { 
min-height:650px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}
image{
padding: 5px 10px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 180px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
height:20px;
margin: 0px;
padding: 5px;
text-align:center;
text-decoration:none;
border-style: solid;
border-color:#7E4094;
border-width: 2px 0px 0px 0px;
 }
 #footer a {
 text-decoration:none;
 }
 #footer a:visited { color:#0000FF;}

 .testimony {    

    width:550px;
    background-image: url(/images/quotes.gif);
    background-repeat: no-repeat;
    background-position: -30px 20px;
    margin:0 auto;
    position:relative;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
    }  

.testimonial {

    width:350px;
    padding:30px 50px;
    background-image: url(/images/quotes.gif);
    background-repeat: no-repeat;
    background-position: 410px bottom;
    font-size:12pt;
    color:#787878;
    font-style:italic;
    position:relative;
    }
.testaments {
font-weight:bold;} 

.borderleft {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  } 
  
  .borderright {
  float:right;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  }
    .bordercentre {
  float:center;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  }

