@charset "UTF-8";
@import url("webfonts/BOD_R/bod_r.css");

body {
	font: 18px BOD_R, Arial, sans-serif;
	margin: 20px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4f494b;
	background-color: #666666;
}

img {
	border: none
}

h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* [disabled]padding: 20px 0; */ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 50px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: BOD_R;
}

.index h1	{
	margin-top: 25px;
	margin-right: 30px;
}

.wop h1 {
	/*font-size: 40px;*/
	margin-top: 48px;
	text-align: center;
}

h2 {
	margin: 84px auto 0 auto; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 27px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	width: 100%;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

a:link, a:visited {
	color: #4f494b;
	text-decoration: none;
}

a:hover {
	color: #4f494b;
	text-decoration: underline;
}

#container {
	width: 1100px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	padding-bottom: 10px;
	background-color: #ffffff;
}

#container.wop {
	background-color: #999999;
}

#container.index {
	background-image: url(images/bgIndex.png);
}

#mainContent {
	/*padding: 0 20px;*/
	text-align: center;
}

#container.index #footer {
	/*display: none;*/
}

#container.index #mainContent table {
	/*background-color: #999999;*/
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	text-align: center;
	padding: 40px 20px 20px 20px;
}

#container.index #mainContent table tr td {
	text-align: center;
	padding: 5px;
}

#header {
	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	top: 15px;
	height: 70px;
	text-align: center;
	
}

.index #header .left,
.index #footer .left	{
	position: absolute;
	right: 370px;
}

.index #header .right,
.index #footer .right	{
	position: absolute;
	left: 735px;
	color: #ffffff;
}

.index #header .right a:link,
.index #header .right a:visited,
.index #footer .right a:link,
.index #footer .right a:link	{
		color: #ffffff;
}

table a:link, table a:visited {
	color: #4f494b;
	text-decoration: none;
}

table a:hover {
	color: #4f494b;
	text-decoration: underline;
}

table a.slideshowDP:link,
table a.slideshowDP:visited {
	color: #ffffff;
	text-decoration: none;
}

table a.slideshowDP:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer {
	padding: 0 0 20px 0;
	text-align: center;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.wop {
	color: #FFFFFF;
}
.wop a:link, .wop a:visited {
	color: #ffffff;
	text-decoration: none;
}
.wop a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.statement {
	/*font-family: "Century Gothic", Verdana, Arial, sans-serif;*/
	font-size: 20px;
	text-align: left;
	width: 60%;
	margin: 20px auto;
	padding: 20px 60px;
	color: #ffffff;
}

#container #mainContent #indexLeft a img {
	height: 250px;
	padding-right: 20px;
	padding-left: 20px;
}
#container #mainContent #indexLeft a.slideshowDP img {
	padding-right: 0px;
}

#container #mainContent .statement p strong {
	font-size: 120%;
}
#container.index #header .right .wop {
	display: none;
}
