/*
 * @author neil k. palmer
 * @created september, 2004
 * @purpose cascading style sheet for small schools
 */

.prompt {
    color: #FFFFFF;
    font-weight: bold;
   }
.promptthankyouheader {
    color: #FFFFFF;
    font-weight: bold;
	font-size:12px;
   }   
   
   .promptheader {
    color: #FFE728;
    font-weight: bold;
	font-size:12px;
   }
 
 .heading{
     color: #02356A;
     font-size:14px;
     text-decoration: underline;
}

.title{
     color: #02356A;
     font-size:14px;
     font-weight: bold;
     text-decoration: none;
}

a {
 color: #0563ad;
 
}

float_left {

float: left;

}

#investingimage {
    position: relative;
    z-index: 1000;
    left: 320px;
    top: -10px;
    width:384px;
    height:270px;
    background-color:#0563AD;  
}

#questionprompt{

margin-left:20px;
margin-right:8px;
margin-top:0px;
color: #ffffff;
font-weight: bold;
font-size:12px;
}

.message {

color: #ffffff;
font-weight: bold;
font-size:12px;
}

#investingimagetop {
    position: relative;
    left: 0px;
    top:0px;
    width:384px;
    height:50px;
    background-color:#0563AD;  
    margin-bottom:0px;
    padding-bottom:0px;
}

ul 
{
margin-top:10px;

margin-left:0px;

}

li
{
margin-left:20px;
}