body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-image:url(../images/dot_bkgd.gif);
}

a {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
text-decoration:underline;
}
a:visited {
color:#993399;
}
/***table styles***/
td {
	color: #000000;
}
th {
	color:#666666;
	text-align:left;
	margin-left: 10px;
}
/**styles for form tables**/
#form th {
	margin-left: 10px;
	border-top:1px solid #666;
	line-height:140%;
	padding-top:5px;
}
#form th.noBorder {
	margin-left: 10px;
	border-top:none;
	line-height:140%;
	padding-top:5px;
}
#form p {
  font-size: 95%;
  margin-left: 10px;
  margin-right: 5px;
}
/**open house table styles**/
#openHouse td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:center;
}
#openHouse td img {
border:1px solid #699;
}
/***heading styles***/
h1 {
	color:#0066CC;
	font-size: 120%;
    margin-left: 10px;
    margin-top: 10px;
}
h2 {
	color:#666699;
	font-size: 110%;
    margin-left: 10px;
}

h3 {
	font-size: 100%;
	color:#0066CC;
	margin-left: 10px;
	}
h4, h5, h6 {
	font-size:100%;
	color:#666666;
	margin-left: 10px;
}
/***paragraph styles***/
p {
  font-size: 95%;
  line-height: 18px;
  margin-left: 10px;
  margin-right: 5px;
}
/***list styles***/
li {
font-size:100%;
line-height:140%;
}
/***div styles***/
/*wrap div contains all divs*/
#wrap {
	position: relative;
	margin:  0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  	background: #fff;
	border-right:1px solid #699;
	border-bottom:1px solid #699;
	width: 750px;
	background-image:url(../p7pm/img/p7PM_frost.jpg);
	background-repeat:repeat-y;
	}
	/*banner div contains banner image*/	
#banner {
	margin: 0;
	padding: 0;
}

/*navigation div contains p7PM navigation*/
#navigation {
	float: left;
	margin: 0;
	padding: 0;
	width: 140px;
	}
/* make the navigation font smaller*/
div#navigation ul {font-size: 90%;}
	
/*content div contains page content, ie: column 1, column 2*/
#content { 
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	width: 580px;	
	background-color:#FFFFFF;
	background-image:url(../images/left_corner.gif);
	background-repeat:no-repeat;
	background-position:top left;
		}

/*error div highlights error messages on patient form pages*/
#error {
	background:#E5FFFF;
	border:1px solid #036;
	color:#900;
	font-weight:bold;
}

/*footer div contains footer info*/ 
#footer {
	clear:both;
	position: relative;
	font-size:80%;
	text-align:center;
	line-height:1.5em;
	width: 748px;
	background-color:#eee;
	margin-top:20px;
	padding-bottom:10px;
	border-top:1px solid #ccc;
	/*border-right:1px solid #699;*/
	border-left:1px solid #699;
	/*border-bottom:1px solid #699;*/
	}
/***class styles***/
.date{
font-family: Arial, Helvetica, sans-serif;
font-size:100%;
}
.pullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: italic;
	line-height: 24px;
	color: #000000;}
.table_text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.table_text_required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #0000FF;
}
.blue_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066cc;
}
.emphasis {
	color: #006699;
	font-weight: bold;
}
.error {
	color: #900;
	font-weight: bold;
}

/*title styles for news page*/
.newsTitle {
	color:#666699;
	font-weight:bold;
}
.postDate {
	font-style:italic;
	color:#666699;
}
/*highlights urgent info in confirm section of forms*/
.urgent {
	color: #FF0000;
	font-style: italic;
}
.small {
	font-size:90%;
}