body {
    background: #000000 url(../images/logobg.jpg) repeat;
    color: #000000;
    font-size: .75em;
    font-family: veranda, helvetica, sans-serif;
}

li {
    margin: 3px 0px 0px 0px;
}

a:link {
    color: #000066;
    text-decoration: underline;
}
a:visited {
    color: #000066;
    text-decoration: underline;
}
a:hover {
    color: #000099;
}
a:active {
    color: #000066;
    text-decoration: underline;
}
a.footerlink:link,a.footerlink:visited,a.footerlink:hover,a.footerlink:active {
    color: #ffffff;
}

.special_text,.special_text_big,.special_text_big2 {
    font-weight: bold;
    color: #4f46ec;
}

.special_text2,.special_text_big2 {
    color: #cc0033;
}

.special_text_big,.special_text_big2 {
    font-size: 2.5em;
}

.special_text,.special_text2 {
    font-size: 1.5em;
}

.special_text_small {
    font-size: 0.8em;
}

.special_banner {
	border: 1px groove #cc0033;
    color: #cc0033;
    background: #ffcc11;
    font-size: 3em;
    font-weight: bold;
}

ul.nobullets {
    list-style: none;
}

.floatleft {
    float: left;
    margin: 0px 10px 0px 10px;
}

.floatright {
    float: right;
    margin: 0px 10px 0px 10px;
}

* html #content_block {
    display: inline;
}

#page_wrap {
    border: 1px groove #cc0033;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#content_block {
    float: left;
    background: #ffffff;
    width: 100%;
}

#page_content {
    margin: 10px;
}

/* we need this for IE 5.01 - otherwise the block_wrap does not expand to the
necessary height (unless fixed, this problem becomes even more acute
weirdness as the method is enhanced */
#block_wrap {
    /* Normally a Holly-style hack height: 1% would suffice but that causes
IE 5.01 to completely collapse the block_wrap - instead we float it */
    float: left;
    /* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes
(I saw it happen many moons ago) makes the width of block_wrap too small
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here
just in case that many moons ago problem rears its head again */
    float /**/: none;
}
/* easy clearing */

#block_wrap :after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#block_wrap {
    display: inline-block;
}

/*\*/
#block_wrap {
    display: block;
}
/* end easy clearing */

#side_block {
    float: right;
    width: 30%;
    margin: 0px 0px 0px 15px;
}

#box {
    border: thin silver solid;
}

.box_text, .box_text_big {
    font-weight: bold;
}

.box_text_big {
    font-size: .9em;
    margin: 15px 5px 5px 5px;
}

.box_text {
    font-size: .8em;
    margin: 5px 5px 15px 5px;
}

.bannerleft {
    float: left;
    margin-left: 10px;
}

.bannerright {
    float: right;
    margin-right: 10px;
}

#header,#footer {
    width: 100%;
    clear: both;
}

#header {
    background: #000000;
}

#footer {
    background: #ffffff;
    padding-top: 15px;
    text-align: center;
}

.heading, .subheading {
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.heading {
    padding: 20px;
    font-size: 3em;
}

.subheading {
    font-size: 1.2em;
}

#logoleft {
    background: transparent;
    float: left;
}

#logoright {
    background: transparent;
    float: right;
}

.outsidestripe, .insidestripe {
    font-size: .8em;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.outsidestripe {	
    background: #cc0033;
}

.insidestripe {
    background: #ffcc11;
}

#weblink a {
    color: #ffffff;
    text-decoration: underline;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.contact_text {
    text-align: right;
    width: 30px;
}

.top_border {
    border-top: 2px groove #cc0033;
}

.bottom_border {
    border-bottom: 2px groove #cc0033;
}

.scroll_box {
    width: 600px;
    height: 500px;
    overflow: auto;
}

div.figure_left, div.figure_right {
    border: thin silver solid;
    margin: 5px;
    padding: 5px;
}

div.figure_center {
    text-align: center;
}

div.figure_left {
    float: left;
}

div.figure_right {
    float: right;
}

.figure, div.figure_center p, div.figure_left p, div.figure_right p {
    text-align: center;
    text-indent: 0;
    font-weight: bold;
    font-size: .9em;
    color: #cc0033;
}

.spinner {
	display: none;
}

.label {
	width: 15em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit {
    margin-left: 14em;
}

#nav_block {
    border-bottom: 2px groove #ffcc11;
    background: #ffcc11;
    padding: 5px;
}

#navigation {
    color: #000000;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
}

.nav_link {
    width: 12em;
    height: 1.5em;
    line-height: 1.5em;
}

#navigation a:link, #navigation a:visited {
    text-decoration: none;
    color: #000000;
    padding: .4em 1em .4em 1em;
}

#navigation a:hover {
    background: #cc0033;
    color: #ffffff;
}

.accessaid {
    position: absolute;
    height: 0;
    overflow: hidden;
}