
body {
    background: #F2F2F2;
    color: #666666;
    line-height: 20px;
}
#main_bg {
    background: url("../images/main_bg.png") repeat-y scroll left center transparent;
    margin: 0 auto;
    width: 1046px;
}
#container {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Lucida Grande,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    margin: -8px auto 0;
    width: 1010px;
}
h1 {
    background-color: #FFFFFF;
    color: #CC6633;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 30px;
}
h2 {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}
a {
    color: #5F82DC;
    text-decoration: none;
}
a:hover {
    background-color: #F5F5F5;
    color: #CC6714;
}
form {
    float: left;
}
input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #C5E0E8 #C5E0E8 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #999999;
    font-size: 11px;
    padding: 3px;
}
.button {
    padding: 3px;
    width: 35px;
}
.error {
    background-color: #FFFFFF;
    color: #FF0033;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}
/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
    width: 22%;
      padding: 10px;
      }

      /* Style the images inside the grid */
      .column img {
	opacity: 0.8;
	  cursor: pointer;
	  }

	  .column img:hover {
	    opacity: 1;
	    }

	    /* Clear floats after the columns */
	    .row:after {
	      content: "";
		display: table;
		  clear: both;
		  }

#header {
    background: #ffffff;
    clear: both;
    height: 85px;
    padding-top: 10px;
    width: 1010px;
}
#header p {
    color: #999999;
    margin-left: 30px;
    margin-top: -20px;
}
#navigation ul {
    float: left;
    list-style-type: none;
    margin-left: 0;
    margin-top: -10px;
    padding-left: 10px;
    width: 160px;
}
#left H1 {
    background:#3b5998;
    color: #fff;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 10px auto;
    margin-top: 1px;
    padding: 0 0 0 15px;
    text-align: left;
}
#navigation a {
    background: url("/images/bullet.gif") no-repeat scroll 0 60% #FFFFFF;
    border-bottom: 1px solid #DBE5EB;
    display: block;
    padding: 3px 3px 3px 20px;
}
#navigation a:link, #navlist a:visited {
    color: #6A1B09;
    text-decoration: none;
}
#navigation a:hover {
    background: url("/images/arrow.gif") no-repeat scroll 96% 50% #EBEDEF;
    color: #CC6714;
}
#navigation p {
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    margin-top: 40px;
    padding: 5px;
}
#content {
    border: 1px solid #5F82DC;
    margin-left: 10px;
    margin-right: 200px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    width: 720px;
}
#content p {
    width: 100%;
}
#contentshd {
    font-size: 1.2em;
    font-weight: bold;
}
#contentshd1 {
    font-size: 1.1em;
    font-weight: bold;
}
#contentshd2 {
    font-size: 1em;
    font-weight: bold;
}
#contentshd3 {
    font-size: 1em;
    font-weight: bold;
}
#contents {
    font-size: 1em;
}
#contents1 {
    font-size: 1.1em;
}
#sidebar {

    #box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
    border: 1px solid #5F82DC;
    float: right;
    margin-right: 5px;
    padding-left: 1px;
    width: 220px;
}
#sidebar p {
    border-bottom: 1px solid #5F82DC;
    padding-bottom: 0;
    width: 220px;
    margin-bottom: 0px;
}
#footer {
    background: #3B5998;
    border-bottom: 0 solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    clear: both;
    color: #fff;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
#footer a {
    color: #EC370D;
    font-size: 11px;
    text-decoration: none;
}
#footer a:hover {
    color: #000000;
    font-size: 11px;
    text-decoration: underline;
}
table{
width:100%;
}
table, td, th {
    border: 1px solid grey;
    text-align: left;
}
th {
    background-color: #4C66A4;
    color: #fff;
}
caption {
    font-size: 1em;
    font-weight: bold;
}


