/* Style sheet for browser display */
<!--
body {
background-color : white; 
color : rgb(0,0,123); 
font-family : "Century Gothic", arial, helvetica, sans-serif; 
margin-top: 0;
} 
body.orange {
background-color : rgb(255,107,0); 
} 
h1 , h2 , h3 , h4 {
color : rgb(0,0,123); 
background-color : transparent; 
} 
h1 {
margin-top : 15px; 
text-align : center; 
font-family : "Century Gothic", arial, helvetica, sans-serif; 
font-size : 22px; 
font-weight: normal;
} 
h2 {
margin-top : 10px; 
font-family : "Century Gothic", arial, helvetica, sans-serif; 
text-align : left; 
margin-left : 10px; 
font-size : 18px; 
} 
h3 {
color : rgb(0,0,123); 
text-align : left; 
padding-top : 8px; 
margin-bottom : 2px; 
margin-left : 10px; 
font-size : 14px; 
} 
h4 {
text-align : left; 
margin-top : 5px; 
margin-bottom : 3px; 
margin-left : 10px; 
font-size : 12px; 
} 
p {
text-indent : 0; 
text-align : left;
font-family : arial, helvetica, sans-serif;
font-size : 12px; 
color : rgb(0,0,123); 
margin-top : 20px; 
margin-bottom : 1px; 
margin-left : 10px; 
margin-right : 5px; 
} 
p.sidebar {
text-indent : 0; 
font-size : 10px; 
color : navy;
text-align : center;
line-height : 12px; 
margin: 0; 
}
p.return {
text-align : right;
} 
p.centre {
text-align : center;
} 
p.afterheading {
margin-top : 5px;
} 
p.footer {
margin-top : 5px;
text-align : center;
} 
a {
color : rgb(0,0,123); 
background : transparent; 
} 
a:link {
color : rgb(0,0,123); 
text-decoration : none; 
} 
a:visited {
color : rgb(0,0,123); 
text-decoration : none; 
} 
a:active {
color : rgb(255,107,0); 
text-decoration : none; 
} 
a:hover {
color : rgb(255,107,0); 
text-decoration : none; 
} 
address {
font-family : arial;
color : rgb(192,192,192); 
background-color : transparent; 
font-size : 10px; 
font-style : normal; 
text-align : center; 
margin-left : 10px;
margin-right : 10px;
margin-top : 10px;
margin-bottom : 10px;
} 
address.bottom {
background-color : rgb(225,223,223); 
margin : 0;
} 
img {
border : 0
}
.invisible {display: none;
}
div.map {
text-align : center;
margin-top : 20px;
margin-bottom : 20px; 
}  
div.sidebar {
position : absolute; 
background : transparent; 
top : 0px; 
left : 10px;
width : 150px; 
height : 100%;
font-family : arial, helvetica, sans-serif; 
font-weight : normal; 
font-size : 13px; 
line-height : 18px;
} 
div.sidebar a, div.sidebar a:link, div.sidebar a:visited {
background : transparent; 
color : rgb(0,0,99); 
text-indent : 15px;
display : block; 
padding : 2px;
text-decoration : none; 
} 
div.sidebar a:active , div.sidebar a:hover {
background-color : transparent;
color : white; 
text-indent : 15px;
display : block; 
padding : 2px;
text-decoration : none; 
}
div.main {
position : absolute; 
top : 0px; 
left : 150px; 
background-color : rgb(0,0,99);
color : white;
width : 600px;
} 
div.text {
position : relative; 
left : 15px; 
background-color : rgb(192,192,192);
color : rgb(0,0,99);
width : 540px;
} 

div.left {
left : 10px;
margin-top : 5px;
background-color : rgb(215,215,255);
color : black;
width : 370px;
text-align : left;
}
div.lefttop {
background-color : white;
color : black;
width : 370px;
text-align : left;
padding : 0;
}
div.right {
position : absolute;
top : 235px;
left : 400px;
background-color : white;
color : black;
width : 180px;
text-align : left;
border-left : solid;
border-color : gray;
border-width : 1px;
}
div.pad {
padding : 0px 5px 10px 5px;
}
div.padtop {
padding-top : 0;
padding-left : 10px;
padding-bottom : 5px;
padding-right : 10px;
}
div.padright {
padding-top : 0px;
padding-left : 10px;
padding-bottom : 5px;
padding-right : 5px;
}
div.padleft {
padding-top : 0px;
padding-left : 20px;
padding-bottom : 0px;
padding-right : 0px;
}

div.padcolumn {
padding-top : 5px;
padding-left : 0px;
padding-bottom : 3px;
padding-right : 0px;
}
div.rule {
padding : 0px 5px 0px 5px
}
ul {
text-indent : 0; 
text-align : left;
font-family : arial, helvetica, sans-serif;
font-size : 12px; 
color : rgb(0,0,123); 
margin-top : 0; 
margin-left : 25px; 
padding-left : 0; 
} 
li {
margin-top : 0; 
margin-bottom : 0; 
}
