body {
background-image: url(/images/bg.gif);
font-family: Verdana, sans-serif;
color: #000033;
font-size: 8pt;
margin: 0;
padding: 0;
}

a:link {	
color: #666699;
background-color: #ffffff;
font-weight: bold; 
text-decoration: none; 
cursor: default;
}

a:visited {
color: #666699; 
font-weight: bold;
text-decoration: none; 
cursor: default;
}

a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: none;
cursor: default;
}

a:active {
color: #ffffff;
font-weight: bold;
text-decoration: none;
cursor: default;
}

.heading {
font-weight: bold;
text-transform: uppercase; 
letter-spacing: 3px;
font-size: 12pt;
}

.subheading {
font-weight: normal;
font-style: italic;
letter-spacing: 2px;
}

.navstrip {
text-transform: uppercase; 
}

.left {
margin-right: 5px;
}

.right {
margin-left: 5px;
}

#content {
margin-left: auto;
margin-right: auto;
width: 600px;
background-colour: #ffffff;
}

#header-image {
clear: both;
width: 600px;
height: 150px;
background-image: url(/images/top.png);
background-repeat: no-repeat;
background-position: center top;
margin-right: auto;
margin-left: auto;
}

#text {
margin-top: 0;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 5px;
background-color: #ffffff;
}

#footer-image {
clear: both;
width: 600px;
height: 1px;
}

#index {
margin-left: auto;
margin-right: auto;
margin-top: 20%;
padding-top: 20px;
padding-right: 50px;
padding-bottom: 20px;
padding-left: 50px;
width: 325px;
background-color: #ffffff;
text-align: center;
}