/*

   MRLC Style

*/

body {
     background: #fefefe;
	}

body.text {
    font-family: helvetica, verdana, sans-serif;
    margin-left: 20%; 
    margin-right: 15%; 
	color: #101010;
    background: #fbfbfb none;	
}

h1, h2, h3 {
    color: blue;
	background: none;
    text-align: center
}

h4, h5 {
    color: blue;
	background: none;
    text-align: left
}


div.leftthird
    {
    float: left;
    width: 34%;
    text-align: right;
    }

div.lsixty
    {
    float: left;
    clear: both;
    width: 60%;
    text-align: left;
    }

div.rsixty
    {
    float: right;
    clear: both;
    width: 60%;
    text-align: left;
    }


div.allofit
    {
    float: none;
    clear: both;
    width: 99%;
    margin: .1em .5em .5em .1em;
    padding: 1em 1em 1em 1em;
    }
	
div.righttwo
    {
    float: right;
    width: 66%;
    text-align: center;
    font-size: 120%;
    margin-top: 2em;
    margin-bottom: 1em;
    }

.intro
    {
    color: blue;
    font-family: sans-serif;
    text-align: left;
    font-size: 60%;
    }

.close
    {
    color: blue;
    clear: both;
    font-family: sans-serif;
    text-align: center;
    font-size: 65%;
    }

hr	
    {
    color: blue;
    width: 66%;
    clear: both;
    text-align: center;
    }

@media Screen
	{
a:hover {
    background: #ff3
		}
    }





