/* YUI CSS reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
fieldset,img {  
    border:0; 
	} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
	} 
ol,ul { 
    list-style:none; 
	} 
caption,th { 
    text-align:left; 
	} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
	} 
q:before,q:after { 
    content:''; 
	} 
abbr,acronym { border:0; 
	} 
	
	
/* End YUI CSS reset */	

body { background: #900; font:95%/140% Geneva, Arial, Helvetica, sans-serif; height:100%;
	}
h1 { font:1.6em/1.5em Geneva, Arial, Helvetica, sans-serif; color:#fff; padding:.5em;}
h2 { padding:.5em 1em; font:1.4em/150% Geneva, Arial, Helvetica, sans-serif;}
h3 { font: 1.2em Geneva, Arial, Helvetica, sans-serif; padding-bottom:1em;
}
#container {
	background: #fff;
	width: 80%;
	margin: 4% auto;
}
#header {
	clear:both; background:#fff; text-align:center;
	width:100%; overflow:hidden;
}

div.yellowdiv { float:left; clear:both; width:100%; background: #EAC169 url(/images/yellow-stripe-bg.jpg) repeat-x top left; border-top:1px solid #900; height:30px;
}
#nav { background: url(/images/yellow-stripe-bg.jpg) repeat-x top left; 
}
#nav img { margin:0 .25em 0 1em; vertical-align:middle;
}
#nav a {font:.75em/90% Geneva, Arial, Helvetica, sans-serif; color:#005595; text-decoration:none;
}
#nav a:hover {font:.75em/90% Geneva, Arial, Helvetica, sans-serif; color:#900; text-decoration:none;
}
#nav li {
	float:left; width:7em; text-align:center; list-style-image:url(/images/button.jpg)no-repeat top center; 
}
#topcontent { float:left; clear:both; width:100%; background:#fff url(/images/woman.jpg) no-repeat bottom right;

}
#man { float:left;}
#title { float:left; width:10em; text-align:center; background:#7695B2; height:176px; }
#woman { float:left; height:176px; background:none; width:50%; }
#bottomcontent { float:left; clear:both; background:#fff; width:100%; }
#bottomcontent li { list-style:circle; margin-left:2em; }
#bottomleftcol { float:left; width:45%; padding:.5em; background:#fff; }
#bottomfull { left: 10%; width:95%; padding:.5em; background:#fff; }
#bottomrtcol { float:right; width:50%; padding:.5em .5em .5em 0; background:#A8BCCE; }
div.spacer {float:left; clear:both; line-height:1px; height:1px; width:100%;}

p.copy { font-size: .7em;  }