@charset "UTF-8";
/* CSS Document */

.nav{text-align:left; font-family:Arial; font-size:11px; color:#FFFFFF;}

.subnav{text-align:left; font-family:Arial; font-size:11px; color:#FFFFFF;}

.content {font-family:Arial; color:#000000; text-decoration: none;}

html, body, #wrapper {
	background-image: url(images/img_bgd.jpg);
	background-repeat: repeat-x;
	background-color:#09BA00;
	vertical-align:top;
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: left;
	  font-family:Arial; 
	  font-size:12px;  
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
   }
  
  .footer {font-family:Arial; font-size:10px; color:#FFFFFF; text-decoration: none;}
  
 
/* This is the background image */
#bg {
width: 760px;
height: 468px;
background: url(images/img_main.gif) top no-repeat;
}

/* This is the transparent box */
#transbox {
width: 440px;
margin: 0 300px;
background-color: #fff;
filter:alpha(opacity=60);
opacity: 0.8;
-moz-opacity:1.0;
position:absolute;
}

/* This is the container which set text to solid color.
position: relative used for IE */	
#transbox div {
padding: 10px;
color: #000;
/*filter:alpha(opacity=0);
opacity: 1;
-moz-opacity:1;*/
position: relative;
}

A.footer:link{font-family:Arial; font-size:10px; color:#FFFFFF; text-decoration: none;}
A.footer:hover{font-family:Arial; font-size:10px; color:#FFFFFF; text-decoration: none;}
A.footer:visited{font-family:Arial; font-size:10px; color:#FFFFFF; text-decoration: none;}


A.content:link{font-family:Arial; font-size:12px; color:#033A3F; text-decoration:underline;}
A.content:hover{font-family:Arial; font-size:12px; color:#033A3F; text-decoration: underline;}
A.content:visited{font-family:Arial; font-size:12px; color:#033A3F; text-decoration: underline;}

A.nav:link{font-family:Arial; font-size:11px; color:#FFFFFF; text-decoration: none;}
A.nav:hover{font-family:Arial; font-size:11px; color:#FFFFFF; text-decoration: none;}
A.nav:visited{font-family:Arial; font-size:11px; color:#FFFFFF; text-decoration: none;}

A.subnav:link{font-family:Arial; font-size:11px; color:#FFFFFF;text-decoration: none;}
A.subnav:hover{font-family:Arial; font-size:11px; color:#FFFFFF;text-decoration: none;}
A.subnav:visited{font-family:Arial; font-size:11px; color:#FFFFFF;text-decoration: none;}

