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

body {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
p { 
	font-size:13px;
	line-height:1.3;
}
h1 {
	color:#1e236e;
	font:italic bold 19px/2 Georgia, "Times New Roman", Times, serif;
	margin:-5px 0 10px 0;
}
h2 {
	color:#8d0c22;
	font: bold 18px/1.5 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;
}
.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;
}
/***** Navigation *****/
#navBar {
	position:absolute;
	padding:15px 0 0 0;
	margin:0 auto;
	float:left;
}
#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 {
}
#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:12px;
}
#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;
}
.blueBox {
	color:#b4dd91;
	font-size:14px;
	line-height:1.2;
	background-color: #1f226b;
	-moz-border-radius: 20px;
	-webkit-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:7px 0;
}
/******* Green Boxes ****/
.rightBoxTop {
	width:218px;
	height:27px;
	background:url(images/green_boxes/right-top.png) no-repeat;
}
.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;
}
.mainBoxTop {
	width:702px;
	height:25px;
	background:url(images/green_boxes/main-top.png) no-repeat;
}
.mainBoxMid {
	width:582px;
	background:url(images/green_boxes/main-mid.png) repeat-y;
	text-align:left;
	margin:0;
	padding:0 60px 0 60px;
}
.mainBoxMid h1 {
	color:#1e236e;
	font:italic bold 19px/2 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;
}
.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:italic bold 19px/2 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;
}