body {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #162438;
	margin: 0px;
}
#container {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	background-color: #203351;
	height: auto;
}
#innerContainer {
	background-color: #223351;
	border: 1px solid #FFFFFF;
	float: left;
}

#contentContainer {
	float: left;
	width: 624px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 191px;
	width: 850px;
	padding-top: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#banner ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 43px;
}
#banner li {
	margin-bottom: 5px;
}

#banner a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#banner a:hover {
	color: #84A1C9;
}
#content {
	clear: left;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 43px;
	width: 562px;
	background-image: url(images/BGcontent.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	line-height: 150%;
	color: #162438;
	font-size: 12px;
	font-family: Tahoma, Arial;
}
#content a {
	color: #2A5486;
	text-decoration: underline;
}
#content ul {
	list-style-image: url(images/bullet.gif);
}
#content li {
	margin-bottom: 10px;
}



#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	color: #2F6796;
	font-style: italic;
	margin-top: 5px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	color: #2F6796;
	font-style: italic;
}
.floatImageLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#content strong {
	color: #223351;
}
#sidebar {
	width: 175px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	float: left;
}
#sidebar img {
	border: 1px solid #FFFFFF;
	float: left;
}
.caption {
	clear: left;
	height: 67px;
}
.caption a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.caption img {
	margin-right: 15px;
}
.floatImageRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}

