body {
     margin: 0;
     background: url('../images/lotus.png') -48px -48px no-repeat #FFFFFF;
}

img {
	border: 0;
	behavior: url(scripts/iepngfix.htc);
}

a {
    text-decoration: none;
    color: #A914F5;
}
a:hover {
    color: #999999;
}

#logo {
    position: absolute;
    top: 20px;
    left: 220px;
}

#menu_col {
    margin: 205px 10px 10px 35px;
}
#menu_col ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu_col li {
	margin: 0 10px 5px 0;
	padding: 4px 5px 0 5px;
	width: 100px;
	height: 18px;
	text-align: right;
	font: 14px/14px Arial;
	cursor: pointer;
}
#menu_col li:hover {
    color: #CCCCCC;
    background: #20009F;
}
#menu_col li.sel {
    color: #FFFFFF;
    background: #20009F;
}
#menu_col li.sel:hover {
    color: #CCCCCC;
    background: #20009F;
}
#menu_col a {
    text-decoration: none;
    color: inherit;
}

#main_col {
    position: absolute;
    top: 80px;
    left: 160px;
    width: 690px;
    padding: 0 60px 10px 60px;
    background: url('../images/grad_col.png') no-repeat;
    min-height: 400px;
}
#main_col p {
    width: 420px;
    margin: 0 0 15px 0;
    font: 12px/16px Arial;
}
#main_col #quote {
    margin-top: 50px;
}
#main_col #quote p {
    float: left;
    text-align: center;
    padding-bottom: 50px;
    margin: 15px 0 0 50px;
    width: 400px;
    font: italic 14px/22px Arial;
    color: #666666;
    background: url('../images/grad_bottom.png') bottom center no-repeat;
}
#main_col .head {
    display: block;
    margin-top: 25px;
}
#main_col img.right {
    float: right;
    padding-left: 5px;
    border-left: 2px solid #000000;
}
#main_col img.left {
    float: left;
    padding-right: 5px;
    border-right: 2px solid #000000;
}
#main_col #legal {
    margin-top: 10px;
    font: 10px/12px Arial;
    color: #CCCCCC;
}

.lbl {
    margin-top: 5px;
    font: 12px/14px Arial;
}
