body{
margin:0;
padding:10px;
line-height: 1.3em;
background: #C3C8C8;
background-image:url(../resources/layout/twcs-bg6.jpg);
background-repeat: repeat;
font-family: 'Verdana','FreeSans',sans-serif;
font-size: 85%;
}

strong{font-size: 105%;}
em{color: red;}
a{
text-decoration : none;
color: #003359;
}
a:hover{
color: #ff0000;
font-style: oblique;
}
hr{color: #003359;}
#green{color: green;}
 
#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #cea64e;
background-image:url(../resources/layout/brushed_aluminium_70-high.jpg);
height: 70px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 10px;
color: #003359;
display:none; /*only displayed with "no style"*/
}

#topsection #very_small{
color: #003359;
font-size: 0.7em;
display:none; /*only displayed with "no style"*/
}

#topnavigation{
color: #003359;
background: #cea64e;
background-image:url(../resources/layout/brushed_aluminium_70-high.jpg);
padding-left: 210px;
padding-right: 10px;
font-size:0.7em;
height: 1.6em;
text-align: right;
}

#topnavigation h5 {
display : none;
}

#topnavigation ul{
list-style-type: none;
list-style-position: outside;
margin-left: 0;
padding-left: 0;
display: inline;
}

#topnavigation ul li{
display: inline;
}

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

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
padding-top: 1px;
font-size: 0.8em;
}

#contentcolumn ul{
list-style-type: circle;
}

#contentcolumn h2{
display: none;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #cea64e;
background-image:url(../resources/layout/brushed_aluminium_70-high.jpg);
font-size: 0.8em;
}

#leftcolumn h4{
display : none;
}

#leftcolumn ul{
list-style-type: none;
list-style-position: outside;
margin-left: 0;
padding-left: 0;
line-height: 1.8em;
/*font-stretch: semi-condensed;  shit, this is CSS2.0*/
}

#footer{
clear: left;
width: 100%;
background-image:url(../resources/layout/brushed_aluminium_70-high.jpg);
color: #003359;
text-align: right;
font-size: 0.6em;
padding: 4px 0;
}

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

