/* page style - full width content - no left margin  */
body {
background: #0099FF ;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: #222;
}

html {
overflow-y:scroll;
}

a {
text-decoration: none;
}

p {
margin: 0;
padding: 0 0 6px 0;
text-align: left;
}

p.center {
margin: 0;
padding: 0 0px 0 0;
text-align: center;
}

td {
font-size: 16px;
text-align: center;
}


#wrap {
margin: 0 auto;
width: 800px;
}

#header {
margin: 0 auto;
width: 760px;
padding: 0 0 0 40px;
background: #0099FF;
align: center;
}

#top_menu {
margin: 0 auto;
width: 800px;
padding: 10px  0px;
background: #0099FF;
}

.menutop li {
display: inline;  /* Makes the link all appear in one line, rather than on top of each other */
}

.menutop li a {
float: right; 
color: #0099FF;
padding: 9px 11px;
text-decoration: none;
border-right: 0px #0099FF; 
}

.solidblockmenu{
margin: 0 10px 0 10px;
padding: 0;
float: right;
font: bold 9px Arial;
width: 780px;/*Adjust this to change width of the menu bar */
overflow: hidden;
/* margin-bottom: 0em; */
/* border: 0px solid #0099FF; */
border-bottom: 5px solid #0099FF;  /* change to border-bottom & from 0px to 5px */
/* border-width: 0px 0px; */
/* background: #0099FF url(../images/blockdefault21.gif) center center repeat-x */
background: #cccccc;    /*  Replaces gif - A. Forbes, 07-APR-2017  */
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: navy;
padding: 5px 9px;
text-decoration: none;
border-right: 2px solid #0099FF;
}

.solidblockmenu li a:visited{
color: navy;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
/*  background: transparent url(../images/blockactive21.gif) center center repeat-x;  */
backgrond: #999999; /*  Replaces gif - A. Forbes, 07-APR-2017  */
}

#content {
float: left;
width: 780px;
margin: 0px 0 0 10px;
padding: 0px 0 0 0px;
background: #FFF;
font-family: serif;
}

/* a.content {
text-decoration: none;
color: #3399FF;
} */

dl {
margin: 0 25px;
padding 0;
text-align: left;
}

.centre {
float: right;
width: 780px;
margin: 0px 0 0 10px;
padding: 0;
font-size: 10pt;
text-align: justify;
background: #00CC00;

}

.centre a {
text-cecoration: none;
font-size: 100%;
color: #F00;
}

.centre a:hover {
color: #000080;
}

.centre h1 {
margin: 0;
padding: 0px 0 5px 0px;
font-size: 25px;
font-weight: 220;
font-style: normal;
line-height: 30px;
text-align: center;
color: #000;
}

.centre h2 {
margin: 0;
padding: 5px 0 0px 3px;
font-size: 42px;
font-weight: 120;
font-style: normal;
line-height: 40px;
text-align: center;
color: #FFF;

}

.centre h3 {
margin: 0px;
padding: 5px 0 0px 0px;
font-size: 16px;
font-weight: 600;
line-height: 20px;
text-align: center;
color: #333;
}

.centre h4 {
margin: 0;
padding: 0;
font-size: 18px;
font-weight: 600;
line-height: 20px;
color: #c0c0c0;
}

.centre h4 a {
margin: 0;
padding: 0 0 10px 0px;
font-size: 16px;
font-weight: 600;
line-height: 20px;
color: #cc0000;
}

.centre h5 {
margin: 0;
padding: 0;
font-size: 20px;
font-weight: 220;
font-style: normal;
line-height: 20px;
text-align: center;
color: #000;
}

.centre h6 {
margin: 0;
padding: 0px 0 0px 10px;
font-size: 35px;
font-weight: 120;
font-style: normal;
line-height: 40px;
text-align: center;
color: #3399FF;
}

.center td {
font-size: 18px;
text-align: center;
}

dt {
margin: 0 25px;
font-weight: bold;
font-size: 140%;
line-height:100%;
}

dd {
margin: 0 25px 20px 35px;
font-size: 120%;
line-height: 100%;
}


.articles { padding: 10px; }

#box {
margin: 0;
padding: 0;
background: #FFFFFF;
}

#textbox {
margin: 0;
padding: 0;
}

.left {
float: left;
margin:0;
padding: 0;
width: 150px;
}

.left img {
float: left;
margin: 0 0 0 10px;
padding: 0;
}

img.left {
float: left;
margin: 3px 0 3px 10px;
padding: 0;
}

.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
line-height: 20px;
color: #000;
font-size: 13px;
}

.left ul {
margin: 5px 0 0 0;
padding: 0 0 0 20px;
color: #3399FF;
list-style-type: none;
}

.left ul li a {
text-decoration: none;
margin: 0;
padding: 0;
font-weight: 600;
}

.left ul li a:hover {

}


#bottom {
background : #0099FF url(../images/content1.jpg) repeat-y;
padding: 0 0 10px 200px;
}

#footer {
text-align: center;
font-size: 11px;
color: #fff;
padding-bottom: 10px;
}

#footer a { color: #fff; }
#footer a:hover { color: #111; }