@charset "UTF-8";

.topdiv {
	background-color: #333333;
	height: 70px;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Myriad pro", "helvetica neue", tahoma, Arial, "Sans Serif";
	background-image: url(images/topbar.png);
	background-repeat: repeat-x;
}
.giantdiv {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #333333;
	padding: 0px;
}
.topdivtext {
	width: 100%;
	padding-top: 15px;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
}
b {
	font-style: italic;
	font-weight: bold;
	color: #E2383F;
}
.contentdiv {
	color: #CCCCCC;
	height: 550px;
	width: 1000px;
	margin-top: auto;
	background-image: url(images/bg.png);
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding: 0px;
}
.contentdivopening {
	color: #CCCCCC;
	height: 550px;
	width: 1000px;
	background-image: url(images/bgred.png);
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Subheaders {
	font-size: 14px;
	font-weight: bold;
	color: #E2383F;
}
.footerdiv {
	background-image: url(images/reflection.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 250px;
	margin:auto;
	padding: 0px;
}
.footerdivopening {
	background-image: url(images/reflection.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 250px;
	margin:auto;
	padding: 0px;
}
.leftmenudiv {
	width: 400px;
	height: 550px;
	float: left;
}
.iframe {
	height: 500px;
	width: 500px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightbodydiv {
	width: 540px;
	float:right;
	height: 550px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.iframeholder {
	width: 495px;
	height: 500px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 21px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a.typography:link {
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: "Helvetica Neue";
}
a.typography:visited {
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: "Helvetica Neue";
}
a.typography:hover {
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: "Helvetica Neue";
}
a.typography:active {
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: "Helvetica Neue";
}

a.topbar:link {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Helvetica Neue";
}
a.topbar:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Helvetica Neue";
}
a.topbar:hover {
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Helvetica Neue";
}
a.topbar:active {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Helvetica Neue";
}
.whitetext {
	color: #FFFFFF;
}
.footeropeningdiv {
	color: #FFFFFF;
	background-color: #333333;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.white:link {
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}
a.white:hover {
	color: #CCCCCC;
}
a.white:active {
	color: #FFFFFF;
}
.contentboxes {
	height: 475px;
	width: 475px;
	margin: auto;
	padding-top: 10px;
}
.sources {
	font-size: 9px;
}
.scrollr {
	margin: auto;
	height: 280px;
	width: 475px;
	overflow: scroll;
	visibility: inherit;
	padding: 5px;
}
