body{
padding:0px; 
text-align: center;
margin:0px;
background: #F2F2F2;
}

#wrapper {
	text-align: center;
	margin: auto;
	width: 900px;
  position: relative;
  background: #F2F2F2;
}

h1 {
	color:#E2F7FF;
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	margin-top: 5px;
     }
	 
h2 { color:#E2F7FF;
		font-family:Tahoma;
		font-size:14px;
		font-weight:bold;
		}
		
h3 { color:#E2F7FF;
		font-family:Tahoma;
		font-size:12px;
     
	 font-weight:bold;
	 }
hr { color:#3DC7FB }

a { color:#005FCC;
    text-decoration:none;
    }
    
a:hover{text-decoration:underline;}

img { border:0px;}

#header { position:relative;
          top:10px;
          width:900px;
          height:56px;
          
          }

div.header_col1 	  { position:absolute;
                        top:5px;
                        left:0px;
                        width:400px;
                        text-decoration:none;
                        margin:5px 0 0 10px; 
                        font-family:Tahoma;
                        font-size:30px;
                        color:#99E2FF;
                        }

div.header_col2 	  {
	position:absolute;
	top:6px;
	left:431px;
	width:460px;
	padding:15px 0 0 5px;
	font-family:Tahoma;
	font-size:16px;
	color:#99E2FF;
                        }


#middle { position:relative;
             top:35px;
             left:0px;
             height:627px; 
             background:url('../images/middle_bg2.jpg') top left no-repeat;
             }
div.contents { position:absolute;
               top:10px;
               left:360px;
               text-align:left;
               color:#FFFFFF;
               font-family:Tahoma;
               font-size:12px;
               padding-right:25px;
               }
			   
.contents a {
 				color:#FFFFFF;
               font-family:Tahoma;
               font-size:14px;
			   font-weight:bold;
			}
			
.contents a:hover{
			
			   text-decoration:underline;
			   }

#footer 	{ position:relative;
              top:35px;
              left:0px;
              height:50px;
              }

div.footer_col1 {
	position:absolute;
	top:7px;
	left:20px;
	text-align:left;
	width:290px;
	background:url(images/bot_line.gif) top right no-repeat;
	font-size:11px;
	color:#7C7C7C;
	margin-top: 5px;
}

div.footer_col1 a { color:#03A9EB; text-decoration:none;}

div.footer_col2 {
	position:absolute;
	top:12px;
	left:325px;
	text-align:left;
	width:213px;
	background:url(images/bot_line.gif) top right no-repeat;
	font-size:11px;
	color:#878787;
	line-height:13px;
	margin-right: 12px;
}


div.footer_col3 { position:absolute;
                  top:12px;
                  left:650px;
                  text-align:left;
                  width:245px; 
                  font-size:11px; 
                  color:#9C9C9C; 
                  line-height:13px;}

div.footer_col3 a { color:#919EAB;}
