/* CSS Document */

/* CONTENT */

body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #4B4B4B;
font-family: Arial, Helvetica, sans-serif;
}

b{font-size: 105%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #D0E2FF;
}

#topsection{
background: #5B9DFF;
height: 120px; /*Height of top section*/
background-image: url(stripe_brunurb.png);
background-repeat: repeat-x;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #5B9DFF;
}

#footer{
clear: left;
width: 100%;
background: #237BFF;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size: 12px;
}




#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* CONTENT END */







/* START TOO COOL FOR IE BADGE */
   a#tooCool {
   position: fixed;
   right: 0;
   bottom: 0;
   display: block;
   height: 80px;
   width: 80px;
   background: url(too_cool.png) bottom right no-repeat;
   text-indent: -999em;
   text-decoration: none;
   }
/* END TOO COOL FOR IE BADGE */




/* START VALIDATOR BADGE */
   a#valid {
   position: fixed;
   left: 0;
   bottom: 0;
   display: block;
   height: 31px;
   width: 88px;
   border: 0px;
   background: url(valid-xhtml10-brunurb.png) bottom left no-repeat;
   text-indent: -999em;
   text-decoration: none;
   }
/* END VALIDATOR BADGE */





/* MENU */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}



</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->