body{
margin:0;
padding:0;
line-height: 1.5em;
background: black;
color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
min-width: 800px;
}

b{font-size: 110%;}

#news{visibility: hidden;}

#topsection{
margin: 20px 0 0 0;
height: 100px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
text-align: center;
color: red;
}

#scrollerRegion{visibility: hidden;}

#newsScroller{
margin-top: 5px;
height: 30px;
}

#newsScroller a:link, #newsScroller a:visited {
color: #FFFFFF;
text-decoration: none;
}

#newsScroller a:hover {text-decoration: underline;}

#textResize{
float: right;
margin-right: 10px;
}

#logo{
height: 80px;
width: 230px; /*Width of left column*/
background:url(pics/WCALogo.gif) center no-repeat;
float: left;
}

#title{
position: relative;
height: 80px;
left: -115px; /*Width of left column/2*/
background:url(pics/WCATitle.gif) center no-repeat;
}

#leftcolumn a:link, #leftcolumn a:visited{
display: block;
border: 1px solid #FFF;
font-weight: bold;
padding: 10px 0px 10px 10px;
text-decoration: none;
color: red;
}

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

#contentcolumn{
margin: 0 10px 0 230px; /*0 200px 0 230px;*/ /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
border: #FFF 1px solid;
font-size: small;
}

#leftcolumn{
float: left;
width: 230px; /*Width of left column*/
margin-left: -100%;
text-align: center;
}

#leftcolumn a:link, #leftcolumn a:visited{
display: block;
border: 1px solid #FFF;
font-weight: bold;
padding: 10px 0px 10px 10px;
text-decoration: none;
color: red;
}

#leftcolumn a:hover{
background-color: #666;
}

#rightcolumn{
float: left;
width: 10px; /*200px;*/ /*Width of right column*/
margin-left: -10px; /*-200px;*/ /*Set left marginto -(RightColumnWidth)*/
}

#rightcolumn a{color: red;}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
font-size: 90%;
color: red;
}

#footer a{color: #FFFF80;}

#contactUs a:link, #contactUs a:visited, #contactUs a:hover{color: red;}

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

.diddy{font-size: 70%;}

.red{color: red;}

.underline{text-decoration:underline;}

.small{
font-size:small;
cursor:pointer;
}

.medium{
font-size:medium;
cursor:pointer;
}

.large{
font-size:large;
cursor:pointer;
}

