/* Brittons Style Sheet */

/* hide areas that are only for print
.printonlyhead {
display:none;
}
.page {
margin-bottom: 30pt;
}

div {
font-family: "verdana","arial","geneva","helvetica",sans-serif;
font-size: 90%;
}

img {
vertical-align: text-bottom;
border: 0;
}

a {
outline: none;
font-weight: bold;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
}

h1 {
font-family: "Verdana","Arial","Geneva","Helvetica",sans-serif;
font-size: 140%;
font-weight: normal;
}


h2 {
font-family: "Verdana","Arial","Geneva","Helvetica",sans-serif;
font-size: 120%;
text-align: left;
font-weight: bold;
}


h3 {
font-family: "Verdana","Arial","Geneva","Helvetica",sans-serif;
font-size: 110%;
font-weight: bold;
text-align: left;
margin-bottom: 0;
}

th {
font-family: "Verdana","Arial","Geneva","Helvetica",sans-serif;
font-size: 110%;
font-weight: bold;
}

textarea {
width: 400px;
height: 150px;
font-family: "Verdana","Arial","Geneva","Helvetica",sans-serif;
}

/* table,tr,td {
border-width: 1px;
border-style: solid;
border-color: #3ff;
} */

.warning {
font-weight: bold;
}
body {
background-color:#ffcc00;
font-family: "verdana","arial","helvetica","geneva",sans-serif;
}
#top {
margin: 20px;
padding: 10px;
background: #ccc;
height: 100px;
}
#left {
position: absolute;
left: 10px;
top: 160px;
width: 200px;
}
#center {
background: #fff;
margin-top: 0;
margin-left: 220px;
margin-right: 220px;
}
#right {
position: absolute;
right: 10px;
top: 160px;
width: 200px;
}
a:link {
color:#336688;
text-decoration:underline;
}
a:visited-link {
color:#336688;
text-decoration:underline;
}
a:hover {
color:#336688;
text-decoration:underline;
background-color: #FFCC00;
}
.messagebox {
WIDTH: 70%;
TEXT-ALIGN: left;
padding: 2em 2em 2em 2em;
}
.newsbox {
WIDTH: 450px;
TEXT-ALIGN: left;
border-width: 2px;
border-style: solid;
margin-left:5px;
}
.newshead {
WIDTH: 100%;
TEXT-ALIGN: center;

font-weight: bold;
}
.newsbody {
WIDTH: 90%;
TEXT-ALIGN: left;
margin: 2px 1em 2px 1em;
font-size: small;
}
.question {
font-weight:bold;

}