body {
        font-family: arial;
    }
    .container {
        width: 783px;
        padding: 0px;
		position: relative;
        border-style: none;
        border-collapse: collapse;
        margin: 0 auto;
    }
    .main_left {
        width: 334px;
        height: 900px;
        background-image: url('images/main_left.jpg');
        background-repeat: no-repeat;
    }
    .main_right {
        width: 456px;
        height: 524px;
        background-image: url('images/main_right.jpg');
        background-repeat: no-repeat;
    }
	.action_call {
		width: 356px;
		height: 65px;
		background-image: url('images/call-to-action-seamless2.jpg');
		background-repeat: no-repeat;
		display: block;
		position: relative;
		margin-left: 50px;
		margin-top: 25px;
	}
    .links {
        display: block;
        position: relative;
        top: 109px;
        left: 20px;

    }
    a {
        text-decoration: none;
        color: #1472A3;
    }
    a:hover {
        color: red;
    }
    .blurb {
        display: block;
        width: 330px;
        position: relative;
        font-size: 11px;
        font-weight: bold;
        line-height: 144%;
        top: 265px;
        left: 30px;
    }
    .signature {
        position: relative;
        left: 5px;
    }
    .legal {
        display: block;
        width: 455px;
        color: #1472A3;
        font-size: 10px;
        font-weight: bold;
        position: absolute;
        top: 563px;
        left: 380px;
    }
#starburst {
        border: none;
        position: absolute;
        top: 250px;
	right:512px;
    width: 160px;
}
#nav {
    position: relative;
    padding: 0;
    margin: 0;
}
#nav li {
    height: 26px;
    list-style: none;
    background: url(/images/bullet_bg.png) no-repeat;
}
#nav li a {
    color: #1472A3;
    font-family: sans-serif, Arial;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    line-height: 160%;
    margin-left: 15px;
}
#nav li a:hover {
    color: red;
    text-decoration: underline;
}

