

body {background-image:url('images/bg.jpg');
background-repeat:no-repeat;
height:100%;
background-color:#FFFFFF;
margin: 0px 0px 0px 0px;
font-family: arial;
}


#wrapper {
width:100%;
height:100%;
margin-left:0px;
  background-position: -100px -50px;
      background-image:url('images/header_bg.png');
      background-repeat:repeat-x;
}
 img.logo {float:left;}
#header {
width:100%;
height:65px;
Float:left;
margin-left:10px;
}



#footer {
width:75%;
margin-left:auto;
margin-right:auto;
             text-align:center;
color: #174272;
font-weight:bold;
font-size:x-small;

}


#content {
width:44%;
background:#C2C3EF;
height:405px;
margin-top:80px;
margin-left:415px;
min-height:400px;
padding:8px;
overflow:scroll;

     opacity:0.5;
     filter:alpha(opacity=50);
     -moz-opacity:0.5;
      z-index:-1;

}

#headertext{
padding-top:50px;

}




A:link {text-decoration:none;
color: #F88017;
font-weight:bold;
font-size:small;}

a:visited {text-decoration:none;
color: #F88017;
font-weight:bold;
font-size:small;}

a:active {text-decoration:none;
color: #F88017;
font-weight:bold;
font-size:small;}

a:hover {text-decoration:none;
color: #339900;
font-weight:bold;
font-size:small;}


A.content:link {text-decoration:none;
color: #99000;
font-weight:bold;
font-size:small;}

a.content:visited {text-decoration:none;
color: #99000;
font-weight:bold;
font-size:small;}

a.content:active {text-decoration:none;
color: #99000;
font-weight:bold;
font-size:small;}

a.content:hover {text-decoration:none;
color: #339900;
font-weight:bold;
font-size:small;}


A.footer:link {text-decoration:none;
color:#CD7528;
font-weight:bold;
font-size:x-small;}

a.footer:visited {text-decoration:none;
color:#CD7528;
font-weight:bold;
font-size:x-small;}

a.footer:active {text-decoration:none;
color:#CD7528;
font-weight:bold;
font-size:x-small;}

a.footer:hover {text-decoration:underline;
color: #69FF4F;
font-weight:bold;
font-size:x-small;}

input
{
color: #04061F;
background: #FFE2BF;
border: 1px solid #174272;
}

.submit input
{
color: #000;
background: #FFFFFFF;
font-weight: bold;
border: 2px outset #d7b9c9
}
textarea
{
color: #04061F;
background: #FFE2BF;
border: 1px solid #174272;
}