body, p, td, th {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
}

a{
	color: #297808;
	text-decoration: underline;
}

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

.frames_header{
	padding: 20px 20px 0 20px;
	background-color: #60743d;
	margin: 0px;
}

.frames_content{
	padding: 0 0 0 20px;
	margin: 0px;
	background-color: #60743d;
	height: 100%;
}

.frames_footer{
	padding: 0 20px 20px 20px;
	margin: 0px;
	background-color: #60743d;
}

.frames_right{
	padding: 0 20px 0 0;
	margin: 0px;
	background-color: #60743d;
	height: 100%;
}

.fullHeight{
	height: 100%;
}

.headerTable{
	width: 100%;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.logoCell{
	background-image: url('images/bkg_header.jpg');
	background-position:  right top;
	background-repeat: no-repeat;
	background-color: #979e6a;
	height: 88px;
	padding-left: 10px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
	color: #FFFFFF
}

.chiroForEveryone{
	text-align: center;
	background-color: #a54209;
}

.contentsTable{
	width: 100%;
	height: 100%;
	background-color: #244b14;
	border-left: 2px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-image: url('images/leaf_bkg.jpg');
	background-position:  left bottom;
	background-repeat: no-repeat
}

.contentsCell{
	padding-top: 10px;
}

.contentsCell a{
	color: #979e69;
	text-decoration: none;
	display: block;
	padding: 7px 0 0px 0;
}

.contentsCell a:hover{
	color: #FFFFFF;
}

.footerTable{
	width: 100%;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.footerCell{
	background-image: url('images/bkg_footer.gif');
	background-position:  right top;
	height: 21px
}

.rightTable{
	width: 100%;
	height: 100%;
	border-right: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}

.link{
	display: block;
	background-color: #C7CAAC;
	color: #60743d;
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #D3D6C0;
	text-decoration: none;
}

.link:hover{
	background-color: #D3D6C0;
	color: #60743d;
}

/*####################CONTENT PAGE STYLES####################*/

h2 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	color: #60743d;
}

h3 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #60743d;
	color: #a54209;
}

h4 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #60743d;
}

h5 {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #a54209;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 2px solid #5C8B0A;
    border-top: 3px solid #60743d;
    padding: 2px 4px;
}

.pageFooter{
	font-size: 10px;
	font-weight: normal;
}

#seminarsAppearances h4{
	display: block;
	background-color:#d6e7ed;
	color:#1b596d;
	font-size: 1.4em;
	font-weight: 500;	
	border-bottom: 1px solid #6aaabe;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}

#seminarsAppearances p{
	padding-left: 5px;
}

.WelcomeTextBold{
	color: #a54209;
	font-weight: bold;
	font-size:14px;
}

.EightHundredNum{
	color: #979e6a;
	font-weight: bold;
	font-size: 18px;
}

.siteLinks a{
	background-color: #d9ddbe;
	color: #244b14;
	display: block;
	text-decoration:none;
	margin-top: 2px;
	padding: 5px;
	padding-left: 30px;
	color: #244b14;
}

.siteLinks a:hover{
	background-color: #b5bb8d;
}

/*####################END CONTENT PAGE STYLES####################*/

/*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;
}
