@charset "UTF-8";
body {
	padding: 0;
	text-align: center;
	margin: 0;
	font-size: 62.5%;
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
p {
	line-height: 1.5em;
}
h1 {
	font-size: 1.4em;
	color: #003C67;
	margin: 0px;
	padding: 0px;
}
h1 em {
    color: #003C67;
}
em {
	font-style: italic;
	color: #666666;
}
.oneColFixCtrHdr #container {
	width: 973px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header {
	padding-top: 25px;
	padding-left: 23px;
	padding-bottom: 3px;
	padding-right: 25px;
}
.oneColFixCtrHdr #header 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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav {
	font-size: 1.1em;
	color: #999999;
	padding-top: 28px;
	float: right;
}
#top {
	height: 21px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/middle.jpg);
	background-repeat:repeat-y;
	font-size: 1.2em;
}
#share {
	margin: 0px;
	padding: 0px;
}
#tweet {
	width: 57px;
	float: left;
}
#like {
	float: left;
	width: 150px;
}
#footer {
	font-size: .75em;
	color: #999999;
	padding-left: 30px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	height: 39px;
	margin-top: 0px;
	padding-top: 0px;
}
table {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

