html, body {
	margin: 0px;
	padding: 0px;
}

body { 
	background: #d7d7d7;
	text-align: center;
	padding-bottom: 20px; 
	color: #777777;
}

#box {
	background: #FFF;
	border: 1px solid #c0d3e9;
	text-align: left;
    margin: 0px auto;
    width: 1020px;
    padding: 20px 10px;
}

a:hover{
	text-decoration: underline;
}

a:link.nav {font-family: Verdana; font-size: 11px; font-weight: bold; color: #ffffff; letter-spacing: 1px; text-decoration: none}
a:hover.nav {font-family: Verdana; font-size: 11px; font-weight: bold; color: #ffffff; letter-spacing: 1px; text-decoration: underline}
a:active.nav {font-family: Verdana; font-size: 11px; font-weight: bold; color: #ffffff; letter-spacing: 1px; text-decoration: underline}
a:visited.nav {font-family: Verdana; font-size: 11px; font-weight: bold; color: #ffffff; letter-spacing: 1px; text-decoration: none}

a:link.postTitle {font-family: Times New Roman; font-size: 20px; font-weight: 100; color: #1d6598; font-style: normal; margin-bottom: 0px; letter-spacing: 0px; line-height: 20px; text-decoration: none}
a:hover.postTitle {font-family: Times New Roman; font-size: 20px; font-weight: 100; color: #73afda; font-style: normal; margin-bottom: 0px; letter-spacing: 0px; line-height: 20px; text-decoration: none}
a:visited.postTitle {font-family: Times New Roman; font-size: 20px; font-weight: 100; color: #1d6598; font-style: normal; margin-bottom: 0px; letter-spacing: 0px; line-height: 20px; text-decoration: none}

a:link.bodylink {font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, sans-serif; font-size: 14px; line-height: 23px; color: #468596; text-decoration: none}
a:visited.bodylink {font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, sans-serif; font-size: 14px; line-height: 23px; color: #468596; text-decoration: none}
a:hover.bodylink {font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, sans-serif; font-size: 14px; line-height: 23px; color: #468596; text-decoration: underline}

.captionText1 { font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, sans-serif; font-size: 15px; font-style: italic; color: #777777;}

.navContainer { font-family: Verdana; margin: 3px 0px 0px 0px; padding: 3px 4px 6px 8px; background-color: #67858d; border-top: 1px solid #c0d5e8;}

.articleTitleBox {margin: 0px 0px 10px 0px; border-bottom: 1px solid #67858d; padding: 0 0 2px 1px;}
.bodyText { font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, sans-serif; font-size: 14px; line-height: 24px; color: #555555;}
.header {margin: 0px 0px 20px 0px;}

.title { font-family:Times New Roman; font-size: 52px; line-height: 52px; color: #688890; font-style: italic;}
.articleTitle {font-family: Times New Roman; font-size: 20px; font-weight: 100; color: #688890; font-style: normal; margin-bottom: 0px; letter-spacing: 0px; line-height: 20px; text-decoration: none}

.caption {
  color:#666666;
  font-size:13px;
  font-style:italic;
  line-height:15px;
  padding-top:6px;
  margin:auto;
  text-align:center;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    }

.alignleft{
	display:inline;
	float:left;
	margin: 0 25px 3px 0;
}
.alignright{
	display:inline;
	float:right;
	margin-left:25px;
}

.tableShout3 {border: #688890 solid 1px; background-color: #eeeeee;}
.imageBorder {border: #688890 solid 1px;}