@charset "utf-8";

h1 {margin:3; left:auto}

p {margin-top:0; margin-bottom:0px}

img {max-width: 100%;}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: large;
	background: #000000;
	margin: 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 */
	/* This is the text color*/
	color: #000000;
}
a {
	text-decoration: none;
}

a img {
	border: none;
}

p {
	padding: .5em .5em;
	text-align:justify;
	margin: 0 0 1em;
	width: 40em;
}

#header {
	margin-bottom: 1.75em; padding-top: 5px; padding-bottom: 3px;
	background: #8EB0EE;
}

#sitelogo {
	display: block;
	margin: 1em 2em 1em; padding: 20em 0 0.5em 1em;
	/*background: url(../images/plLogoSquare.jpg) 100% 100% no-repeat;*/
}

#content {
	float: none;
	padding: 0 15em 3em 15em 2;
	background: #ffffff;
	border-top:thin;
	border-bottom-width:medium;
}

.oneColElsCtr #container {
	/*This is the width of the container. Was in metric, "em" to style with text */
	width: 989px;
	/* This is the background color of the container*/
	background: #e1e1e1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr #content img.mainimg {
	float: left;
	margin: 5px 5px 5px 0;
	border-color: #8EB0EE;
}

.oneColElsCtr #content img.tableimg {
	float: right;
	margin: 1px 1px 1px 0;
	background-position:center;
}

#navlinks {
	margin: 0; padding: 1em 3em;
	background: #036; color: #FFF;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	margin-left: 0.5em;
	border-right: 1px solid #99C;
	font-weight: bold;
	font-size: x-large;
}

#navlinks li.first {
	border-right: 0;
	font-size: xx-large;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #bab9b9;
}

#text_table {
	margin:1em auto 0;
}

#footer {
	clear: both;
	padding: 1.5em 3em;
	background: #012561;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #3a3a3b;
	text-decoration: underline;
}
