/* css for bright young things 08 */


body
       {
        background-color: #ffffff;
        background-image: url(graphics/background2.gif);
        background-repeat: no-repeat;
        background-position: center 0px;
        topmargin: 0;
        width: 700px;
       }

.offscreen
       {
        position: absolute;
        left: -100%;
       }       
       
.nav
       {
        position: absolute;
        top: 200px;
        left: 430px;
        font-family: verdana, geneva, arial, helvetica, sans;
        font-size: small;
        font-weight: bold;
        color: #80af3f;
       }
       
.nav2
       {
        font-family: verdana, geneva, arial, helvetica, sans;
        font-size: small;
        font-weight: bold;
        color: #004a80;
       }

.content
       {
        position: absolute;
        width: 600px;
        top: 330px;
        left: 430px;
        font-family: verdana, geneva, arial, helvetica, sans;
        font-size: small;
        /*font-weight: bold;*/
        color: #004a80;
       }
       
.content2
       {
        width: 500px;
        position: absolute;
        top: 330px;
        left: 290px;
        font-family: verdana, geneva, arial, helvetica, sans;
        font-size: x-small;
        /*font-weight: bold;*/
        color: #004a80;
       }

.nav ul
       {
        list-style: none;
        margin: 0;
        padding: 0;
       }

a:link 
       {
        text-decoration: none; color: #80af3f;
       }

a:visited 
       {
        text-decoration: none; color: #80af3f;
       }

a:active 
       {
        text-decoration: none; color: #80af3f;
       }
       
a:hover 
       {
        text-decoration: underline; color: #80af3f;
       }       

.footer
       {
        width: 550px;
        position: absolute;
        top: 650px;
        left: 430px;
        font-family: verdana, arial, helvetica, sans; 
        font-size: x-small;
        color: #80af3f;
        border-top: 1px solid #587e24;
        border-bottom: 1px solid #587e24;
	padding:4px;
	margin-left: auto;
	font-weight:bold;
	text-align:left;
       }
       
.footer2
       {
        width: 550px;
        position: absolute;
        top: 1450px;
        left: 290px;
        font-family: verdana, arial, helvetica, sans; 
        font-size: x-small;
        color: #80af3f;
        border-top: 1px solid #587e24;
        border-bottom: 1px solid #587e24;
	padding:4px;
	margin-left: auto;
	font-weight:bold;
	text-align:left;
       }
       
.footer3
       {
        width: 600px;
        position: absolute;
        top: 720px;
        left: 430px;
        font-family: verdana, arial, helvetica, sans; 
        font-size: x-small;
        color: #80af3f;
        border-top: 1px solid #587e24;
        border-bottom: 1px solid #587e24;
	padding:4px;
	margin-left: auto;
	font-weight:bold;
	text-align:left;
       }

       

