#MainContainer{
    background:no-repeat right top;
    margin:0 auto;
    position:relative;
    padding-top: 20px;
}

#ContentArea{
    width:761px;
    margin:0 auto;
    position:relative;
}

.rowEven{
    background-color: #ffffff;
}

.rowOdd{
    background-color: #e7e7e7;
}

.rowUnderline td{
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	border-bottom-width: 1px;
}

.rowEven td, .rowOdd td, .rowUnderline td{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    color: #000000;
}

h1 {
    font-size: 11px;
    margin: 0px;
    border: 0px;
    font-weight: bold;
}

#terms{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

#terms a{
	color : #000000;
}

#note{
    width: 761px;
    height: 80px;
    background: url('../Images/noteBackground.jpg') no-repeat;
}

#noteRed{
    width: 761px;
    height: 80px;
    background: url('../Images/noteBackgroundRed.jpg') no-repeat;
}

#noteDarkRed{
    width: 761px;
    height: 80px;
    background: url('../Images/noteBackgroundDarkRed.jpg') no-repeat;
}

#noteGreen{
    width: 761px;
    height: 80px;
    background: url('../Images/noteBackgroundGreen.jpg') no-repeat;
}

#noteWhite{
    width: 761px;
    height: 80px;
    background: url('../Images/noteBackgroundWhite.gif') no-repeat;
}

#noteBlue{
    width: 761px;
    height: 80px;
    background: url('../Images/noteBackgroundBlue.gif') no-repeat;
}

.noteCopy, .noteCopyWhite, .noteCopyBlack
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 45px;
    padding-top: 19px;
    padding-right: 30px;
}

.noteCopyLarge, .noteCopyLargeWhite{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 45px;
    padding-top: 16px;
    padding-right: 30px;
}

.noteCopy, .noteCopyLarge{
    color: #000066;
}
.noteCopyWhite, .noteCopyLargeWhite{
    color: #ffffff;
}
.noteCopyBlack{
    color: #000000;
}

.navHeader{
    height: 46px;
    background: url('../Images/navHeader.gif') repeat-x;
}

.navCopy{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    padding-top: 9px;
    padding-right: 10px;
}

.acc_buttons {position:relative; top:-10px; float:right; font-family: Arial, Helvetica, sans-serif;font-size: 11px; }
.acc_buttons span {padding-left:4px;}
.acc_buttons img {vertical-align:middle;border:0px;}
