/**************** body and tag styles ****************/
body {
	margin-top: 0px;
	margin-bottom: 30px;
}

#container {
	width: 790px;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-color: #FFFFFF;
	  background:url("site_images/pbol_logo.png") no-repeat left top;
}

/**************** header styles ****************/
	#header {
	  width: 790px;
	  height: 70px;
	  border: 0px;
	  }
	#header p {
	float:right;
	  color: #999999;
	  }

/**************** menu styles ****************/
#tabs10 {
	float:left;
	width:790px;
	font-size:93%;
	padding-bottom: 1px;
	border-bottom:2px solid #2763A5;
	line-height:normal;
}
#tabs10 ul {
	margin:0;
	padding:0px 0px 0px 390px;
	list-style:none;
}
#tabs10 li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs10 a {
	float:left;
	background:url("site_images/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs10 a span {
	float:left;
	display:block;
	background:url("site_images/tabright10.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
#tabs10 a span {
	float:none;
}
#tabs10 a:hover {
	background-position:0% -42px;
}
#tabs10 a:hover span {
	background-position:100% -42px;
}

/**************** email styles ****************/
#emaillogin {
	float:left;
	width: 790px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #2763A5;
}

.button {
	padding: 2px;
	background-color: #6DA6E2;
	color: #FFFFFF;
	border: 1px solid #2763A5;
	font-size: 11px;
}

form.google {
	padding-left: 400px;
	font-size: 12px;
}

form.email {
	padding-left: 100px;
	font-size: 12px;
}

input {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #2763A5;
	font-size: 11px;
	padding: 3px;
}
/**************** sidebar styles ****************/
#sidebar {
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	float: left;
}

#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
/**************** content styles ****************/
#content {
	width: 560px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	float: right;
}

#content p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  background-color:#2763A5;
	  }

	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }

	#footer p a {
	  color: #FFFFFF;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }

	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }

	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 0px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

h2{
	font-size: 16px;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 10px;
	  text-decoration: underline;
}

hr{
	color: #2763A5;
	background-color: #2763A5;
	height: 2px;
}