@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #4e9e3f url(images/statue_back_2020.jpg) top center no-repeat;  
	background-size:contain;
}
p { 
	font-size:18px;
	line-height:30px;
}
h1 {
	color:#1e236e;
	font:bold 19px/2 Georgia, "Times New Roman", Times, serif;
	margin:-5px 0 10px 0;
}
h2 {
	color:#8d0c22;
	font: bold 23px/1.8 Georgia, "Times New Roman", Times, serif;
}
a, a:link, 
a:visited {
	color:#006;
	font-weight:bold;
}
a:hover {
	color:#069;
	text-decoration:none;
}
#wrapper {
	width:960px;
	margin: 0 auto;
	padding:215px 0 0 0;
	overflow:visible;
}
.imgCenter {
	display: block;
	margin: 0 auto;
}
.imgRight {
	display:block;
	margin:10px 0 10px 15px;
	float:right;
}
.imgLeft {
	margin: 10px 15px 10px 0;
	float: left;
}
.textRight {
	text-align:right;
}
.date {
	color:#060;
	text-transform:capitalize;
	text-indent:10px;
	font-size:16px;
	font-weight:bold;
}
.column {width:250px; float:left;margin: 0 10px; }

/***** Navigation *****/
#navBar {
	background-color: rgba(47, 80, 80, 0.70);
	width:100%;
	height:35px;
	padding:15px 0 0 0;
	margin:0;
}
#navBar ul {
	list-style:none;
}
#navBar li {
	color:#c4cccc;
	text-align:center;
	width:120px;
	float:left;
	font: bold small-caps 16px Georgia, "Times New Roman", Times, serif;
}
#navBar a:link, a:visited {
	color:#c4cccc;
	text-decoration:none;
}
#navBar a:hover {
	text-decoration:underline;
	font-size:17px;
}
/****** Content *****/
#content a, a:link, 
a:visited {
	color:#006;
	font-weight:bold;
	text-decoration:underline;
}
#content a:hover {
	color:#069;
	text-decoration:none;
}
#rightContent {
	margin:60px 0 0 0;
	width:237px;
	float:left;
}
#rightContent p {
	color:#000;
	font-size:16px;
	line-height: 25px;
}
#leftContent {
	width:703px;
	margin:60px 0 0 20px;
	float:left;
}
#leftContent p {
	margin: 15px 0;
}
.mainBoxMid ul {
	list-style-image:url(images/star2.png);
	list-style-position:outside;
}
.mainBoxMid li {
	margin:7px 30px;
	font-size: 18px;
	line-height:30px;
}
.blueBox {
	color:#b4dd91;
	font-size:16px;
	line-height:1.8;
	background-color: #1f226b;
	border-radius: 20px;
	padding: 10px 20px 20px 20px;
	margin:10px;
}
.blueBox ul {
	list-style-image:url(images/star.gif);
	list-style-position:inside;
}
.blueBox li {
	margin:12px 0;
}
/******* Green Boxes ****/
.rightBoxTop {
	width:218px;
	height:27px;
	background:url(images/green_boxes/right-top.png) no-repeat;
}
.emailLinks a:link {text-decoration:none;}
.rightBoxMid {
	width:208px;
	background:url(images/green_boxes/right-mid.png) repeat-y;
	text-align:center;
	padding:5px;
}
.rightBoxBottom {
	width:218px;
	height:27px;
	background:url(images/green_boxes/right-bottom.png) no-repeat;
}
#fb-feed { margin:20px 0; padding-bottom: 20px;}
.mainBoxTop {
	width:702px;
	height:25px;
	background:url(images/green_boxes/main-top.png) no-repeat;
	float:left;
}
.mainBoxMid {
	width:582px;
	background:url(images/green_boxes/main-mid.png) repeat-y;
	text-align:left;
	margin:0;
	padding:0 60px 0 60px;
	float:left;
}
.mainBoxMid h1 {
	color:#1e236e;
	font: bold 23px/2.3 Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
}
.mainBoxBottom {
	width:702px;
	height:25px;
	background:url(images/green_boxes/main-bottom.png) no-repeat;
	margin:0 0 20px 0;
	float:left;
}
.boxContainerLeft {
	width:342px;
	margin-right:19px;
	float:left;
}
.boxContainerRight {
	width:342px;
	float:left;
}
.boxTop {
	width:342px;
	height:25px;
	background:url(images/green_boxes/box-top.png) no-repeat;
}
.boxMid {
	width:222px;
	background: url(images/green_boxes/box-mid.png) repeat-y;
	text-align:left;
	padding:0 60px;
}
.boxMid h1 {
	color:#1e236e;
	font: bold 20px/2.5 Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px 0;
}
.boxBottom {
	width:342px;
	height:30px;
	background:url(images/green_boxes/box-bottom.png) no-repeat;
}
/******** Footer *********/
#footer {
	margin:30px 0;
	color:#c4cccc;
	font-size:18px;
	line-height:2.5;
	width:100%;
	float:left;
}
#footer a:link, a:visited {
	color:#c4cccc;
	text-decoration:none;
}
#footer a:hover {
	color:#006;
	text-decoration:underline;
}