/*        WCTSA Style Sheet                    */
/*        Version 2.00, 06 Jan 2009            */
/*        Page: wctsa.css                      */
/*        Author: David R. Lea                 */


body {
      background: #EDEDCB url('images/bg3.gif') top center repeat-y;
      position: relative; 
      width: 750px;
      clear: left;
      margin: 12px auto 12px auto;
      padding: 10px 15px 10px 20px;
      font-size:12px;
      font-family: Verdana, Arial, sans-serif
      }
       
    
#header {
      background-image: url(images/header50.gif);
      background-repeat: no-repeat;
      position: relative;
      width:750px;
      height:152px
      }

#hdrtxt {
      background-image: url(images/header4.gif);
      background-repeat: no-repeat;
      font-family: Verdana, Arial, sans-serif;
      color:#ffffff;
      font-size:16pt;
      letter-spacing:.2em;
      text-align: right;
      font-weight: bold;
      position:relative;
      width:750px;
      height:25px
      }

#main { 
      font-family: Verdana, Arial, sans-serif;
      font-size: 12px;
      color: #000000;
      margin:0 auto;
      padding:0 0 0 0;
      text-align:center
      } 
       
#container {
      clear:both;
      width:100%;
      margin:10px 10px 10 10px;
      background:#ffffff;
      color:#000000;
      text-align:left
      }
              
        
.normalhdr {
      font-family: Verdana, Arial, sans-serif;
      color:#8B0000;
      font-size:18px;
      font-weight:bold
      }   
      
#latestnews {
	font-family: Verdana, Arial, sans-serif;
	clear: right;
	float: right;
	width: 30%;
	margin: 0 0 0 2em;
   	font-size: 12px
}

#latestnews .box {
	border:	2px solid #C8C2C2;
	padding: 1em;
	margin: 0 0 1em 0;
    background: #FFFFFF;
}  

.latestnews_title {
      font-family: Verdana, Arial, sans-serif;
      border-bottom:		2px solid #C8C2C2;
      color:#8B0000;
      font-size:18px;
      font-weight:bold
      }
      
#footer {
      position:relative;
      font-family: Verdana, Arial, sans-serif;
      clear:both;
      width:750px;
      margin:20px 0 0 0;
      padding:4px 0 4px 0;
      background:#ffffff;
      font-size:8pt;
      text-align:center;
      border-top:1px solid #F30D1D;
      border-bottom:1px solid #F30D1D;
      }

.spacer {
      clear: both;
      }

.clsCMOver {
      font-family: Verdana, Arial;
      font-size: 12px;
      padding: 2px 4px;
      color: black;
      }

.clsCMOn {
      font-family: Verdana, Arial;
      font-size: 12px;
      padding: 2px 4px;
      color: black;
      }

/******* Stylin CSS hacks *******/
.bodgefix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      }

.bodgefix {
      display: inline-table;
      }

/* Hides from IE-mac \*/
* html .bodgefix {height: 1%;}
.bodgefix {display: block;}
/* End hide from IE-mac */