@charset "utf-8";

* {
margin:0px;
padding:0px;
}
html {overflow: scroll;}

body {
	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 */
	color: #333333;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	background-color: #646F77;
}
#sidebar1 {
	padding: 0px;
	width: 750px;
	margin: 0px;
}
#sidebarlitigation {
	padding: 0px;
	width: 850px;
	margin: 0px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}


#container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	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;
	background-color: #FFFFFF;
	background-image: url(images/main.png);
	background-repeat: repeat-y;
}
#mainContent {
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 50px;
	background-color: #ffffff;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	margin: 0px;
}
h1 {
	font-size: 20px;
	display:inline;
	padding: 5px;
}
.p7GPcontent img {
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 7px;
}
