body{
margin:0;
padding:0;
line-height: 1.5em;
background: #ffffff;
}

a:link, a:visited {
text-decoration: underline; 
color: #a3080b;
font-size: 100%;
}

a:hover {
text-decoration: underline;
color: #a3080b;
background: #ffc833;
}

b{font-size: 110%;}

h1{
color: #ffc833;
font-size: 200%
}

h1.body{
color: #a3080b;
font-size: 200%;
text-align: center;
}

h2 {
color: #a3080b;
font-size: 150%;
text-align: center;
}

h2.contrast {
color: #ffc833;
font-size: 150%;
text-align: center;
background: #a3080b;
}

h2.left {
color: #a3080b;
font-size: 150%;
text-align: left;
}

p.news{
color: #a3080b;
text-align: center;
text-decoration: bold;
font-size: 120%;
}

p.quote{
color: #a3080b;
text-align: center;
text-decoration: none;
font-size: 100%;
font-style: italic;
}

p{color: #a3080b;
text-align: center;
}

p.footer{
color: #ffc833;
font-size: 70%;
}


em{color: #a3080b;}

ul{
color: #a3080b;
text-align: center;
}
ul.article{
color: #a3080b;
text-align: left;
}


IMG.displayed {
	border: none;
    display: block;
    margin-left: auto;
    margin-right: auto }

img.navbar {
border: 1px solid #ffc833;
} 


#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #a3080b;
height: 90px; /*Height of top section*/
}

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

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

#contentcolumn{

margin-left: 150px; /*Set left margin to LeftColumnWidth*/
background: #ffffff;
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
background: #ffc833;
}

#menu{
width: 120px;
background-color: #ffc833;
}

#menu a{
color: #a3080b;
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
text-decoration: none;
} 


#menu a:hover{
background-color: #a3080b;
color: #ffc833;
}

#footer{
clear: left;
width: 100%;
background: #a3080b;
color: #ffc833;
text-align: center;
padding: 4px 0;
height: 50px; /*Height of footer*/

}

#footer a{
color: #ffc833;
}

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

