﻿body {
  font-family:Tahoma;
  font-size:12px;
  margin: 0 auto;
  padding:0;
  background-image: url(../images/ShadowBackground.png);
  background-position:center;
  background-repeat:repeat-y;
  background-color:#cacacc;
}
.pageContainer {
  display:table;
}
h1 {
  margin:0px;
  padding:0px;
}
h1 {
  font-size:24px;
  font-weight:normal;
  font-family:Georgia;
}
h2 {
  margin:0px;
  padding:0px;
}
h3 {
  margin:0px;
  padding:0px;
}
form {
  margin:0px;
  padding:0px;
}
input {
  margin:0px;
  padding:0px;
}
button {
  margin:0px;
  padding:0px;
}
img {
  border:none;
}
a, a:link, a:visited {
  color:Black;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
.pageContainer {
  width:1000px;
  margin:0 auto;
}
.breadCrumb {
  background-color: #000000;
  width:1000px;
  height:120px;
}
.breadCrumb img {
  border:none;
}
.spacer10{
  margin-bottom:10px;
  clear:both;
  display:block;
}
.spacer5{
  margin-bottom:5px;
  clear:both;
  display:block;
}
.leftColumn {
  margin:0;
  padding:0;
  padding-top:15px;
  padding-right:5px;
  width:155px;
  overflow:hidden;
  background-color: #DCDCDC;
  vertical-align:top;
}
.middleColumn { 
  padding-left:10px;
  padding-top:15px;
  padding-right:10px;
  width:513px;
  overflow:hidden;
  vertical-align:top;
}
.rightColumn {
  width:300px;
  overflow:hidden;
/*  background-color:White;*/
  padding-left:1px;
/*  padding-right:4px;*/
/*  border-collapse:separate;*/
  vertical-align:top;
}

.menu {
  padding-left:5px;
  margin-bottom:20px;
}
.menu a {
  background-image: url(../images/black_bullet.png);
  background-position:5px;
  background-repeat:no-repeat;
  font-size:16px;
  padding-left:15px;
  border:1px solid gray;
  border-top-color:#CBCBCB;
  border-left-color:#CBCBCB;
  display:block;
  line-height:25px;
  background-color:#EDEDED;
  text-decoration:none;
}
.menu a:hover {
  border-top-color:gray;
  border-left-color:gray;
  border-right-color:#CBCBCB;
  border-bottom-color:#CBCBCB;
  padding-top:1px;
  line-height:24px;
}

.mainArticleStyle {
  width:100%;
}
.mainArticleStyle .date{
  color:Gray;
}
.mainArticleStyle .title{
  font-size:30px;
  line-height:30px;
  font-family:Times New Roman;
  margin:0;
  padding:0;
  margin-bottom:10px;
}
.mainArticleStyle .image {
  border:none;
  margin-right:10px;
  margin-top:5px;
  float:left;
}
.mainArticleStyle .summary {
  font-size:13px;
  line-height:18px;
}

.topArticlesStyle {
  width:100%;
}
.topArticlesStyle .image {
  float:left;
  margin-right:5px;
  margin-top:4px;
  width:90px;
}
.topArticlesStyle .date {
  display:inline;
  color:#3F3F3F;
  font-size:12px;
  font-weight:normal;
  margin-left:8px;
}
.topArticlesStyle .title {
  font-size:14px;
  font-weight:bold;
  margin-bottom:3px;
}
.topArticlesStyle .summary {
  display:block;
}
.topArticlesStyle .itemStyle {
  padding-bottom:15px;
}
.topArticlesStyle .altItemStyle {
  padding-bottom:15px;
}

.latestArticlesStyle {
  width:100%;
  border:1px solid #C6C6C6;
}
.latestArticlesStyle caption {
  background-color:Black;
  font-size:12px;
  font-weight:bold;
  line-height:25px;
  color:White;
  border-left:1px solid black;
}
.latestArticlesStyle .date {
  font-size:12px;
  padding-right:5px;
  padding-left:5px;
  color:#5D5D5D;
}
.latestArticlesStyle .title {
}
.latestArticlesStyle .itemStyle td {
  padding-bottom:4px;
  padding-top:4px;
  border-bottom:1px solid #E0E0E0;
}
.latestArticlesStyle .altItemStyle td {
  padding-bottom:4px;
  padding-top:4px;
  border-bottom:1px solid #E0E0E0;
}

.articleStyle {
  display:block;
  clear:both;
}
.articleStyle .date {
  border-bottom:1px solid gray;
  display:block;
  padding-bottom:3px;
  text-align:right;
}
.articleStyle .title {
  font-size:30px;
  line-height:30px;
  font-family:Times New Roman;
  margin:0;
  padding:0;
  margin-bottom:10px;
  margin-top:10px;
}
.articleStyle .body {
  line-height:18px;
  padding-right:5px;
  display:block;
}

.articlesList {
  width:100%;
  border:1px solid #EDEDED;
}
.articlesList .caption{
  background-color:Black;
  font-size:12px;
  font-weight:bold;
  line-height:25px;
  color:White;
  border-left:1px solid black;  
}
.articlesList .itemStyle {
}
.articlesList .altItemStyle {
  background-color:#F6F6F6;
}
.articlesList .itemStyle td {
  vertical-align:top;
  border-bottom:1px solid #EDEDED;
}
.articlesList .altItemStyle td {
  vertical-align:top;
  border-bottom:1px solid #EDEDED;
}
.articlesList .date {
  color: #5D5D5D;
  padding-top:2px;
  display:block;
}
.articlesList h2{
  padding-bottom:3px;
}
.articlesList .title a{
  font-size:14px;
  font-weight:bold;
}
.articlesList .summary {
  line-height:16px;
}

.subscribeTitle {
  margin-bottom:10px;
}