html {
 margin: 0;
 padding: 0;
}


body{
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 12px;
 text-align: center;/*IE5 PC hack for centering content */
 margin: 0;
 padding: 0;
 background: url(/images/background.jpg) top repeat-x #EEDDE3; 
/* behavior: url(/scripts/csshover.htc); so WinIE will work */
}

h1{
font: 4.0em "times new roman",times,serif;
color: #911D5A;
text-align: left;
margin: 5px 0 0 0;
padding: 0px;
}

h2{
 font: bold 12px verdana, arial, helvetica, sans-serif; 
 color: #654A2F;
 text-align: left;
 margin: 5px 20px 5px 20px;
 padding: 0px;
}

h3{
 font: bold 11px arial, helvetica, sans-serif; 
 color: #911D5A;
 text-align: left;
 margin: 3px;
 padding: 0px;
}

h4{
font: bold 18px Georgia, Times New Roman, Times, serif; 
 color: #660066;
 line-height: 1.5em;
 text-align: left;   
 margin: 1em 30px 0 20px;
 }

/*Main Divs */

div#wrapper{
 width: 96%;
 margin: 20px auto;
 text-align: left;
 border: 1px solid #fff;
 background-color: #F3EDED;
 }

div#header{
position: relative;
background: url(/images/lhead.gif) left top no-repeat #911D5A;
margin: 0;
height: 188px;
border-bottom: solid 2px #fff;
clear: both;
}

div#header img{
float: right;
}

div.heading {
float: right;
margin: 30px 10px 0 0;
}


div.heading p{
font: bold 28px arial, helvetica, sans-serif;
color: #F27016;
text-align: center;
}

#header p.reduce{
font: bold 16px arial, helvetica, sans-serif;
color: #F0EA76;
line-height: 30px;
text-align: center;
}

div#text{
font: 11px verdana, arial, helvetica, sans-serif; 
color: #4D5457;
margin: 0 10px 0 410px;
padding: 10px 0 0 0;
background: transparent;
 }
/*UFWUS Styles*/

div#ufwus{
 left: 0;
padding: 0;
margin: 0;
/*margin: 30px 10px 0 370px;*/
background: url(/images/rosebg.jpg) left top no-repeat #F3EDED; 
min-height:350px; 
 height: auto !important;
 height:350px;
 }


#ufwus p{
font: bold 12px Georgia, Times New Roman, Times, serif; 
 color: #660066;
 line-height: 1.6em;
 text-align: left;   
 margin: 1em 30px 0 20px;
 }
 
 #ufwus img{
 margin: 5px 10px 5px 20px;
 border: solid 1px #fff;
 }

/*THESE 2 PRINT AND HIDE USED TO TOGGLE TO THE PRINT VIEW*/
#ufwus p.print{
 display: none;
}

#ufwus p.hide{
 font: bold 12px verdana,arial,helvetica,sans-serif;
 margin:0 0 0 10px;
 padding: 0 10px 0 10px;
 color: #000;
 text-align: left;
}


#ufwus, #ufwus ul li {
 /*list-style: square;*/
 list-style-image: url(/images/bullet.gif);
 font: bold 12px Georgia, Times New Roman, Times, serif; 
 color: #660066;
 line-height: 1.6em;
 text-align: left;   
 margin: 0px 10px 0 10px;
 padding: 0 10px 0 10px;
  }

#ufwus ul li a{
 margin: 0;
 padding: 0;
 display: inline;
 text-decoration: none;
 }

#ufwus ul li a:hover{
 text-decoration: underline;
 }

#ufwus a, #ufwus a:link { 
 color:  #660066;   
 text-decoration: underline;
} 

#ufwus a:visited { 
 color:  #660066;   
 text-decoration: underline;
} 

#ufwus a:hover { 
 color: #911D5A;
 text-decoration: none;
} 

#ufwus table{
border: solid 1px #911D5A;
border-collapse: collapse;
}

#ufwus table tr.mainfill{
font: bold 13px verdana,arial,helvetica,sans-serif;
background: #911D5A;
color: #fffffb;
height: 30px;
}

#ufwus table .lighter{
font: bold 12px verdana,arial,helvetica,sans-serif;
background: #BB2574;
color: #000;
}

#ufwus table .paler{
background: #F3EDED;
}


div#footer{
background-color: #911D5A;
height: 20px;
clear: both;
 }

#footer p{
 font: bold 10px verdana, arial, helvetica, sans-serif;
 color:  #fff; 
margin: 0;
padding: 5px 0 5px 0;
 text-align: center;
 }

#footer a, #footer a:link { 
font: bold 10px verdana, arial, helvetica, sans-serif;
 color:  #fff;  
 text-decoration: none;
 } 

#footer a:hover { 
 color: #B9939A;
 text-decoration: underline;
 } 

div#copyright{
background-color: transparent;
height: 10px;
clear: both;
 }

#copyright p{
 font: 10px verdana, arial, helvetica, sans-serif;
 color:  #fffffb; 
 text-align: center;
 }

#copyright a, #copyright a:link { 
 color:  #fffffb;   
 text-decoration: none;
 } 

#copyright a:hover { 
 color: #fff;
 text-decoration: underline;
 } 


