* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/botbg.jpg');
height: 30px;
}


.header {
height: 100px;
background: url(images/schwab.gif);
}

.breadcrumbs {
    width: 50%; 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding-top: 3px;
    padding-bottom: 3px;
}
.contact { 
	margin-top: 10px;
	margin-bottom: 10px;
    background: #F6F9FB; 
	border: 1px solid #E1E1E1; 
	padding-top: 15px;
}

	
.middle {
	float: left;
	width: 69%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: left;
}

.right {
	float: left;
	width: 20%;
	margin: 0 10px;
	padding: 1% 1%;
	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #006699;
}

.middle h2 { color: #405A67; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #405A67; font-size: 14px; margin-top: 15px;}
.middle h3 {color: #0099CC;	font-size: 12px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}

label, input {
display : block;
margin-bottom: 10px;
float:left;

}
label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
br {
	clear: left;
}
input, select {
font: 1em "Trebuchet MS" Verdana, Arial, sans-serif;
border:1px solid #CCCCCC;
}

.button {
	margin-top:5px;
	margin-left:10px;
	padding-left: 2px;
	padding-right:2px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	
}
.buttons{
height:35px;
padding-left: 150px;
}
.autotable{
width:100%;
border: none;
text-align:center;
}

.autodiv {
width: 400px;  
background: #F6F9FB; 
border: 1px solid #E1E1E1;
text-align:center;
margin-top: 10px;
padding-top:10px;
padding-bottom:10px;

}
#loading {
    background: white;
    padding: 20px;
    border: 1px solid #E1E1E1; 
    display: none; /* hidden */
    position: absolute;    
    left: 50%;
    margin-left: -120px; 
    top: 50%;
    width: 180px;
    /*height: 100px;*/
        /*margin-top: -50;*/
    font-weight: bold;
    }
