﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: Arial;
	background-color: #173d9d;
	background-image: url('../images/ppibg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
#content {
background-color: #fff;
padding: 10px;
}

#container {
	margin: 20px auto;
	width: 710px;
	border-top: 0;
	border-bottom: 0;
}

.body-text {
font-family:Arial, Helvetica, sans-serif;
font-size: small;
padding: 5px;	
}

}
#masthead {
	text-align: right;
	background-color: #fff;
	color: #173d9d;
	width: 710px;
}

#footer {
	width: 710px;
	text-align: center;
	background-color: #173d9d;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #003399;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}

#menu {
	background-color: #fff;
	overflow: hidden;
}

#menu a:visited {
  text-align:center; 
  text-decoration:none; 
  color:#fff; 
  background-color: black;
  height:1.2em;
  width:135px;
  border:1px solid #fff;
  padding: 2px; 
  float:left;
  }

#menu a {
  text-align:center; 
  text-decoration:none; 
  color:#fff; 
  background-color: black;
  height:1.2em;
  width:135px;
  border:1px solid #fff;
  padding: 2px; 
  float:left;
  }
#menu a:hover {
  color:#000;
  background-color:#fff; 
  border-color:#000;
  height:1.2em;
  width:135px;

  padding: 2px;
  }

/* Styles for Footer */
#footer p {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}