﻿@charset "utf-8";

body {
text-align:center; /* for IE */
}

div#wrapper {
text-align:left; /* reset text alignment */
width:990px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
} 

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  color: #666;
  }
table.nonlayout {
  padding: 0;
  }  
table.nonlayout td{
  padding-right: 30px;
  }  
table, tr, td {
  vertical-align: top;
  }  
  
  
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 1.2em 0;
/*  border-bottom: 1px solid #e5e5e5; */
  }
  
h3 span{
  font-size: 13px;
  font-weight: normal;
  }
  
h4 {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  line-height: 1em;
  margin: 5px 0;
  }

p {
  color: #333;
  }

.small {
  color: #666;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.6em;
}
  
a:link {
  text-decoration: none;
  color: #333;
  }

a:visited {
  text-decoration: none;
  color: #333;
  }

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

a:active {
  text-decoration: none;
  color: #333;
  }
  
.text {
    float: left;
    padding: 10px 26px;
    width: 600px;
}
.links {
    float: left;
    padding: 30px 0;
    width: 90px;
    line-height: 2em;
    font-weight: bold;
}
#sideBarContentsInner img{
    border: 1px solid #ccc; padding: 1px; margin:20px;
}