body {
    background: #fff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#172034;
	font-size:100%;
    line-height:1.25em;
    margin:0;
}

#container{
    width: 930px;
    margin: 0 auto;
}

/* HEADER */
/* ========================================================================== */
#header {
    background: url("../image/top.png") no-repeat top;
    height: 140px;
    overflow: hidden;
}

    #header a{
        text-decoration: none;
    }

        #header a:hover{
            text-decoration: underline;
        }

    #header h1{
        clear: both;
        float: left;
        padding: 30px 0 0 0;
        margin: 0;
        border: 0;
    }

        #header h1 a{
            display: block;
            width: 239px;
            height:40px;
            background: url("../image/uspcalogo.png") no-repeat;
        }

            #header h1 a span{
                display: none;
            }

    #toplinks, #topnav{
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #topnav{
        float: right;
        padding-top: 43px;
    }

        #topnav li{
            float: left;
            padding-left: 30px;
        }

        #topnav li a{
            color: #999999;
            text-decoration: none;
            font-weight: bold;
        }

        #topnav li a:hover{
            color: #4e5fab;
            text-decoration: underline;
        }

    #toplinks{
        position: relative;
        top: 0px;
        height: 35px;
        overflow: hidden;
    }

        #toplinks li{
            float: left;
            font-size: 0.85em;
            padding: 7px 10px 0;
        }

        #toplinks li a{
            color: #fff;
            text-decoration: none;
        }

        #toplinks #searchcontainer{
            float: right;
        }

            #toplinks label{
                display:none;
            }

            #toplinks #searchbox{
                font-size: 0.75em;
                color: #888888;
            }

            #toplinks #searchsubmit{
                vertical-align: middle;
                cursor: pointer;
                color: #fff;
                background: none;
                padding-bottom:5px;
            }

/* right side */
/* ========================================================================== */

    #rightSide {
        float: right;
        width: 223px;
        overflow: hidden;
        font-size: 0.8em;
        padding-bottom:25px;
    }

    #sectionNav{
        background: url("../image/right-navbottom.png") no-repeat bottom;
        padding-bottom:10px;
    }

        #sectionNav ul{
            margin:0;
            padding: 30px 0 0 0;
            list-style-type: none;
            background: url("../image/right-navback.png") no-repeat top;
        }
            #sectionNav ul li:first-child, .redBox ul li:first-child {
                border: none;
            }

            #sectionNav ul li {
                border-top: 1px solid #b2b2b2;
            }

                #sectionNav ul li a, .redBox ul li a{
                    display:block;
                    text-decoration: none;
                    color: #777777;
                    padding: 6px 10px;
                }

                    #sectionNav ul li a:hover{
                        background: #666666;
                        color: white;
                    }

    .redBox{
        background: #f50703 url("../image/right-redbottom.png") no-repeat bottom;
        padding-bottom: 7px;
        color: white;
    }

        .redBox ul, .redBox form{
            margin:0;
            padding: 0 0 0 0;
            list-style-type: none;
            background: url("../image/right-redback.png") no-repeat top;
        }
            .redBox form p {

                margin: 0px 0 7px;
                padding: 0 7px;
                line-height: 1.2em;
                font-size: 0.9em;

            }

            .redBox ul li{
                border-top: 1px solid #7A1311;
            }

                .redBox ul li a{
                    color:white;
                }

                    .redBox ul li a:hover{
                        background: #DE6462;
                    }

    .rightRedTitles{
        margin: 25px 0 0;
        padding: 0;
        height: 30px;
        background: #f50703;
    }

        .rightRedTitles span{
            display: none;
        }

    #whatWould{
        background: url("../image/right-whatwould.png");
    }

    #relatedSections{
        background: url("../image/right-relatedsections.png");
    }

/* Modal */
/* ========================================================================== */
#modalMask{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
	background-color: #666666;
}

#modalBox {
	border:1px solid #ABB1B1;
    background: white;
	padding:0px;
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
}

#modalTitle{
	font-weight: bold;
	font-size:14px;
	padding: 4px;
	padding-left:4px;
	background-color:#4e5fab;
	border-bottom:1px solid #ABB1B1;
	color:white;
}

#modalContent{
	padding:10px;
}

    #modalContent ul{
        margin: 5px 0;
        padding: 0 0 0 20px;
    }

    #modalContent li{
        font-size: 0.85em;
        margin: 0;
        padding: 0 0 5px;
    }
/* left side */
/* ========================================================================== */

    #leftSide {
        float: left;
        width: 687px;
        overflow: hidden;
        padding-bottom:25px;
    }

/* main */
/* ========================================================================== */

#breadcrumbs{
    font-size: 0.65em;
}

    #breadcrumbs a {
        text-decoration: none;
    }

        #breadcrumbs a:hover {
            text-decoration: underline;
        }

h1 {
    margin-top: 10px;
    margin-bottom:15px;
    line-height: 1.5em;
    font-size: 1.75em;
    border-bottom: 1px solid #999999;
}

h2{
    font-size: 1.25em;
}

h3{
    font-size: 1em;
}


a {
    color: #4e5fab;
}

    tr:hover{
        background: #BBBBBB;
    }

    td, th {
        padding: 10px 15px;
    }

    th{
        background: #4e5fab;
        color: white;
        text-align: left;
    }

    .odd{
        background: #eeeeee;
    }


    .yes, .no{
        background: url("../image/yes.png") no-repeat;
        display: block;
        height: 19px;
        width: 20px;
        margin: 0 auto;
    }

    .no {
        background-image: url("../image/no.png");
    }

    .yes span, .no span{
        display:none;
    }

.pics {
    float: left;
    padding: 0 25px 20px 0;
}

.notes{
    font-size: 0.85em;
    color: #AAAAAA;
    margin: 5px;
}

/* Footer */
/* ========================================================================== */
#footer {
    color: #CCCCCC;
    font-size: 0.75em;
    line-height: 1em;
    margin-bottom:20px;
}

    #footer a{
        text-decoration: none;
        color: #777777;
    }

        #footer a:hover{
            text-decoration: underline;

        }

    #footer #bottominfo{
        color: #333333;
        clear: both;
        margin-top:50px;
        padding:10px 15px;
        background: #CDCDCD url("../image/footer.png") bottom no-repeat;
    }

        #bottominfo div {
            float:left;
            width: 300px;
        }

            #bottominfo div h4{
                margin:0 0 5px;
            }

        #copyright{
            margin: 0;
            float: none;
            clear: both;
            text-align: center;
        }


/* FORMS */
/* ========================================================================== */

INPUT,TEXTAREA,.dhtmlSelect,SELECT{
	border: 1px #AAAAAA solid;
	background: white url("../image/inputback.png") top right no-repeat;
	padding:2px;
}

    INPUT:hover,TEXTAREA:hover,.dhtmlSelect:hover{
        border: 1px #666666 solid;
    }

    INPUT:Focus,TEXTAREA:Focus,.dhtmlSelect:Focus{
        border: 1px #000 solid;
    }

.noformatinput, .noformatinput:hover, .noformatinput:focus{
    border: 0;
    background: none;
}

fieldset{
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding:0 25px 10px;
}

legend{
    color: #999999;
    font-weight:bold;
}

button{
    background: #CA302C;
    color: white;
    font-size: 0.75em;
    padding: 3px 5px;
    font-weight: bold;
    cursor: pointer;
}

/* Pictures */
/* ========================================================================== */

.picture, .pictureRight, .pictureLeft{
    border:1px solid black;
    margin: 5px 20px 20px;
}

.pictureRight{
    
    border: 0;
    float: right;

}
