/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.yellow {
color: #FDBD12;
}

.yellowBold {
color: #FDBD12;
font-weight: bold;
}

.marroon {
color: #B13326;
}

.marroonBold {
color: #B13326;
font-weight: bold;
}

.marroonTitle {
color: #B13326;
font-weight: bold;
font-size: 18px;
}

.nav {
color: #FFFFFF;
font-weight: bold;
font-size: 10px;
}

.nav a {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

.marroonBack {
position: absolute;
top: 145px;
left: 650px;
height: 217px;
width:145px;}

.sideLogo {

position: absolute;
top: 505px;
left: 750px;
height: 62px;
width: 56px;}

.contentArea {
overflow: auto; 
height: 450px;
/* scrollbar-highlight-color : #000000; 
scrollbar-3dlight-color : #000000; 
scrollbar-shadow-color : #000000; 
scrollbar-darkshadow-color : #942723; 
scrollbar-track-color : #FDBD12; 
scrollbar-arrow-color : #FDBD12;
scrollbar-face-color: #942723; */
padding-right: 10px;

}


.navMarroon {
color: #B13326;
font-size: 11px;
}

.navMarroon a {
color: #B13326;
text-decoration: none;
}


