html{
height:101%;
}


body
{
  margin: 0px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #ECECEC;
}

h1
{
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  color: #333333;
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}

h2
{
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  color: #333333;
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}

h2.flash
{
  margin: 0px 0px 10px 10px;
  padding: 5px 0px 10px 0px;
  color: #333333;
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}


h3
{
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}



div#content-right-inner p, ul{
 color:#333333;
 font-size:12px;
 line-height:17px;
}

div#content-right-inner-flash p, ul{
 color:#333333;
 font-size:12px;
 line-height:17px;
}


div#content-right-inner ul{
margin-bottom:40px;
}

img.floatright {
float:right;

}

a
{
  color: #333333;
  text-decoration: underline;
}

a:hover
{
  color: #333333;
  text-decoration: none;
}

em {
display:inline;
}

#wrapper
{
  text-align: left;
  background-color: #FFFFFF;
}

#container
{
}

#header
{
  width: 780px;
  height: 150px;
  margin: 0px auto;
}

#header-left
{
  float: left;
  width: 450px;
  height: 150px;
}

a#homelink
{
  display: block;
  width: 450px;
  height: 150px;
  background: url('../images/logo-lg.jpg') left top no-repeat;
}

#header-right
{
  float: right;
  width: 320px;
  height: 150px;
}

#navigation
{
  height: 30px;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #C00000;
  overflow: hidden;
}

#navigation-inner
{
  width: 780px;
  margin: 0px auto;
}

#navigation-inner a
{
  float: left;
  display: block;
  color: #C00000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

#navigation-inner a span
{
  display: block;
  padding: 8px 15px 8px 15px;
}

#navigation-inner a:hover
{
  color: #FFFFFF;
  background-color: #C00000;
}

#content
{
  padding: 20px 0px;
  background: #FFFFFF url('../images/cwf-bg.gif') left top repeat-x;
}

#content-inner
{
}

#content-inside
{
  width: 780px;
  margin: 0px auto;
}

#content-left
{
  float: left;
  width: 180px;
}

#content-left-inner
{
  padding: 0px 20px;
  text-align: left;
}

#content-right
{
  float: left;
  width: 600px;
}

#content-right-home
{
  float: left;
  width: 800px;
}

#content-right-inner
{
  padding: 0px 20px;
}

#content-right-inner-flash
{
  padding: 0;
}

#footer
{
  border-top: 3px solid #CCCCCC;
  text-align: center;
}

#footer-inner
{
  width: 780px;
  margin: 0px auto;
  padding: 20px 0px;
  text-align: left;
}

#footer-inner a
{
  margin: 0px 15px 0px 0px;
  color: #666666;
  font-size: 11px;
  text-decoration: none;
}

div.clearfloats
{
  display: block;
  clear: both;
}

div.heading
{
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  color: #333333;
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}



a.button
{
  color: #333333;
  text-decoration: none;
  border:1px solid #666;
  padding:5px 10px 5px 10px;
  background-color:#CCCCCC;
}

a.button:hover
{
  color: #fff;
  background-color:#999;
  
}