/* Style sheet created using StyleMaster 3.5.2
 * http://www.westciv.com/
 */

body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    text-align: left;
    background-color: #FFEADF;
    background-image: url(images/bg2.gif);
    background-attachment: fixed;
    }

div#main-title {
    text-align: center;
    background-color: #A9393C;
    color: #000000;
    border-bottom: solid #0044ff 1px;
    padding-top: 3px;
		padding-bottom: 3px;
    }

#navbar {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    border-right: solid #000000 1px;
    border-bottom: solid #000000 1px;
    border-left: solid #000000 1px;
    font-weight: bold;
    padding: 15px;
    }

#navbar a:link, #navbar a:visited {
    color: #6699ff;
    text-decoration: none;
    margin-left: 1em;
    margin-right: 1em;
    }


#navbar a:hover {
    color: #000000;
    text-decoration: underline;
    margin-left: 1em;
    margin-right: 1em;
    }

#navbar span.current {
    color: #000000;
    text-decoration: none;
    margin-left: 1em;
    margin-right: 1em;
    }

div#main-content {
    text-align: left;
    color: #000000;
    background-color: #ffffff;
    border-right: solid #000000 1px;
    border-left: solid #000000 1px;
    border-bottom: none;
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    }

div#footer {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    clear: both;
    background-color: #0000ff;
    color: #ffffff;
    border-top: 1px #000000 solid;
    border-right: 1px #000000 solid;
    border-left: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

p.shout {
    color: #0000ff;
    font-size: large;
    text-align: center;
    font-weight: bold;
    margin-right: 0px;}
		
p.reverse {
	  color: #ffffff;
		background-color: #0000ff;
}

p.centred {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    }


span.highlight {
    background-color: #ffff33;
    }

span.crossedout {
    text-decoration: line-through;
    }

li {
    list-style-image: url(images/arrow.gif);
    margin-bottom: 0.7em;
    }

ul.nobullets li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 0.7em;
    }

/* em {
    font-weight: bold;} */

a:link {
    color: #0000ff;
    text-decoration: underline;
    }

a:visited {
    color: #800080;
    text-decoration: underline;
    }

a:hover {
    color: #0099ff;
    text-decoration: underline;
    }

h1 {
    font-size: 1.6em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
		color: #0000ff;

    }

h2 {
    font-size: 1.3em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #B40808;
    }

h3 {
    font-size: 1.2em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    }

h4 {
    font-size: 1.1em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    }

h5 {
    font-size: 1em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    }

img {
    border: none;
    }

img.rhs {
    float: right;
    margin: 10px;
    }

img.lhs {
    float: left;
    margin: 10px;
    }

img.centre {
    display: block;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    }

div.box {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 45px;
    margin-left: 45px;
    padding: 5px;
    border: #999999 double;
    }

div.box h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
/*  font-weight: bold; */
    text-align: center;
    }

div.testimonial {
    color: #000000;
    background-color: #ffffcc;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 150px;
    margin-left: 150px;
    padding: 15px;
    border: 2px #999999 solid;
    }

/* Styles for an image floating to the right, with a caption */

div.floatright {
    float: right;
    width: 100px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    }

div.floatright img {
    border: 1px #000000 solid;
    }

div.floatright p {
    font-style: italic;
		font-size: 0.8em;
    text-align: center;
    margin-bottom: 0px;
    }

