* { padding: 0; margin: 0; }

body {
  background-image: url(images/c_bg.gif);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #CCC;
  font-weight: bold;
}
a:link,
a:visited {
  color: #ccc;
  text-decoration: underline;
  font-weight: bold;
}

a:link:hover,
a:visited:hover {
  color: #ccc;
  text-decoration: none;
}
#wrapper { 
 width: 1050px;
	/* "auto" will center the block */
	margin: 0 auto 0 auto;
	padding: 2px;
}
#header {
 width: 100%;
 padding: 0px;
 border: 0px;
 height: 177px;
 margin: 0px;
 text-align: center;
 background: url(images/c_bgheader.gif) repeat-x left top;
}
.small {
  font-size: 9pt;
}

.style1 {font-size: 18px}
a.style1 {font-size: 18px; text-decoration:underline;}
a.style1:visited {font-size: 18px; text-decoration:underline;}
a.style1:active {font-size: 18px; text-decoration:none;}
a.style1:hover {font-size: 18px; text-decoration:none;}

div.container {
  border: 2px solid #CCC;
  background-color: #ffe;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  overflow:auto;
   -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  }

div.float {
 color: #C00;
 border: 1px solid #669900;
 background: #fff;
 margin: 10px 5px 10px 10px;
 padding: 5px;
 width: 180px;
 height: 100%;
 float: left;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  }
div.float p {
   text-align: center;
   }

div.spacer {
  clear: both;
  }
  

#footer { 
       margin:1em auto 1em 1em;
	   font-size: 12px;
	   color: #ccc; 
       text-align:center; 
      }


/* clear browser defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
abbr,acronym,fieldset,img{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-size:100%;font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
div{overflow:hidden;}
h1,h2,h3,h4,li{white-space:nowrap;overflow:hidden;}
ol,ul{list-style:none;}
/* global hacks */
body{text-align:center;}
