body {
	background-color: #B3CFDD;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a, img {
	text-decoration: none;
	border: 0;
}

#containerExtend {
	background-image: url(../images/background_white.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 1029px;
}
#container {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 1029px;
	padding-bottom: 20px;
}

#main {
	margin-right: 25px;
	margin-left: 25px;
}

#left {
	width: 500px;
	float: left;
	margin-right: 10px;
}

#right {
	float: left;
	width: 450px;
	margin-left: 10px;
	text-align: center;
}

#leftBox {
	width: 470px;
	float: left;
	margin-right: 10px;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #974B8B;
	margin-top: 10px;
	padding-right: 5px;
}

#rightBox{
	float: left;
	width: 465px;
	margin-left: 15px;
	margin-top: 10px;
	padding-right: 5px;
}

#footer {
	height: 83px;
	width: 1029px;
	margin-right: auto;
	margin-left: auto;
}

.footerImg {
	float: right;
	position: relative;
	top: -40px;
	margin-right: 10px;
}

.quote {
	font-size: 16px;
	font-style: italic;
	width: 385px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #203e7f;
	border-bottom-color: #203e7f;
	line-height: 1.3em;
	padding: 10px;
	background-color: #E3EEF4;
	margin-bottom: 30px;
}

.initialCap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

.box {
	background-color: #FFF;
	border: medium solid #203e7f;
	padding: 5px;
	float: left;
	height: 165px;
	width: 350px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 75px;
}

.big { font-size: 16px; line-height: 18px;}
.big-bold { font-weight: bold; font-size: 16px; line-height: 20px;}
.bold { font-weight: bold; font-size: 14px; line-height: 16px;}
.goldbar { color: #346ABD; font-weight: bold; font-size: 14px; line-height: 16px; text-indent: 5px }
.medium { font-size: 14px; line-height: 16px;}
.news {
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #0000000;
}
.paratitle {
	color: #1F3D79;
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
}
.small { font-size: 10px; line-height: 14px;}
.smallBold {
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
}

a { text-decoration: none }
h1 { color: #000000; font-style: normal; font-weight: bold; font-size: 22px;}
h2 { font: 16px/22px;}
td { font: 14px;}
.goldTitle { font-size: 26pt; font-weight: normal; color: #ff9933;}
UL { font: 14px;}
OL { font: 14px;}
.paratitlewhite { color: #FFFFFF; font-weight: bold; font-size: 16px; text-decoration: none }
.paratitlewhite a:link { color: #FFFFFF; font-weight: bold; font-size: 16px; text-decoration: none }
.paratitlewhite a:visited { color: #FFFFFF; font-weight: bold; font-size: 16px; text-decoration: none }
.smallwhite {
	font-size: 12px;
	line-height: 13px;
	color: #1F3D79;
	font-weight: bolder;
	font-variant: normal;
}
.clear { clear: both; }
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8bab50;
}
.imgPadding {
	padding: 5px;
}

.floatRight {
	float: right;
	width: 170px;
	text-align: right;
}

#activities-list ul {
	overflow: hidden;
}

#activities-list ul li {
	list-style: none outside;
	list-style-image: none;
	background-image: none !important;
	width: 310px;
	float: left;
	border: medium solid #203e7f;
	position: relative;
	min-height: 81px;
	_height: 81px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 126px;
	background-color: #FFF;
}

#activities-list li p {
	margin-top: 0;
}

#activities-list li img {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 3px solid #8bab50;
}

.border {
	border: 1px solid #8bab50;
	padding: 5px;
}
