div {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    font-family:verdana;
    font-size:10px;
    color:#FFFFFF;
}

form {
    display:inline;
    margin:0;
    padding:0;
}

body {
    margin:0;
    padding:0;
    background-image:url(/images/long_bg.gif);
    background-repeat:repeat-y; 
    font-family:verdana;
    font-size:10px;
    color:#333333;
    
    line-height:150%;
}

ul {
	list-style-image:url(/images/bullet.gif);
    font-size:10px;
    color:#333;
}

a {
    text-decoration:none;
    font-weight:900;
    color:#003366;
}

a:hover {
    text-decoration:underline;
    color:#CD0102;
}

#siteWide {
    padding:5px 0px 5px 300px;
    width:600px;
}

#FatheadsiteWide {
    padding:5px 0px 5px 500px;
    width:740px;
}

#contentDiv {
    border:2px solid #600;
    background-color:white;
    padding:3px;    
    margin-left:5px;    
    width:602px;    
    font-family:verdana;
    font-weight:900;
    font-size:10px;
    color:#333333;
}

#FatheadcontentDiv {
    border:2px solid #600;
    background-color:white;
    padding:3px;
    
    margin-left:5px;
    
    width:741px;
    
    font-family:verdana;
    font-weight:900;
    font-size:10px;
    color:#333333;
}

#loggedHeaderDiv input {
    font-family:verdana;
    font-size:9px;
}

#contentDiv td, #contentDiv li {
    font: 10px verdana;
}

#loggedHeaderDiv {
    position:relative;
    
    background-image:url(/images/my_insider_login.gif);
    background-repeat:no-repeat;

    width:591px;
    height:146px;
    
    padding-left:250px;
    padding-right:165px;
    padding-top:50px;
}

#FatheadloggedHeaderDiv {
    position:relative;
    
    background-image:url(/images/fathead_my_insider_login.gif);
    background-repeat:no-repeat;

    width:591px;
    height:146px;
    
    padding-left:250px;
    padding-right:165px;
    padding-top:50px;
}

#topMenu {
    padding:3px 0 0 0;
    width:591px;
}

#secondMenu {
    margin-top:3px;
    /*padding-top:3px 0 0 0;*/
    width:591px;
}

#Fathead_topMenu {
    padding:3px 0 0 0;
    width:733px;
}

#Fathead_secondMenu {
    margin-top:3px;
    /*padding-top:3px 0 0 0;*/
    width:733px;
}

#logos {
    padding:5px 0 0 0;
    width:591px;
}

#Fatheadlogos {
    padding:5px 0 0 0;
    width:731px;
    background:url(/images/fathead_footer_extender.gif) repeat-x 1px 5px;
}

.whiteDiv {
    padding:8px;
}

.redHeader {
    color:#CD0102;
    font-size:12px;
    text-transform:uppercase;
    font-weight:900;
}

.red {
    color:#CD0102;
}

#error, #error li {
    color:#CD0102;
    font-size:10px;
}

/* reg page decl.s */

#intro {
    padding:0px 24px;
}

.blueDiv .rightCol {
    background:#E6EDF4;
    border-bottom:1px dotted #666666;    
    border-top:1px dotted #666666;
}

.blueRow {
    background:#E6EDF4;
    border-bottom:1px dotted #666666;    
    border-top:1px dotted #666666;
    padding:8px;
}

table.main {
	width: 590px;
	table-layout: fixed;
}

#prefFields .rightCol {
    padding:8px;
}
