body, p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 5px;
	padding: 0px;
}

.frames_header{
	background-color: #98ad75;
	margin: 0px;
	background-image: url('images/bkg_checkered.gif');padding-left:23px; padding-right:23px; padding-top:7px; padding-bottom:0
}

.frames_content{
	background-color: #98ad75;
	background-image: url('images/bkg_checkered.gif');
	margin: 0px;
	height: 100%; padding-left:23px; padding-right:0; padding-top:0; padding-bottom:0
}

.frames_footer{
	background-color: #98ad75;
	background-image: url('images/bkg_checkered.gif');
	margin: 0px; padding-left:23px; padding-right:23px; padding-top:0; padding-bottom:7px
}

.frames_right{
	background-color: #98ad75;
	background-image: url('images/bkg_checkered.gif');
	margin: 0px;
	height: 100%; padding-left:0; padding-right:23px; padding-top:0; padding-bottom:0
}

h2{
	background-image: url('images/bkg_h2.gif');
	background-position:  left bottom;
	background-repeat: repeat-x;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 10px;
	color: #7b94b3;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 300
}

h3{
	color: #56708e;
	font-weight: bold;
	font-size: 14px;
	margin: 5px;
}

h4{
	color: #7b94b3;
	font-size: 10px;
}

h5{
	font-size: 12px;
	font-weight: bold;
	color: #7b94b3;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url('images/h5_header.gif');
	background-repeat: repeat-x;
	border-bottom: 2px solid #dee6f0;
}

a{
	color: #7b94b3;
}

a:hover{
	color: #FF6600;
	text-decoration: none;
}

#navHeader{
	border-top: 3px solid #7d9356;
	border-left: 3px solid #7d9356;
	border-right: 3px solid #7d9356;
	
	background-image: url('images/bkg_header.gif');
	background-repeat: repeat-x;
	background-position:  left top;
}

#headNavLeft{
	background-image: url('images/bkg_header_nav.gif');
	background-repeat: repeat-x;
	background-position:  left top;
	height: 32px
}

#headNavLeft a{
	text-decoration: none;
	color: #48617d;
	padding-left: 9px;
}

#headNavLeft a:hover{
	color: #ffffff;
}

#headNavRight{
	background-image: url('images/bkg_header_nav.gif');
	background-repeat: repeat-x;
	background-position:  left top;
	height: 32px;
	padding-right: 10px;
	color: #8aa064
}

.navTable{
	background-image: url('images/bkg_nav.gif');
	background-repeat: repeat-x;
	background-position:  left top;
	background-color: #f0f5fc;
	height: 100%;
	width: 100%;
	
	border-left: 3px solid #7d9356;
	border-right: 1px solid #d4e0f1
}
.contentsCell a{
	text-decoration: none;
	display: block;
	padding-left: 15px;
	color: #89a2c0;
}

.contentsCell a:hover{
	background-image: url('images/bkg_arrow.gif');
	background-position:  left center;
	background-repeat: no-repeat;
	color: #5c799b
}

.fullHeight{
	height: 100%;
}

.footerTable{
	height: 45px;
	width: 100%;
	background-image: url('images/bkg_footer.gif');
	background-repeat: repeat-x;
	background-position:  left top;
	border-top: 1px solid #96ab73;
	border-bottom: 3px solid #7d9356;
	border-left: 3px solid #7d9356;
	border-right: 3px solid #7d9356
}

.footerCell{
	color: #7d9356;
}

.rightTable{
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	
	border-right: 3px solid #7d9356;
}

#mountainBkg{
	background-image: url('images/bkg_mountain.jpg');
	background-repeat: no-repeat;
	background-position:  right top;

}

.contentsCell input{
	background-color: #fafbfc;
	border: 1px solid #b9cde5;
}

a:focus {
	-moz-outline: 0px solid lime; /* Firefox 1.0x */
	outline: 0px solid lime; /* Firefox nightly builds, DeerPark dev. releases */
	outline-offset: 0px;  /* Firefox nightly builds, DeerPark dev. releases 
*/
}

/*NEW PATIENT CENTER STYLES*/
#npcContainer{
	background-color: #daedb8;
	border: 3px solid #c3d6a4;
	width: 300px;
	float: right;
}

.npcHeader{
	background-image: url('images/npc_header_bkg.gif');
	background-repeat: repeat-x;
	background-position:  left top;
	margin: 0px;
	padding: 0px
}

#npcContainer form{
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#npcContainer a{
	display: block;
	text-decoration: none;
	border-top: 1px solid #edf6de;
	border-bottom: 1px solid #b8d883;
	padding: 5px;
	color: #92aa67;
}

#npcContainer a:hover{
	color: #ffffff;
	background-image: url('images/npc_hover_bkg.gif');
	background-repeat: repeat-y
}

.npcText{
	margin: 5px;
	color: #92aa67;
}

#npcContainer input{
	border: 0px none;
	background-image: url('images/npc_search_bkg.gif');
	background-position:  left top;
	background-repeat: no-repeat;
	font-size: 12px;
	width: 150px;
	margin-top: 15px; padding-left:30px; padding-right:10px; padding-top:6px; padding-bottom:6px;
}

*html #npcContainer input{
	background-attachment: fixed;
}
