body
{ 
background-image: 
url('images/QRL_BG2.jpg');
background-repeat: 
no-repeat;
background-position: 
 60%; 
background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px
}


h1 {color: rgb(50,65,130)}
h1 {font-family: arial}
h1 {position:relative; top:10px}

h2 {color: rgb(50,65,130)}
h2 {font-family: arial; font-size: 110%}

h3 {font-family: arial; font-size: 14pt;
    color: rgb(50,65,130); margin-left: 1cm;
    font-style: italic}

p {color: rgb(50,65,130)}
p {font-family: arial}
p {font-size: 100%}
p {margin-left: 1cm}
p {margin-right: 1cm}

p.two {color: rgb(50,65,130)}
p.two {font-family: arial}
p.two {font-size: 110%}
p.two {margin-left: 0cm}
p.two {margin-right: 0cm}

p.three {color: rgb(50,65,130)}
p.three {font-family: arial}
p.three {font-size: 14px}
p.three {margin-left: 0cm}
p.three {margin-right: 0cm}

ul {color: rgb(50,65,130)}
ul {font-family: arial}
ul {font-size: 100%}

ul.two {color: rgb(50,65,130)}
ul.two {font-family: arial}
ul.two {font-size: 100%}
ul.two 
{
list-style-image: url('images/arrow_2.GIF')
}
ul.two {margin-left: 20%}
ul.two {margin-right: 0cm}

ul.three {color: rgb(50,65,130)}
ul.three {font-family: arial}
ul.three {font-size: 120%}
ul.three 
{
list-style: square
}
ul.three {margin-left: 40%}
ul.three {margin-right: 1cm}

ol {color: rgb(50,65,130)}
ol {font-family: arial}
ol {font-size: 100%}

a:link {color: rgb(50,65,130); 
font-size: 100%; text-decoration: none}
a:visited {color: rgb(50,65,130); 
font-size: 100%; text-decoration: none}
a:hover {color: rgb(50,65,130)} 
font-size: 100%; text-decoration: underline}
a:active {color: rgb(50,65,130)}

a.two:link {color: rgb(50,65,130); font-weight: normal; 
font-size: 110%; text-decoration: none; font-family: arial}
a.two:visited {color: rgb(50,65,130); font-weight: normal;  
font-size: 110%; text-decoration: none ; font-family: arial}
a.two:hover {color: blue; font-weight: normal; 
font-size: 110%; text-decoration: underline; background: none; 
 font-family: arial}
a.two:active {color: rgb(50,65,130); font-size: 110%; font-weight: normal; 
text decoration: underline; font-family: arial}

a.three:link {color: rgb(50,65,130); font-weight: bold; 
font-size: 90%; text-decoration: none; font-family: arial}
a.three:visited {color: rgb(50,65,130); font-weight: bold;  
font-size: 90%; text-decoration: none ; font-family: arial}
a.three:hover {color: blue; font-weight: bold; 
font-size: 90%; text-decoration: none; background: none; 
 font-family: arial}
a.three:active {color: rgb(50,65,130); font-size: 90%; font-weight: bold; 
text decoration: underline; font-family: arial}

#navcontainer ul
{
margin: 0;
padding: 10;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; font-weight: bold
}

#navcontainer li { margin: 0px 0px 0px 0px; }

#navcontainer a
{
display: block;
padding: 8px 5px 4px 15px;
border: 1px #CCD0FG;
width: 135px;
background-color: #CCD0FG;
background-image: url(images/button_down.GIF);
}

#navcontainer a:link, #navlist a:visited
{
border: 1px #CCD0FG;
color: navy;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px #CCD0FG;
background-color: #CCD0FG;
background-image: url(images/button_over.GIF);
color: blue;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px #CCD0FG;
background-color: #CCD0FG;
background-image: url(images/button_down.GIF);
color: white;
}

