/* CSS Document */

body { 
text-align:center; 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#frame { 
width:613px; margin:5px;
margin-right:auto;
margin-left:auto;
}

#sub_frame { 
float:left; 
width:300px; 
margin:5px 0px 5px 0px; 
text-align:left; 
background-color:#FFFFCC; 
border:#FFCC66 2px dashed; 
}

#heading_1 { 
clear:both;
padding:5px; 
width:auto; 
font-weight:bold; 
border:#000000 thin solid; 
background-color:#FFCC66; 
text-align:center; 
}

#heading_2 { 
font-weight:bold; 
padding:5px; 
background-color:#FFEE99; 
}

#vert_spacer { 
float:left; 
width:5px; 
height:20px; 
}

#horz_spacer { 
clear:both; 
width:auto; 
height:10px; 
}

#normal_text { 
clear:both;
width:100%; 
float:left; 
padding:5px; 
text-align:left; 
}

h1 {
text-align:center;
font-size:16px;
}