*{
font-size: 100%;
}

body
{
font-family: Arial, Helvetica, Verdana, sans-serif;
padding: 10px;
margin: 10px;
background-color: #FFFFFF;
}

div#box, div#box2, div#box3, div#box4 {
position: relative;
margin-left: auto;
margin-right: auto;
width: 400px;
background-color: #E6EDF2;
border:1px solid #014979;
padding: 10px;
color: #014979;
line-height: 150%;
}

div#box2 {
width: 600px;
}

div#box3 {
width: 300px;
}

div#box4 {
width: 200px;
}

.title {
font-family: Arial, Helvetica, Verdana, sans-serif;
text-align: center;
font-size: 110%;
}

.subtitle {
font-family: Arial, Helvetica, Verdana, sans-serif;
text-align: center;
font-size: 100%;
}

.normal_link a {
color: #014979;
}

.normal_link a:hover {
color: #FF0000;
}

#linkbox {
line-height: 200%;
}

#linkbox2 {
line-height: 175%;
}

#link a {
padding: 4px;
padding-top: 2px;
padding-bottom: 2px;
text-decoration: none;
color: #014979;
border:1px solid #014979;
background-color: #FFFFFF;
}

#link a:hover {
color: #FFFFFF;
border:1px solid #E6EDF2;
background-color: #014979;
}

#buttonbox {
width: 55%;
float: right;
line-height: 100%;
}

#button1 a, #button2 a, #button3 a {
padding: 4px;
padding-top: 2px;
padding-bottom: 2px;
text-decoration: none;
color: #014979;
border:1px solid #014979;
}

#button1 a {
float: left;
background-color: #FFFFFF;
}

#button2 a {
float: right;
background-color: #E6EDF2;
}

#button3 a {
background-color: #F6EDF2;
}

#button1 a:hover, #button2 a:hover, #button3 a:hover {
color: #FFFFFF;
border:1px solid #E6EDF2;
background-color: #014979;
}

#centrebox {
width: 100%;
line-height: 200%;
text-align: center;
}

#spacer {
font-size: 6px;
height: 6px;
line-height:10%;
}

hr {
border: none 0; 
border-top: 1px solid #014979;
width: 100%;
height: 1px;
}
