* { padding: 0; margin: 0; }

html, body {
      border:0;
      margin:0;
      padding:0;
      height: 100%;
      background: #D9DCC5 url(images/background.png) repeat-x left top;
      font-family: trebuchet ms, verdana, tahoma;
      font-size: 1em;
      color: #505D58;
      line-height: 180%;
}

html{
	height: 100%;
}
    
img {
    border:0;
}

p, ul, ol {
          margin:0;
          padding:0 0 1.25em 0;
}

#wrapper { 
         margin: 0 auto;
         width: 760px;
         position: relative;
         min-height: 100%;
}

* html #wrapper{
                height:100%;
                width:760px;/* box model hack for ie5.+*/
                w\idth:760px;
}
    
#header {
        width: 100%;
        background: url(images/top-banner.png);
        padding: 0px;
        border: 0px solid #ccc;
        height: 250px;
        margin: 0;
}



#space {
       width: 100%;
       height: 10px;
       border: 0px solid #000;
}

	#content {
		float: right;
		width: 520px;
		padding: 0px 29px 0px 29px;
        border-left: 1px solid #BDC2A9;
        border-right: 1px solid #BDC2A9;
        text-align: justify;
        height:auto;
}

	#rightnavbar {
		float: left;
		width: 180px;
        line-height: 140%;
        font-size: .8em;
}

#rightnavbar p{
           padding: 20px 0 0 20px;
           align:center;
}
    
/* for Internet Explorer */
/*\*/
* html .content {
height: 570px;
}
/**/


#content p{
           font-size: .9em;
           margin-bottom: 1.1em;
           line-height: 175%;
}
         
#content h1 {
            font-size: 17px;
            font-weight: normal;
            color: #505D58;   
            padding: 0 0 10px 0;    
}

#content h2 {
            font-size: 100%;
            font-weight: normal;
            color: #505D58;   
            padding: 0 0 15px 0;    
}
         
#footer{
        width: 758px;
		position: absolute;
		bottom: 0;
        height:70px;
        border: 0px solid #DDE6D7;
}

#clearfooter{
             clear:both;
             height:70px;
             width:760px;
}

#footer p  {
           font-size: 11px;
           TEXT-ALIGN: left;
           Color: #888;
           margin: 40px 0 0px 0px;
}

.style1 {font-size: 250%; color: #C7D9DC; line-height: 150%;}
.style2 {color: #888; font-weight: bold;}
.style3 {color: #80AECB; font-size: 27px; font-weight: normal;}

a:active,a:visited,a:link{color: #6F732D; font-weight: bold; text-decoration: none; }
a:hover{color: #505D58; text-decoration: underline; }