* {margin:0; padding:0;}

/*-------clear fix-------*/
  .box {

  }
  .floated {
    float: left;
    background: #f00;
    width: 100px;
    height: 100px;
    border: 1px solid #f0f;
  }
      
  * html .clearfix {
    height: 1%; /* IE5-6 */
  }
  .clearfix {
    display: inline-block; /* IE7xhtml*/
  }
  html[xmlns] .clearfix { /* O */
    display: block;  
  }
  .clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
/*-------end clear fix-------*/


body {
height:100%;
background:#fff;
color:#000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:.82em;
line-height:130%;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#616161;
text-decoration:none;
}

hr {
margin:10px 0 20px 0;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}

ul {margin-left:15px;}


#centerColumn { 	
margin:0 auto;
width:770px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;
}

h2 {
margin:0 0 .5em 0;
padding:.75em 0 0 0;
font-size:1.1em;
}

h3 {
margin:0 0 .3em 0;
padding:.75em 0 0 0;
font-size:1.1em;
font-weight:bold;
}

p {
padding:2px 0 10px 0;
}

dt {
font-weight:bold;
}

dd {
margin-bottom:8px;
}

fieldset {
border:none;
}

legend {
font-weight:bold;
color:#000;
}

#contentwrap {
background:url(images/contentwrap.jpg) repeat-x;
}

div.padded {
padding:5px 15px;
}

h2.mainheading {
background:url(images/mainheading.gif) no-repeat;
color:#fff;
padding:5px 10px;
margin:15px 0;
}

#navbar {
padding-top:12px;
margin-bottom:26px;
clear:both;
}

#navbar ul {
list-style:none;
}

#navbar li {
margin:0;
list-style:none;
display:block;
margin-bottom:14px;
}

#navbar li a {
margin:0 0 0 0;
color:#0050A0;
font-weight:bold;
background:url(images/nav.gif) 0 5px no-repeat;
padding-left:12px;
text-decoration:none;
}

#navbar li a:hover {
color:#fff;
}

#headerwrap {
background:url(images/headerwrap.jpg) 0 30px no-repeat;
}

#header {
margin:0;
padding:0 0 0 10px;
height:70px;
}

#header h1 {
margin:0;
padding:10px 0 0 0;
font-size:1.7em;
font-weight:lighter;
letter-spacing:.15em;
color:#000;
float:left;
}

#header h1 a {
text-indent:-999999px;
display:block;
width:403px;
height:61px;
background:#fff url(images/logo.gif) no-repeat;
}

#header h2 {
float:right;
margin-right:80px;
margin-top:20px;
font-size:16px;
font-weight:bold;
color:#0050A0;
width:250px;
font-family:Verdana;
}

#block_1 {
float:left;
width:500px;
background-color:#ccc;
}

.cell_3 {
float:right;
width:270px;
background-color:#ccc;
}

.barepic {
border:none;
}

.right {
float:right;
margin:5px;
padding:2px;
}

.left {
float:left;
margin:5px;
padding:2px;
}

.center {
width:auto;
margin-left:auto;
margin-right:auto;
}

.clear {
clear:both;
}

img.floatright {
float:right;
margin-left:15px;
}

img.floatleft {
float:left;
margin-right:15px;
}

#footer {
position:relative;
clear:both;
bottom:0;
margin:1em 0 0 0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.7em;
background:#fff url(images/footer.jpg) repeat-x;
}