@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	padding: 0px;
	background-color: #006;
	margin: 0px;
}
#container {
	background-color: #FFF;
	width: 92%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thick double #09F;
}

.sideContent {
	width: 190px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: thin solid #FFF;
}
.sideContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 1.4;
	color: #000;
	text-align: center;
}
#sidebar {
	float: left;
	width: 195px;
	margin-left: 45px;
	display: inline;
	margin-top: 30px;
	overflow: hidden;
}
#sidebar .sideContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #06C;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
}
#sidebar .sideContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #06C;
	margin: 5px;
	text-align: center;
}
#sidebar #nav ul {
	margin: 0px;
	padding: 0px;
}
#sidebar #nav li {
	list-style-type: none;
}
#sidebar #nav a {
	text-align: center;
	display: block;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000;
	font-size: 100%;
	height: 1%;
}
#nav a:link, #nav a:visited {
	color: #0058F0;
	background-color: #FFF;
	text-decoration: none;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color: #FFF;
	background-color: #006;
}
#mainContent {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 100%;
	width: auto;
}

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #0058F0;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0058F0;
	font-size: 100%;
	text-align: center;
	overflow: hidden;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #000;
	text-align: center;
	list-style-type: none;
}
#footer {
	background-color: #FFF;

}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #000;
	text-align: center;
	margin-left: 5px;
}
.leftimg {
	float: left;
}

.rightimg {
	float: right;
}
.bold {
	font-weight: bold;
}
.centered {
	text-align: center;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
}
.underline {
	text-decoration: underline;
}
#mainContent p img {
	padding-right: 5px;
	padding-bottom: 5px;
}
#container .bondview {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainContent center iframe {
	padding-top: 5px;
}
