html
{
width: 100%;
}

body
{
width: 100%;
background-color: #ffffff;
font-family: arial, helvetica;
font-size: 14px;
color: #0034A6;
padding: 0;
background-image: url('./images/background/back-right.png');
background-position: right;
background-repeat: repeat-y;
}

img#accent
{
position: absolute;
top: 30px;
right: 30px;
}

div#first
{
width: 100%;
height: 20px;
position: absolute;
top: 0px;
left: 0px;
background-color: #0034A6;
font-size: 14px;
color: #ffffff;
padding: 0px;
background-image: url('./images/background/back-up.png');
background-position: bottom;
background-repeat: repeat-x;
}

div#second
{
width: 100%;
height: 40px;
position: absolute;
top: 20px;
left: 0px;
background-color: #407CFF;
}

div#container
{
width: 100%;
height: 10px;
background-image: url('./images/background/back-down.png');
background-position: top;
background-repeat: repeat-x;
position: absolute;
top: 60px;
left: 0px;
}

div#third
{
position: absolute;
top: 60px;
left: 0px;
background-color: #ffffff;
margin-right: 200px;
padding-right: 5px;
padding-left: 5px;
}

div#right
{
color: white;
width: 200px;
position: absolute;
top: 60px;
right: 0px;
height: 100%;
background-color: #0034A6;
background-image: url('./images/background/back-down.png');
background-position: top;
background-repeat: repeat-x;
}

h1
{
padding: 0;
padding-left: 5px;
padding-right: 5px;
margin: 0;
color: #ffffff;
font-size: 30px;
}

p
{
padding: 0;
padding-left: 5px;
padding-right: 5px;
}

a
{
color: #0034A6;
text-decoration: underline;
}

a:visited
{
color: #407CFF;
}

a:hover
{
text-decoration: none;
}

.white
{
color: #ffffff;
}

.justified
{
text-align: justify;
}

.indent
{
padding-left: 5px;
}
