﻿<style type="text/css">

html{background-color: #ffffff;}


body{ margin-top:0px auto;
	  padding:0px;
	  font-family: arial,sans-serif;
	  font-size:10pt;
        line-height:16pt;
	  text-align:center;}




#wrapper{margin:0px auto;
         padding:0px;
	   width:920px;
         height:1900px;
	   text-align:center;
         border:0px solid black;}






#top{
     margin:0 auto;
     padding:0;
     background-image:url(images/topImage.jpg);
     background-repeat:no-repeat;
     width:900px;
     height:125px;
     }



h3{margin-top:10px;
		padding:0;
		font-size:14pt; 
		color: gray;}


#leftContent{margin-left:5px;
             padding-right:0px;
             background-color:none;
             width:150px;
             height:400px;
	         float:left;
	         ext-align:left;
             border:0px solid black;}

 #HmButton{
	margin: 20px 0 10px 35px;
	padding: 3px 3px 5px 3px;
	font-family: arial, sans-serif;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	width: 70px;
	height: 20px;
	float: left;
	background-color: navy;
	border: 1px solid black;
	color: #CCCCCC;
}


#HmButton a:link, a:visited {text-decoration:none; color:gray;}

#HmButton a:hover {color:yellow;}



#logo{margin-top:10px;
     padding:0;
     float:left;
     border:0px solid blue;}


#img{margin:10px;
     padding:10;
     float:left;
     border:0px solid blue;}



#rightcontent{margin-bottom:0px;
			padding-left:10px;
        	      width:740px;
        	      height:px;
        	      float:right;
                  background-color:white;
        	      border:0px solid blue;
			}




#rightLinks{	margin-top:0px;
	     		padding:5px 10px 0px 15px;
                  float:left;
	     		text-align:left;
                  font-family:arial, sans-serif; 
			font-size:10pt; 
	    		line-height:24px;
                  width:700px;
                  height:px;}
	


#rightLinks a:link{font-size:10pt;
		            color:blue;
		          text-decoration:none;}

#rightLinks a:visited{font-size:10pt;
		       color: blue;
		       text-decoration: none;}

#rightLinks a:hover{color:red;}





#text{ margin-top:0px;
       padding:0px;       
       font-family: arial, sans-serif;
       font-size: 10pt;
       text-align:left;
       width:700px;
       height:;
       color:#999;
       line-height:17pt;}

#text a:hover{color:red;}


#footer{ margin-top:10px auto;
         padding: 0px;
         postion:absolute - bottom;
         text-align:center;
         width: 902px;
         height:50px;
         background-color: #999966;
         clear: both;
		 border-top:15px solid white;}


#footerText{margin; 0px;
           padding: 10px 10px 0 0;
         font-size:7pt;
        color: white;
	  text-align:right;}



</style>