/* hornsea.css */

/* the (margin) controls the indent of text (all pages) */
/* (margin:25px 0px; padding:0px;) in the first line of body offsets IE bugs with this method of centering the container column and margin:0px auto; text-align:left; in the #container is to center the container */
/* this controls the scrollbar in IE5 and above only (only works with a quirky DOCTYPE declaration i.e. with no W3C URL <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> */

body
{
margin:25px 0px; padding:0px;
text-align:center;
background-image:url('images/background.gif');
font-family:Verdana, Arial, "Times New Roman", sans-serif;
font-size:1em;
}

body{
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#7F1948;
scrollbar-track-color:#CCCCCC;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#000000;}

/* this is the grey box container (all pages) */

#container 
{
padding-top:25px;
width:850px;
margin:0px auto;
text-align:left;
border:1px; 
border-style:solid;
border-color: #000000;
background-color:#003300;
}

a:link
{
font-size:0.90em;
color:#FFFFFF;
text-decoration:none;
font-weight:600;
}

a:visited
{
font-size:0.90em;
color:#FFFFFF;
text-decoration:none;
font-weight:600;
 }

a:hover
{
font-size:0.90em;
color:#FFFFFF;
text-decoration: underline;
font-weight:600;
}


/* this is the main graphic header logo (all pages) */

#logo 
{
text-align:center;
}

/* this is the main graphic beneath main logo header (all pages) */

#montage 
{
text-align:center;
}

.TitleTxt { background-color:#7F1948;
color:#FFFFFF;
padding-top:1%;
padding-bottom:1%;
padding-left:1%;
padding-right:1%;
font-family:Verdana, Arial, "Times New Roman", sans-serif;
font-size:0.90em;
font-weight:600;
text-align:left; }

.maintext
{
color:#d6b449;
margin: 20px;
}


.ErrorTxt {  font-family: Verdana, Arial, sans-serif; font-size:0.90em; font-style: normal; font-weight: normal; font-variant: normal; color: #FF0000}

/* this is the footer */

.ftr {
 width:850px;
 padding-top:5px;
 padding-bottom:5px;
 background-color:#006600;
 color:#FFFFFF;
 text-align:center;
 font-weight:400;
 font-family:Verdana, Arial, "Times New Roman", sans-serif;
 font-size:0.75em;
 font-style:normal;
 }

.ftr a
{
color:#ffffff;
background-color:transparent;
}

.ftr a:hover
{
color:#ffffff;
background-color:transparent;
}

.ftr a:visited
{
color:#ffffff;
background-color:transparent;
}


