/* CSS Document */


/* Main Layout */

body {
text-align: center;
min-width: 760px;
margin: 0px;
}

/* Centering Wrapper for web page */
#wrapper {
width: 760px;
margin: 0 auto;
text-align: left;
}

/* Top-most branding area of web page */
#branding {
width: 760px;
height: 100px;
float: left;
}

/* Main navigation area of web page */
#mainNav {
width: 760px;
min-width: 760px;
height: 25px;
background: #003063;
float: left;
}

/* Sub navigation area of web page */
#subNav {
width: 760px;
min-width: 760px;
height: 25px;
background: #CCCCCC;
float: left;
}

/* Ad navigation area of home page */
#adNav {
margin-top: 1px;
width: 250px;
height: 186px;
float: left;
}

/* Ad and multimedia area of home page */
#ad {
margin-top: 2px;
width: 507px;
height: 186px;
float: right;
}

/* peach bar on home page */
#peach_row {
display: block;
margin-top: 1px;
width: 760px;
height: 25px;
clear: both;
float: left;
background: #FFD27F;
}




/* Main content column on home page */
#mainContent {
margin-top: 20px;
width: 480px;
float: left;
}




/* Right content column on home page */
#rightColumn {
margin-top: 20px;
width: 260px;
float: right;
}

/* News Box on home page */
#newsBox {
width: 260px;
height:200px;
float: right;
overflow: scroll;
}

/* Footer area of web page */
#footer {
width: 760px;
height: 60px;
float: right;
}



